WARNING!! I don't use the "best-practice" way to detect clicks to a RecyclerView in this video. Watch this video for the best-practice way: kzbin.info/www/bejne/bGqmYp-gm6mpopI
@ankitrathore12635 жыл бұрын
Hello Can you make a tutorial on dynamic (parsing json data ) recyclerview inside fragment. Please I really need for this to complete my project.
@geekygamer75285 жыл бұрын
Please do the same program on two different fragment instead of activity.
@elishamaturah33234 жыл бұрын
can i use this project for my app sdk 29
@akshayjadhav8694 жыл бұрын
Please add with image slider on click to detail activity
@zeuskumar74956 жыл бұрын
I think this the best video on android tutorial i have seen. Good things are: 1.You started to make video from where code will start and gave reasons why we are using this. Its good for beginners n for guy who didn't understand the flow properly. 2. Not only I learned to use recycler view but also good practice to write code for android and learned basics of ui design. I will check if u have made any video on fancy ui design. Thank you so much for making simple videos. Keep going.
@codingwithmitch6 жыл бұрын
Thank you.
@MelColton6 жыл бұрын
I just wanted to say that I find your posts to be, probably the best around. I’m new to Java and Android programming and your stuff really, really helps my confidence. You make the complex feel manageable and your code is clean. So if I’m stuck and follow your code, I’m unstuck in a couple of hours. Thanks Mitch. Whatever you do do, don’t stop this.
@codingwithmitch6 жыл бұрын
Thank you for your kind words :)
@MelColton6 жыл бұрын
CodingWithMitch you are more than welcome fella. Now... if you can school me on how to make an onClick Listener event load data in Firebase I will not only give you great feedback, I’ll buy you a beer. And that’s no mean promise when you consider that I’m in London, UK 😄
@codingwithmitch6 жыл бұрын
Mel Colton hahaha. I'm not sure what you mean? Firebase is a developer tool. You can't set an on click listener to it. Can you be more specific?
@seyidtakele81585 жыл бұрын
normally i dont subscribe that much , but i can't go without subscribing this channel..the best channel of its kind .
@jason184016 жыл бұрын
Thanks so much Mitch! I've watched around 5 different videos and by far this one is the easiest to comprehend!
@nafisaalam41643 жыл бұрын
thank you so much, man. This little piece was really helpful for me. I was going through stack overflow and all the solutions were driving me crazy.
@abeerabidraja64586 жыл бұрын
Thank you Very Much Sir... I have been wasting almost 3 to 4 hours to open new activity by clicking a button and you solved it by a blink of an eye thank you very much
@shawnlanthier86195 жыл бұрын
Thanks so much for this Mitch & Samir. I learned more about recyclerView from your videos than any I've run across in weeks. Very clear and detailed but not boring. I plan to watch many more. Oh but you can keep your picture of frozen lake, I live in Ottawa area on a lake and it's been -25deg for the last 3 days. LOL
@kalsoomasghar13444 жыл бұрын
You are honestly the besttttt. Every video that you make works
@bibinjoseph38125 жыл бұрын
Every single piece of information sounds helpful to me. I was stuck in my project and this video helped me a lot. I don't usually hit the subscribe button, for you , I definitely clicked. Even I learned more things from your channel than in my android class. Thanks for giving a helping hand for people like me. Your videos are a big inspiration to get in more depth with Android. Game on now!
@codingwithmitch5 жыл бұрын
You should watch this (free) course. It's great for beginners. Let me know if it teaches you more than in your classes :P. codingwithmitch.com/courses/sqlite-room-persistence-android/
@bibinjoseph38125 жыл бұрын
@@codingwithmitch Sure. Thanks very much.
@keithlockey71294 жыл бұрын
Amazing video. Very clear and well thought out. Best android video I have watched thus far.
@ravirajkudal56264 жыл бұрын
Thanks bro u r genius 👍👍 Your all playlist helps a lot me for making my projects.. Love from India ❤❤
@codinginflow6 жыл бұрын
Don't set the onClickListener in onBindViewHolder. This way it will be called every time a new row appears on the screen, which is a costly operation. The correct place is the Viewholder constructor. Nice video anyways!
@codingwithmitch6 жыл бұрын
Show me the data that makes it a costly operation. I'm not doubting you, but I'd like to see proof. Another reason you'd want to put it in the OnBindViewHolder method is to access variables. It can complicate things if you add it in the ViewHolder. You'd need methods to pass the variables to the viewholder if you wanted to do things with them.
@chonchilo4 жыл бұрын
Thanks duude! I adapteded to my app with json response - mysql and works just fine!
@christopherteddymienarto91155 жыл бұрын
Hello, Thank you for Explaining about RecyclerView. God Bless You!
@samirdesigner33246 жыл бұрын
very thanks but if from second page show other text is good and if get text in strings by array to list view and in second page show second array text thanks
@samirdesigner33246 жыл бұрын
Mitch Tabian my bro i want get text array to recycle view like dictionary en vs in app and like app story kids
@codingwithmitch6 жыл бұрын
Samir Dev I have no idea what your trying to say
@sagardudhat82635 жыл бұрын
@@codingwithmitch we want some other details means you put the same data on the onclick event ..... but we want more details which not show in recycleveiw...
@Armin-cu9gj3 жыл бұрын
@@codingwithmitch He doesn't want to pass the same text from the previous activity , btw. is it possible to make another recycler view (similar one) when we click on one of these Countries (something like: Countries -> Towns)? Cheers
@akshayjain41735 жыл бұрын
I m from India and saw the video totally awesome ....
@graphikcreativezone3 жыл бұрын
You are a life saver Sir. Thank you for this video well explained !!
@beresfordgroenewaldt72905 жыл бұрын
Awesome video @CodingWithMitch. is there a way to do it with drawable images and not with Glide?
@imanaski18785 жыл бұрын
Best tutorial ever....I hope you keep going
@ghimanshuss6 жыл бұрын
What i did was declared linear layout object for the card then found it by id. Then Holder.linearLayout.setonclicklistener.... And inside this listener i used switch position. I am just very new to programming u suggested this method which u just showed in video. But that went above my head and i replied ok thanks fearing that i might sound silly or dump if i ask u again.😅 Actually i am learning from a channel slidnerd for the basics of android than i have plans to start learning from ur channel so that i can understand u better. Thanks for this tutorial.🙏 From India.
@mmm2007j6 жыл бұрын
Nice video,I write your Staggered RecyclerView first,and then add this video's content.
@jameskrall84116 жыл бұрын
When I create the onClickListener, it creates perfect, but when I try to click on one of my icons, the app crashes
@加长管径5 жыл бұрын
I would give you a big thumbs up! Really helpful! Big thank from China!
@tahamalas13226 жыл бұрын
Hello Mr. Mitch .. I just wanted to make sure of something.. When I use external libraries from github like Glide, Retrofit or even Circle Image View library.. Do we have to mention the libraries that I used in my app if I want to publish my app on Play Store. And if not.. What does "license" stand for at the end of each github repository? Thanks for your awesome videos
@tahamalas13226 жыл бұрын
Thanks!.. Honestly I just subscribed to your channel yesterday and it's super awesome so far.. You're teaching us in a very professional way explaining each step. Thanks for your hard work, and keep it up!
@tahamalas13226 жыл бұрын
And I hope you make a new tutorial about animations in Android.
@jesselima_dev6 жыл бұрын
Thanks for your videos. helped me a lot. Very straightforward solution. I had tried others tutorials and many of them just did not work because many changes were required. I tried many ways and many times and the onClick just did not work (with no app crash). I was the best solution so far. I saw some courses you did on Pluralsight and I will take the series. You just made a selection of many things I need to use in a forthcoming project.
@codingwithmitch6 жыл бұрын
Jesse Lima cool. I'm glad my videos are helpful. The Pluralsight courses are much higher quality
@jesselima_dev6 жыл бұрын
Oh yes, They are! If you guys want to learn Android/Firebase, just go to pluralsight.com and search for "android firebase" by Mitch Tabian. Good teacher, great content!
@omkarpendkalkar1110 Жыл бұрын
The exactly what I wanted !! Thanks Mitch !
@zen-bi7fe5 жыл бұрын
amazing videos by you ..... grabbing every basic logic of yours .. a great thanks to you
@kevinwalker12825 жыл бұрын
Hey Mitch - if I have a RecyclerView that is inside a Fragment, can I do the same thing to detect the click and then send those details to another Fragment? Or perhaps once I click inside the RecyclerView, I then send that Intent to my MainActivity and start a separate Activity from there.
@kajal091s6 жыл бұрын
Thank you, This is exactly what i was looking for.
@my_dixie_rect88656 жыл бұрын
Another brilliant video. Thanks Mitch!
@nexgenstemschool5 жыл бұрын
Great video! Just a thought - any reason why you create layout first rather than just create a new Activity which creates/names the activity for you so you don't have to follow a convention? Or was this a more recent feature?
@codingwithmitch5 жыл бұрын
It was added in the last year or so. I just do this out of habit
@dickyzuerst28285 жыл бұрын
the best tutorial complete with explanation ... we are waiting for the next video tutorial sir.
@elelan6 жыл бұрын
This video helped me a lot with my project please keep up the good work Thank you
@rollymagno6982 жыл бұрын
once you are in your new activity after the onclicklistener, how would you approach swiping left or right to move through the children views without going back and clicking the next or previous one?
@ihorzhylchuk11916 жыл бұрын
How can I add a "Next" button in the opened Activity and set Onclick to display next item from a List? Any solutions. Thanks
@patriciadeniseordona59185 жыл бұрын
My recyclerview is placed in a fragment. How can I go back from the New Activity to the RecyclerView Fragment?
@prashantupadhyay23015 жыл бұрын
Nice work 👌.... using logt is the best one😊😊❤️❤️❤️
@mohitbhargav57776 жыл бұрын
Well explained. Thanks., how can I show full description of the second page for all list view??
@giftmusanza92055 жыл бұрын
Thanks for your videos they really help a lot. How can I display images from drawable and pass them to a new activity when item is clicked? Instead of using the internet, I want to design an offline app
@Yasinyabis975 жыл бұрын
Great tutorial, helped in my project.
@adamyuristianto92696 жыл бұрын
hay @CodingWithMitch, how add a TextView in act_gallery when a list item (layout_listitem) is clicked? thanks u..
@codingwithmitch6 жыл бұрын
You just want a textview on the screen under the image or something?
@vahidhoseini17233 жыл бұрын
great, good job mitch.
@619shaan6 жыл бұрын
I have added 5 cardviews to my main activity.xml. Onclick cardview should display new popup layout. How to implement?
@kostasnikoloutsos51726 жыл бұрын
Very good video. I think that you explained some things better that the android developers documentation, oh and thanks for the shortcuts for android studio. I would like to see a video from you that will use RecycleView in combination with CardView, elevation and ripple effects whenever user clicks an item in recycle view. +1 subscribers
@BiPolish135 жыл бұрын
This video helped me a ton. Thank you so much for making it.
@chris.eminence4 жыл бұрын
Thank so much for the tutorial, exactly what I have been looking for. Please sir I a little enlightenment. After clicking on the recycler View items, we get to the 2nd activity as expected. I want to request, please how can I add a button to do something on the 2nd activity of each recycler view item clicked.
@bekmakhmudov43093 жыл бұрын
Thank you, everything is good . Yet, can you do more practise with setOnClicklistiners in recyclerview because it comes really hard to many of my friends as well
@arturfil6 жыл бұрын
Hey mitch, I am trying to do the same thing but with local images rather than images form the internet. I also saw your list view tutorial where something similar was done. For some reason I cannot get the RecycleView to display local images. Is there a simple way to do this?
@dfap123455 жыл бұрын
Amazing stuff! Great job!
@67Diadem3 жыл бұрын
Great tutorial!! I have a question and I wanted to implement that on my project, how will you put a custom back button on new detail activity so that whenever a user press on custom back button then it goes back to recycler view list items. ..? Can you please help me with that?
@goldenave26115 жыл бұрын
Hey what if i wanted to display sone additional info in the onclick activity for each image how do i do that?
@bruceleeroy83025 жыл бұрын
This video is fantastic but I may have missed something. Where do you store the new images and text when you click on the main activity? When I click, I just get the generic image and text that we made in the gallery layout file.
@teamlvm38054 жыл бұрын
Hi Mitch, can you explain why this is not the best practice way?
@sharathchandra61666 жыл бұрын
Great video! Thanks a lot! keep up the good work.
@compumarana97702 жыл бұрын
Thanks bro! Excellent video
@ldcl25066 жыл бұрын
After going to the next activity where we see the image in high resolution and the text I would like to implement a button to edit that data, how could I do so by clicking on that button to take me to another activity called update and load the same data (Imageview, textview, but now as editext) thanks
@zhaojiali83826 жыл бұрын
thanks a lot for the tutorial, really useful and clear. Even if I'm a noob in Android development. I can also understand clearly what are you doing here, and can learn a lot of useful things. Than you so much and will follow your last vedios
@cendradevayanaputra71503 жыл бұрын
do you have tutorial about binding in recycleview?
@z_xgaming37853 жыл бұрын
this video helped me in my project thanks alot
@arniejeansalazar74535 жыл бұрын
Hello sir, Is it possible to add some recycler view images along with text but using fragments...
@WelshCorgi_yun5 жыл бұрын
ThanX-Mas CodingMitch RecyclerView with Image, text Could you go further Add and delete and Edit?
@kristopherortiz75166 жыл бұрын
hello, i'm doing an example of my own and i have used local images from the app . i declared it as an Integer Array. How can i pass it to the new activity being opened? thank you.
@maheshmahajan78945 жыл бұрын
Love you Brother your are the best. Thanks you.
@AKSKMY6 жыл бұрын
Hi, @CodingWithMitch is there any code that can initiate an OnclickListener intent to another activity after searchview has filtered the Recycle View to a single item? I can’t seem to find any video on this. Please help
@codingwithmitch6 жыл бұрын
I'm not sure I understand your question. Help me understand. Is this what you want? 1) You have a SearchView 2) The user filters the RecyclerView using the SearchView 3) If the list is filtered to a single result you want to navigate to an activity?
@greentechnology73465 жыл бұрын
Great tutorials Mitch! Learned a lot from this video. I am looking for your video where the Adapter takes the data (JSON) from a DB instead of manually including it to the code, but I can't find it though. Thanks!
@syednayyar4 жыл бұрын
Great Tutorial as always... and two bugs in android studio or android / google 1, If you dont add activity in manifest it will crash 2, if you dont check intents has extras your app will crash ... WTH .. i will not say Why Cant Google not handle this i would say its a bad design ... simple as ... by the way i am lover of android since 2009 April as well as badass Critique as well.
@drallisimo345 жыл бұрын
Cool stuff!!! Bravo!
@jesselima_dev6 жыл бұрын
Hi Mitch, Android studio complains when declaring " final int position" like this: onBindViewHolder(MyAdapter.MyViewHolder holder, final int position). The Android Studio give some useful information about it and offers a possible solution. The warning is: "Do not treat position as fixed; only use immediately and call holder.getAdapterPosition() to look it up later. RecyclerView will not call onBindViewHolder again when the position of the item changes in the data set unless the item itself is invalidated or the new position cannot be determined. For this reason, you should only use the position parameter while acquiring the related data item inside this method, and should not keep a copy of it. If you need the position of an item later on (e.g. in a click listener), use getAdapterPosition() which will have the updated adapter position." How I solved: .. onBindViewHolder(MyAdapter.MyViewHolder holder, int position){... then I creates a new int variable from the adapter positianfinal ===>> int adapterPosition = holder.getAdapterPosition(); Then I use this adapterPosition inside the setOnClickListener like you teach. I don't know if what I did is the best approach. But thinking about how the adapter works and about the method getAdapterPosition() it makes sense. What do you think?
@codingwithmitch6 жыл бұрын
It's telling you that you need to use "getAdaperPosition" instead of creating a variable. Since the variable would be static and the position is not.
@varunvithalani16 жыл бұрын
Hey Mitch, thanks for the awesome video. One question, which i cant seem to figure out, hope you can help. In my code, I am trying to open a new Fragment every time the individual items of the Recycler view is clicked. That's different from your case, as you are opening a new activity. Ive tried a lot of ways and my code keeps crashing, cant seem to open a new fragment by passing data to it from the recycler view onClick. Can you help please?
@codingwithmitch6 жыл бұрын
What is the error? You need to add a framelayout to the same layout the recyclerview is in. Then add a fragment to that framelayout when the item is clicked and do the fragment transaction.
@elishamaturah33234 жыл бұрын
Thanks alot Mitch you helped me all the way
@chiragkumar19684 жыл бұрын
8:00 This was my problem. Im dumb man. Thanks buddy!!
@josefermin89295 жыл бұрын
Greetings. Could you help me solve a problem in a project? I need to click on a RecyclerView that is hosted in a fragment within a viewpager, when I click on any of the items in the RecyclerView I need this to open a new Activity in detail
@codingwithmitch5 жыл бұрын
What's the problem? Just just attach an OnClickListener and do the thing
@georgematsos44164 жыл бұрын
How can we add content in the new activity related to the item clicked (same layout but different content) Thanks!
@nirajmunot67004 жыл бұрын
hey thanks for this great tutorial! can you please tell me how can i add different descriptions for each of the page?
@MrTitu0175 жыл бұрын
Hi, Mitch, by using OnClickListener on item (recyclerview), how can I show another recyclerview into new activity? I really need to solve this problem. Can you help me with it, please? and thank you for this tutorial
@hype64435 жыл бұрын
Great video ! Very helpfull
@roxinviviantopp77475 жыл бұрын
Yoh Micth Love u tuts maan since day one a big fan of yours... But i was kinda wondering how to get rid of that glicth kinda effect its making when opening a new activity? to make it more smooth when its loading the bigger picture? Any suggestions please help maan
@codingwithmitch5 жыл бұрын
Use an activity animation transition
@roxinviviantopp77475 жыл бұрын
@@codingwithmitch Ok thanks for your time maan, like which animation transition do you suggest?
@codingwithmitch5 жыл бұрын
@@roxinviviantopp7747 whichever you want lol
@zakaryaalsalahi54296 жыл бұрын
How about adding a SearchView in the tool bar then filter by ImageName ? if you could add one more video it would be perfect :). Thanks for the videos and the clear explanation.
@codingwithmitch6 жыл бұрын
In my Keyboard Inputs course I have a module on SearchViews: app.pluralsight.com/library/courses/android-keyboard-inputs-getting-started/table-of-contents pluralsight trial: goo.gl/BJp7dE
@augstudio11386 жыл бұрын
Hello Sir. The video is good and helpful, I even have mine running now.... But how do I set the gallery activity to download the Images and set it as wallpaper?
@samalrifae25606 жыл бұрын
thanks bro .. how can i add some Text under the Picture ? i don't need just to show the name under the pic !! after the OnClickListener to New activity i want to add my own text .. can you pls help ??
@Rio-tg1rj5 жыл бұрын
This video help me a ton! Thx bro
@dyaa_unison55806 жыл бұрын
How can i replace glide for just accessing darwable ? \
@zedaluna66 жыл бұрын
Nice video man xD Do you know how to getIntent in another recyclerview. Im looking for internet about this, but I just have seen examples from recyclerview to another activity, never from a recyclerview to other recyclerview. Im doing a project about it but I dont know how to getIntent in another recyclerview. Example: I have a recyclerview with cardviews and I can put some likes in every Image I have. Then I have to receive these likes in another recyclerview. Do I have to use other adapter in the new activity and use array for the likes too? thanks for help and SORRY MY ENGLISH IS NOT SO GOOD xD
@timhannah19884 жыл бұрын
How would you have two different images one on the list item, a thumbnail, and one on the gallery page? I have managed to edit the code so that i can include more information and it display that on the Gallery page but i would like to have different images between the two locations.
@khaidemsandip41516 жыл бұрын
When click on an item on MainActivity, can you then send an intent to another activity displaying a list of items, not a single item?
@aakashshelke50083 жыл бұрын
Found the answer yet ??
@khaidemsandip41513 жыл бұрын
@@aakashshelke5008 I code in React now.
@benjaminklunkim45494 жыл бұрын
Thank you for the awesome tutorial. Also, please make a video on how to add Search on this recyclerview list
@Anntuanett6 жыл бұрын
Thank you for your video. Unfortunately, it shows me the following error message: RecyclerViewAdapter.java:46: Error: Do not treat position as fixed; only use immediately and call holder.getAdapterPosition() to look it up later [RecyclerView] public void onBindViewHolder(ViewHolder holder, final int position) {
@rockson68395 жыл бұрын
Thanks so much, but please can you make a video on how to get each RecyclerView position so that when i click each view it takes me to different activity that i have designed.(eg. I have 4 layout designed and i want to asign each layout to the Recycleview) not just showing the image and name in the Recycler View
@codingwithmitch5 жыл бұрын
I should do that actually. I will in the new year. Probably around Jan 5th
@rockson68395 жыл бұрын
@@codingwithmitch aw can't wait I have been stuck for 2 days now searching for how I can implement that in my code ...I'm still not getting it .
@sitibalqis80325 жыл бұрын
Still waiting for the video to be released...
@codingwithmitch5 жыл бұрын
@@sitibalqis8032 it is. Search my channel for recyclerview oncclicklistener
@sitibalqis80325 жыл бұрын
@@codingwithmitch I couldnt find it. I only found 4 videos under RecyclerViews which are RecyclerView, RecyclerView OnClickListener, Staggered and Horizontal. What I'm trying to say is that I dont know how to pass to different activity when I click on each view. For example, if I have 6 views then I want to pass to each different activity for each views. I've tried the switch case but somehow there are errors everywhere and I dont know how to fix it T.T
@Ivan-qb9cs6 жыл бұрын
Great content ! keep up the good work :)
@amellya.22255 жыл бұрын
Hello sir, thank you for your helpful videos! Is there a way to retrieve the texts from the sqlite using this way?
@codingwithmitch5 жыл бұрын
Yeah watch this course it's free codingwithmitch.com/courses/sqlite-room-persistence-android/
@erickloningo22525 жыл бұрын
Thanks man this is awesome
@sds9802 жыл бұрын
Thanks sir this tutorial is very helpful 💜💜
@atila_tv6 жыл бұрын
Excelent video, i would like to know how to set listeners to 5 different activities, i would really appreciate the help, again , thanks for the video
@madguy19674 жыл бұрын
I want craete it from another XML file not from activity.xml file it's not coming please help !!
@vladyslavkolodii31084 жыл бұрын
Heyyy , what's the emulator program you using?
@arifhidayatullah66315 жыл бұрын
Matur suwun pakdhe. . . . Thank you Mr. . . :D
@ayushsrivastava52115 жыл бұрын
If on clicking I want a fragment to open and I have lots of data to show. Then what method is best for passing data to fragment apart from through bundle(like here you have used extras to pass data)?
@codingwithmitch5 жыл бұрын
If it's a lot of data make the query again. Or use an interface to get it from the parent activity.
@rafifrahman3 жыл бұрын
Sir, where does this parent_layout come from?
@yeanpaul6136 жыл бұрын
Hi Sir, is it possible to create an input to change the photo in the apps? Thanks in advance