How can we set a different activity for each image we click? For example image1>activity1 , image2>activity2 etc. Thanks!
@hazhir38616 жыл бұрын
so thanks bro ... really useful /
@ondrejbenes22976 жыл бұрын
Thank you very much for this tutorial, I was going through so many videos and online tutorials but nothing really worked for me. This finally helped me to finish the last piece of my project after I did some modifications to your example so it would fit my requirements. Nice, short and finally somebody who can speak properly :D Thank you again sir!
@pankajsharma21335 жыл бұрын
Error is coming in RecycleAdapter object in main activity
@omy2436 жыл бұрын
I would like to suggest next session as RecyclerView with Checbox..
@PRABEESHRK6 жыл бұрын
Sure...
@sujaffaralikhan63856 жыл бұрын
Sir can we able to access recycler view viewholder objects inside main activity...I tried it I got the position using interfaces but can't get the views ..is it possible to get the views???
@PRABEESHRK6 жыл бұрын
I didn't get your question. You can make the viewholder as an independent class. So you can access that in any activity
@sujaffaralikhan63856 жыл бұрын
I want to access the view holder objects that is present inside our custom layout from activity ...how to do sir I m getting confusion
@z-medianetwork4086 жыл бұрын
Can you please tell, how to insert codes for adMob ads in the recycler view in this app? I tried and its showing banner ad but recycler view doesn't appear. Please help.
@johncedricdeluna37816 жыл бұрын
nice tutorial! commended
@omprakashverma40506 жыл бұрын
If data is available in the server it's show's in recycler view or if not available it's show no data found in Android but not in toast it shows in layout.. make video on this.
@PRABEESHRK6 жыл бұрын
You can do as you wish......If data not available you can inform the user in any way as you wish...