Thanks a lot, you just made my day. I was thinking of using a very difficult library to implement something similar which was giving me a hard time. Your tutorials are clear and simple to understand. Thanks again
Hi, Mitch! I learn from you very much and you helped to take my skills on the next level. Here is a suggestion for you, I personally like frecso (image loading library), you should give a chance to fresco. It also offered customization of look and feel of the image.
I got an issue: horizontal recycler view is not actually "wrap_content" with dynamically height of card view base on its content changed. More details, height of horizontal recycler view cuts off height of card view unfortunately. Maybe recycler view is smartly choosing better view holder to present data from its adapter.
I need to scroll to position of item clicked, auto scroll, I mean if i click 5th element so it auto scroll to fifth element and make it to start of list, can I do that using adapter observer class? I did try item ranged but it does not work like I wanted to.
Hi, i did everything from the video, the app runs but the recycler view is not displayed at all.I doesnt crash or anything, i just doesnt show what it is supposed to show.Can you please help me?
my pages are not scrolling properly. i need to hold for 2..4 second at the corner of mobile screen and need to scroll. sometimes it scrolls and the page stucks in between.please help on same
@@shreygupta2506 Yes but not alone. I needed this for my app so I paid a developer and he created a horizontal slideshow that takes photos from firebase. If you want I can give you his link.
I've been looking for a tutorial for a slider like this for html/css, but for some reason it's quite hard to find, as everyone seems to be doing full screen sliders.
Have you seen my courses on pluralsight.com? There's a 3-part firebase series where I build an app that has a real-time chat portion. You need a subscription but you can try it free with this link: pluralsight.pxf.io/c/1194789/424552/7490. app.pluralsight.com/library/courses/android-firebase-email-authentication-verification/table-of-contents app.pluralsight.com/library/courses/android-firebase-database-cloud-storage/table-of-contents app.pluralsight.com/library/courses/android-firebase-cloud-messaging-storage-crash-reporting/table-of-contents Also if you message me on the codingwithmitch facebook page I can give you 30 days free.
parent means the ViewGroup inside which you are inflating the View. Use the variable name of the ViewGroup type used as a parameter in onCreateViewHolder() method. It will probably be viewGroup instead of parent. PS: I am sorry to say, but this is such a silly question. You need to get your basics right instead of just copying everything.
@@arpitkumar4525 If I knew "basics", I wouldn't need to watch this, wouldn't I? This is *** TH-cam, not Udemy or Linda, I'll ask what I want to. Anyhow, I found answer on Stack Overflow long ago but I'm sure that there would be people that would benefit from this answer. In their name, thanks.
CodingWithMitch thanks I actually copied and pasted this recyclerview in several activities and also changed the URL and name. However, in the second activity that I copied n pasted, an error shows up. It has something to do with invoking virtual method on null object reference
Sir i have completed. Thank u . Sir i want to make a camera app which can detect real time face emotion mode that person happy or sad plss give me complete source code.
Your android tutorials are the best on youtube.
verry nicely explained. probably better than 90% of the tutorials out there. good job
Thanks a lot, you just made my day. I was thinking of using a very difficult library to implement something similar which was giving me a hard time. Your tutorials are clear and simple to understand. Thanks again
I'm using Xamarin.Android but this tutorials are still helpful.
Good tutorial! I change it to androidX library instead
what a beautiful tutorial, god bless u mate!
thank you, easy to follow and clear explanation
Your videos are really interesting and useful. I learned a lot from you.thank you sooooooo much
Hi, Mitch! I learn from you very much and you helped to take my skills on the next level. Here is a suggestion for you, I personally like frecso (image loading library), you should give a chance to fresco. It also offered customization of look and feel of the image.
Glide is master race
Wow thanks a lot, very easy to follow and so simple, thank you very much once again
Thank you for video. It's interesting and easy to understand. Good luck!
thanks man. great tutorial
Guys encouraged Mitch he to do a wonderful job for us
Awesome man
cool tut!!!
I got an issue: horizontal recycler view is not actually "wrap_content" with dynamically height of card view base on its content changed. More details, height of horizontal recycler view cuts off height of card view unfortunately. Maybe recycler view is smartly choosing better view holder to present data from its adapter.
Amazing Mitch 😍😍
Thank you
Appreciated.
You are awesome sir
So how can you set individual onClick. like you click on 1 of the items and it does this:.... and you click on other item it does this:...
U r the best! Thanks, bro
Helpful, thank you!!
You're welcome
Can we directly use the CardView as parent?
Thanks
Can you help me write the same project with the volley library
Super!!!
Have you a tutoriel for Authy Authentification??
Thanks for the tutorial. But how can I add pagination here ?
Life saver!
Obrigado por compartilhar teu conhecimento, me ajudou muito.
Mitch, can you add a filter searchview to this App? Please help!!
Thank you very much!!!!!!!!!!!!!!!!!!!!!!!!!!!
hey man, thank you for shareing with us, can I itereate through items with json?
great tutorial thanks for that but when I run it, shows no error and show nothing. Please help
muito obrigado !!!!!!!
Please , what event to add to retrieve when I slide my finger over an element from left to right
How to make recylerview horizontal and vertical scrolling sir?
I need to scroll to position of item clicked, auto scroll, I mean if i click 5th element so it auto scroll to fifth element and make it to start of list, can I do that using adapter observer class? I did try item ranged but it does not work like I wanted to.
so this could be used for instagram status
Yup
nice work, i wanna ask about this video, how do display json in the recyclerview brother? . im newbie :)
Watch my rest api course with mvvm architecture brother codingwithmitch.com/courses/rest-api-mvvm-retrofit2/
After adding a new data how can i make my recycle view auto scroll so it can show only recently added data at first screen.
Thank u
Hello, When I click the button inside the "holder" variable, how can I access the method in "Mainactivity".
how i can show image (using image view) in same layout, from image that i pick from that recycler view?
I want to drag and drop these images to plain area. So what should I do for that?
Excellent! :-)
Hi indeed this video is very helpfull but any idea why is my card a square not a circle?
Hi, i did everything from the video, the app runs but the recycler view is not displayed at all.I doesnt crash or anything, i just doesnt show what it is supposed to show.Can you please help me?
whe you use horizontal and vertical recyclerview, how to handle click in the inner one (horizontal)?
my pages are not scrolling properly. i need to hold for 2..4 second at the corner of mobile screen and need to scroll. sometimes it scrolls and the page stucks in between.please help on same
thank you so much.
thank you so much
Sir can you tell me how to add a button on a recyclerview with Listview
Thanks for the tutorial!
Can we do the same but retrieve images from firebase?
hey were you able to retrive images?
@@shreygupta2506 Yes but not alone. I needed this for my app so I paid a developer and he created a horizontal slideshow that takes photos from firebase. If you want I can give you his link.
In layout_listitme.xml, can'we directly start with cardView instead of RelativeLayout as parent?
Depends on what else your doing but in general yes there's nothing stopping you from doing that
Thank you
Plz answer me
How to create Intent to open photo ?!
Thanks
stackoverflow.com/questions/5383797/open-an-image-using-uri-in-androids-default-gallery-image-viewer
@@codingwithmitch
I mean when you press this picture opens
Thanks Man ,,,
In default I want to set item 2 is selected? how can we do that?
Sir how can we save the images in gallery???
how can i expande the image on click?
how can i view images in same activity below recycler view after clicking the scroll images
Please make a video about how we can put AutoPlay videos in recyclerView like instagram.
I've been looking for a tutorial for a slider like this for html/css, but for some reason it's quite hard to find, as everyone seems to be doing full screen sliders.
what changes should i do if i want to use images from the drawable folder instead of getting them from a link, thank you in advance
did you figured it out...iy yes please help me out
@@shreygupta2506 private int[] myImageList = new int[]{R.drawable.ab1};
private String[] myImageNameList = new String[]{" name “};
private ArrayList eatFruits(){
ArrayList list = new ArrayList();
for(int i = 0; i < 15; i++){
FruitModel fruitModel = new FruitModel();
fruitModel.setName(myImageNameList[i]);
fruitModel.setImage_drawable(myImageList[i]);
list.add(fruitModel);
}
return list;
}
I needed to do exactly that but I must also include < and > buttons on both sides. how could i do it?
Add imageviews on either side of the horizontal RecyclerView that contains images of < and >
@@codingwithmitch and then? whats the code?
Sir
Can u tell me how I able to link multiple app within one app in flutter
Sir How to get stackend data from firebase using gridLayout
How can I use it in fragments?
Do you get the way how to do it mate, i am stuck on it.
basically the same, but when you have to pass context or findViewById(), use getActivity() or getContext()
And the animation?
sir can we use image drawable file for images on the behalf of image URL.
Sandeep Kumar yep. Just write R.drawable.filename
@@balgharithementor1559 I know I'm 2 months late but have you tried this? getString(R.drawable.page36)
i cant get your course on dating app in codingwithmitch
How about in grid view?
I am not getting images in the specified URLs..rest everything working fine..what may be the reason for that?
@Nitin Have you given the app INTERNET ACCESS PERMISSION?
My images are way too far from each other :( please help
can i apply this into the fragments?
Yes
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
could you make a video series on chat app using firebase..
Have you seen my courses on pluralsight.com? There's a 3-part firebase series where I build an app that has a real-time chat portion.
You need a subscription but you can try it free with this link: pluralsight.pxf.io/c/1194789/424552/7490.
app.pluralsight.com/library/courses/android-firebase-email-authentication-verification/table-of-contents
app.pluralsight.com/library/courses/android-firebase-database-cloud-storage/table-of-contents
app.pluralsight.com/library/courses/android-firebase-cloud-messaging-storage-crash-reporting/table-of-contents
Also if you message me on the codingwithmitch facebook page I can give you 30 days free.
Cannot resolve symbol 'parent' when using LayoutInflater.
parent means the ViewGroup inside which you are inflating the View. Use the variable name of the ViewGroup type used as a parameter in onCreateViewHolder() method. It will probably be viewGroup instead of parent.
PS: I am sorry to say, but this is such a silly question. You need to get your basics right instead of just copying everything.
@@arpitkumar4525 If I knew "basics", I wouldn't need to watch this, wouldn't I? This is *** TH-cam, not Udemy or Linda, I'll ask what I want to. Anyhow, I found answer on Stack Overflow long ago but I'm sure that there would be people that would benefit from this answer. In their name, thanks.
@@anti_globalista ok but learning RecyclerView as a beginner is not a good idea. I am learning it myself just now after practicing basics for 1 year.
@@arpitkumar4525 What would You recommend for horizontal scroll of ~30 items instead of RV?
@@anti_globalista RV is best for horizontal scroll. But before doing that I will get my programming basics right.
😍😍😍
Can barely hear
how can I replace these images with my drawable images?
Put them in drawables folder or put them on a server and query them
@@codingwithmitch in the code, how to retrieve the images from the drawable folder and replace them?
What part of the code do I change?
@@analisboa2420 Had the same question too
is it possible to move the recyclerview down?
Elysia Yeo you mean in the layout? Yes just put something above it
CodingWithMitch thanks
I actually copied and pasted this recyclerview in several activities and also changed the URL and name. However, in the second activity that I copied n pasted, an error shows up. It has something to do with invoking virtual method on null object reference
The error is at line:
recyclerview.set layoutManager(layoutManager) ,
initRecyclerView();
getImages();
Elysia Yeo message me on instagram and send a picture of the error . My Instagram is Mitch.tabian
Cool
my app keeps crashing damn
Sound is too low
thanks for the video, but this Tai Lopez is irritating all over the youtube :@
16:58
Sir i have completed. Thank u .
Sir i want to make a camera app which can detect real time face emotion mode that person happy or sad plss give me complete source code.
Sir this not worked.
Then sir you've done something wrong.
Check the source code. Link in description.
are you mute?????
Ty Mitch , and wanna subscribe for your blog
Please Email me, want to discuss more on that
Thank you
thanks
I am not getting images in the specified URLs..rest everything working fine..what may be the reason for that?
Check internet permission in manifest
how can get context while implementing this in a fragment.
Sidhu V you can get a reference to the context in a fragment by calling "getActivity()"
CodingWithMitch thanks
thank you
No problemo friend