How do I set data fetched from an API in a new Android Studio activity?
I have a News app where I have used Retrofit to get data from API. I have shown news with cardView and Recycler view. Now I want to implement the the next step where I want if a user click…