Learning android development for complete beginners (FREE COURSE): In this video I …
[vid_tags]
Xem Thêm Bài Viết Về Mobile Khác: https://sealsystem.org/mobile
Nguồn: https://sealsystem.org/
Learning android development for complete beginners (FREE COURSE): In this video I …
[vid_tags]
Xem Thêm Bài Viết Về Mobile Khác: https://sealsystem.org/mobile
Nguồn: https://sealsystem.org/
Thank you
dude you are having some mic troubles, need a headphone, good vid anyways
Thanks for the tutorial. But how can I add pagination here ?
how i can show image (using image view) in same layout, from image that i pick from that recycler view?
https://youtu.be/rweidqp6Ils
Sir how can we save the images in gallery???
cool tut!!!
Awesome man
hey man, thank you for shareing with us, can I itereate through items with json?
Excellent! 🙂
I'm using Xamarin.Android but this tutorials are still helpful.
thank you, easy to follow and clear explanation
thanks man. great tutorial
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.
my app keeps crashing damn
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
And the animation?
Sir
Can u tell me how I able to link multiple app within one app in flutter
Awesome man… You are great. I was searching for this, As a beginner, I was not able to understand about RecyclerView. But your tutorials did. For Horizontal Recylcerview, I also recommend https://androidride.com/horizontal-recyclerview-android-example/ for beginners.
Thanks for the tutorial!
Can we do the same but retrieve images from firebase?
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.
nice work, i wanna ask about this video, how do display json in the recyclerview brother? . im newbie 🙂
Thank you
Thank u
Thanks Man ,,,
thank you so much <3
what a beautiful tutorial, god bless u mate!
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.
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
muito obrigado !!!!!!!
great tutorial thanks for that but when I run it, shows no error and show nothing. Please help
Ty Mitch , and wanna subscribe for your blog
Please Email me, want to discuss more on that
I want to drag and drop these images to plain area. So what should I do for that?
In default I want to set item 2 is selected? how can we do that?
how can I replace these images with my drawable images?
Sound is too low
thanks
Query query = imageList.orderByChild("menuId").equalTo(categoryId);
FirebaseRecyclerOptions options = new FirebaseRecyclerOptions.Builder<Gallery>()
.setQuery(query, Gallery.class).build();
query.addValueEventListener(new ValueEventListener() {
@Override
public void onDataChange(@NonNull DataSnapshot dataSnapshot) {
for(DataSnapshot postSnapshot : dataSnapshot.getChildren()) {
String galleryImage = postSnapshot.child("galleryImage").getValue(String.class);
Gallery galleryList = new Gallery();
galleryList.setGalleryImage(galleryImage);
mvalues.add(galleryList);
/* Gallery gallery = dataSnapshot.getValue(Gallery.class);
mvalues.add(gallery);*/
Log.e("Hello", String.valueOf(mvalues.size()));
}
}
@Override
public void onCancelled(@NonNull DatabaseError databaseError) {
}
});
Array list size show six. image is only 3
Appreciated.
Helpful, thank you!!
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.
In layout_listitme.xml, can'we directly start with cardView instead of RelativeLayout as parent?
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
Hello, When I click the button inside the "holder" variable, how can I access the method in "Mainactivity".
I needed to do exactly that but I must also include < and > buttons on both sides. how could i do it?
Thank you for video. It's interesting and easy to understand. Good luck!
Can barely hear