i am your big fan I DOWNLOAD ALL YOUR PLAYLIST VIDEOS IN MY LAPTOP, YOU ARE MY INSPIRATION , GOD, YOU ARE BEST IN THIS WORLD(ANDROID TUTORIAL) THANK YOU SIR
@RobertR16114 жыл бұрын
Thank you, worked great. I was adding a photo gallery to a campsite app and this is what I needed.
@nigelpallatt5 жыл бұрын
Thank you for a great tut, however, I had no idea what you were doing, this is very complicated, I just followed your code. I guess one day I will understand it, I hope!
@nexgen.graphics4 жыл бұрын
Same here when I watched a recycler view tutorial for the first time. After spending a quality amount of time in understanding recycler view, now I can able to understand a few things, how the data is flowing inside, how the view is getting created and how we can write the code accordingly to the data. Just watch more tutorials and try to understand, surey you will get it.
@imadraza38613 жыл бұрын
Thanks a lot your tutorial was very useful and striaghforward!
@hazhir38616 жыл бұрын
again i learned something ... so thanks bro i'm new in android studio ...using java language
@tizah965 жыл бұрын
Hi sir. This tutorial works amazingly and I truly respect on how you taught us to do. Very very clear. On another note I would like to ask, how to change the title below the picture from position 1 2 3 that we set to the name that we want to which for every picture will have different name instead of image 1, image 2?
@josephlwande82874 жыл бұрын
Pre-increment the position. What I mean is write ++position so that the numbering start from 1 and not 0. I hope you know some basic Java programming.
@tizah964 жыл бұрын
joseph lwande Thank you Sir. I have successfully understood the teaching and did my own research regarding this.
@gigajoules66364 жыл бұрын
How do I make this work within a fragment? I have followed your guide and made changes as I go but when I run the project no images are displayed although there is the scroll up / down animation displayed when I drag.
@yogeshtiwari70174 жыл бұрын
what if we wanted to display a string which is actually the name of that image with which we have stored it in drawable folder instead of {image : number} through viewholder
@infotainment71235 жыл бұрын
Can we set images from asset folder instead of drawable folder
@darianpudic47325 жыл бұрын
Hello. I've applied your tutorial for videos instead of pictures. When I am scrolling, some videos remain black and not played. Do you know why? Thanks in advance
@georgematsos44165 жыл бұрын
Thanks for the tutorial! How can I add a background image that is displayed to whole recyclerview? When I add a background image in my xml it becomes the background for each image and not for the whole view. Thanks.
@chandrurcpm67275 жыл бұрын
Add this line inside of RecyclerView XML
@vibhuchamp6 жыл бұрын
Hello, I tried to create a NotesApp using recyclerView and added two TextView Examples (Title and Content) in String resources. I have followed all the steps for creating the adapter and passed the Example resources in the Constructor(Calling Method of Adapter) in MainActivity Class.. But the Recycler is still not inflating the layout of the Adapter.. Please help me with a hint of what might be wrong..
@surajkadam94256 жыл бұрын
Thank you so much sir!!!...it helped me a lot!!
@iamvishu5916 жыл бұрын
Please add the source code in any website or git hub to view it .
@akshaydilod57985 жыл бұрын
app is working but images are not showing in grid view. what i can do to solve it.
@roelvisser18665 жыл бұрын
hi , i like your tutorial on this subject but ran into some trouble. i got this message app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:333: error: inner element must either be a resource reference or empty. C:\Projects\CameraShots\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\value. Search around and did try to fix this by refactoring to androidX.. didnt help still the same erro.. anyone any solution?
@randomdude87485 жыл бұрын
isn't there a better way to just import the pictures into the array?
@terjemah_alquran6 жыл бұрын
thank you Sir, really easy explanation
@anuragpathak1496 жыл бұрын
Sir plz...Help me......How to fetch image from url which stored in database and display image on listview
@rafaytech41815 жыл бұрын
Excel ki file se data fetch krke recycler view me kese daal skte hain?
@anandkumar-je7gh4 жыл бұрын
can you do something like RecyclerView with Update Image and Text
@rajughosh61736 жыл бұрын
Sir can we add multiple recyclerview inside cardview if yes how can we do that..
@mahmudizukri5 жыл бұрын
How to edit the text then?
@adriventures4 жыл бұрын
Its unfortunately stops. How to fix it?
@usmankhalid33086 жыл бұрын
thnx i was luking for this for 2 weeks..j
@filipusjulio27305 жыл бұрын
sir my image no adapter skipping layout but text view is display, how to solve itu, please helpppp meee alll
@AbhishekSingh-np9tt6 жыл бұрын
how to add description in app about any image
@pokonyang33175 жыл бұрын
prabeesh bhai please do select multiple images from storage
@randomdude87485 жыл бұрын
can you please upload the project to github, this way we can just download the picture very fast and follow with the tutorial. thanks.
@AnimalKiLife6 жыл бұрын
Sir want to know how to fetch multiple different images and texts from server on fragment (not activity)... Please make this video...
@hussamhassanelrazzaz96325 жыл бұрын
i cannot find the sourcecode
@JC-dk8mk6 жыл бұрын
super sir very useful
@bollywoodmusic3804 жыл бұрын
guys if you found error and application crash then just go to projectview->res->drawablw-24->then copy all the images which u includede in array ->paste it in dawable i solve this this for help you thank u
@ranganafernando5116 жыл бұрын
out of memory error with quality picture please give solution sir
@noco50296 жыл бұрын
Rangana Fernando open the pictures with bitmapfactory and scale images down to reduce memory to open each photo. You could also make diffrent resolution photos and put them in drawable folders for each device.
@tensoplay5 жыл бұрын
Muito Obrigado Mestre!
@uzzalcontact9816 жыл бұрын
hello sir, how is possibel image just start a num - 1
@MShahidNiazi5 жыл бұрын
app unfortunate stopped
@vickynegi13455 жыл бұрын
DId u get a fix?
@MShahidNiazi5 жыл бұрын
@@vickynegi1345 yes
@vickynegi13455 жыл бұрын
@@MShahidNiazi how? can u post the fix?
@DartLuke3 жыл бұрын
@@vickynegi1345 Either use library like Picaso, or use multithreading
@letslearncomputerprogramming6 жыл бұрын
Sir please implemented to firebase
@jimschlosser16215 жыл бұрын
Any idea why I get this error?: error: method getLayoutManager in class RecyclerView cannot be applied to given types; required: no arguments found: LayoutManager reason: actual and formal argument lists differ in length I can't figure this out. Need help!
@testmail53093 жыл бұрын
updated bna video 2021 ki
@alinazachia41826 жыл бұрын
*BUY A NEW KEYBOARD RATHER THAN A TYPEWRITER*
@EforEvery16 жыл бұрын
sir
@ranganafernando5116 жыл бұрын
//print array name list public class PrintArray { public static void main(String args[]) { for(int counter=1;counter