Open different activities by clicking on different cards in CardView ,Recyclerview Fragment in Android studio
问题 I have created a RecyclerView and added cards in fragment.I want to open different activities by clicking on different cards in CardView.But I am only able to open the same activity for all the cards.I searched different answers in StackOverFlow.But I couldn't. could you tell me how to solve this issue...? If you can give full code,I'm happy. Here are my codes... PDFFragment.java public class PDFFragment extends Fragment { View v; List<Pdf> listBook; public View onCreateView(@NonNull