[vid_tags]
#2How #retrieve #firebase #Data #CardView #RecycleView
2.How to retrieve firebase Data into CardView and RecycleView
Here I am showing how to retrieve firebase data into card view and recycleview.
what does retrieved mean
Here I am showing how to retrieve firebase data into card view and recycleview.
36 Comments
Dear sir I am extremely pleased and thank you for this particular video which give me a lot of information. Sir I would like request you to make another video as continuation of this video for generating a multiple paged pdf file that contains all records displayed in the Recycler View. I will be very much thankful to you if you make this video for other learners sir at the earliest.
Thank you for the tutorial.
Suggestion: Your intro sounds to loud than your voice lol, normalize your sound volume
(TextView)mView. cant findview by id, help me sir
Still working, great video
Thank you very much for the tutorial man !!
Try to upload videos in white theme so that viewers can see code in less quality as well.
How can we reverse the data get newest first?
Please do increase the volume of your voice next time
I want to display that Uid i.e. 998(Global->998) too. Can anyone tell me how to do this?
After @Override at 16:06 It says could not resolve constructor Also I am using Android X please tell me how to solve
U can also include a download option the only we can add documents and can download it
veeeeeeeeeeeeeeeerrrrrryyyyyyyyy bad intro
hi, my app is working like it is showing title and description but image is not showing . what should i do ?
guys can y'all please help me retrieve a video instead of an image please some
this error is showing
——> error: constructor FirebaseRecyclerAdapter in class FirebaseRecyclerAdapter<T,VH> cannot be applied to given types;
required: FirebaseRecyclerOptions<FireabaseRetrieve>
found: Class<FireabaseRetrieve>,int,Class<FirebaseViewHolder>,DatabaseReference
reason: actual and formal argument lists differ in length
where T,VH are type-variables:
T extends Object declared in class FirebaseRecyclerAdapter
VH extends ViewHolder declared in class FirebaseRecyclerAdapter
<——
Hello Sir.
Can I have a video that will populate data from firebase and display it on an android app in a table form like a gridview in VB or java
How to apply multiple queries to the data ??
can u show us in viewpager and display the firebase stored pics randomly
how do you connect with firebase?
Thanks man. this one really saved me !!
in my logcat i kept getting databaseerror:permission denied eventhough i changed the rule
When you upload next Video…. It's next year I am comment 😂
good job sir…. i was need it ..
App unfortunately stopped error what to do reply asap
how to hide a view ……. can u tell me please???
sir is there any method to use single recyclerview + cardview for different data coming from firebase
ERROR in 21:32
Picasso.get(ctx).load(image).into(post_image);
ERROR in (ctx)
I cannot found FirebaseRecyclerAdapter function ….how to add that function?
whe i run my app is white appear a error in log cat Couldn't load memtrack module
ouput show only empty activity not fetch data to firebase please resolve this issue
hello sir i am type all code cannot give output not any error how to resolve issue
How to get the values of related nodes I have related and more complex database in which I got foreign keys and primary keys in one table.
Like dishes table in my food ordering app contains 2 keys one is key of chef ie foreign key and other is dish id that is primary key so my question is how can i get the data from my dishes table that contains two keys I tried so many things but not able to get data from dishes table or json tree.
Plz do help me. Im w8ing
If you see a blank see then follow these steps:
1.go to android manifest and allow internet perimission by adding this
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
under package name.
2.remove this line 'mBlogList.setHasFixedSize(True);
3.Add this in realtimedatabase rules
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": "auth == null",
".write": "auth != null"
}
}
How to make the new post appear only when the user refreshes a page?
hey your code is working perfectly thanks for that, can you also tell me how to randomize the data we get from the database into the recyclerview by using "Collections.shuffle() " on the array that you get initially from the databse before passing it on to the recyclerview. because if I try to pass mBloglist into the shuffle it throws an error.
once i lock my device than the fetched data are not displaying on my display,