Комментарии:
Hello friends. I found the reason.
You need to go to the database rules.
And change them for these:
{
"rules": {
".read": true,
".write": true
}
}
after that, rebuild the application and look at its work
good luck to all
I can't find populationviewholder method in firebaserecycleradapter, please help me..
Ответить'FirebaseRecyclerAdapter(com.firebase.ui.database.FirebaseRecyclerOptions<net.zerodayschool.carcontrol.mData.ProfileVehiculo>)' in 'com.firebase.ui.database.FirebaseRecyclerAdapter' cannot be applied to '(java.lang.Class<net.zerodayschool.carcontrol.mData.ProfileVehiculo>, int, java.lang.Class<net.zerodayschool.carcontrol.mDataListView.MyHolder>, com.google.firebase.database.DatabaseReference)
?????
I can't find populateViewHolder Method in FirebaseRecyclerAdapter class
ОтветитьCan u send full source code
Ответить@Atif Pervaiz how to sort recyclerview ascending?
ОтветитьHi Sir, when search start recyclerview item load ascending order how to start databse order in searchview
ОтветитьAge restricted why?
ОтветитьClass 'Anonymous class derived from FirestoreRecyclerAdapter' must either be declared abstract or implement abstract method 'onBindViewHolder(VH, int, T)' in 'FirestoreRecyclerAdapter'
I meet this error :/
Hi can u please create new same series but using Mvvm architecture
ОтветитьMy apps keep stopping :(
ОтветитьHello there. I took a photo with firebassette picasso in my project. The image to be displayed looks like a blank page.
the place where the picture should appear seems blank. what could be the reason?
Sir please make video in kotline also
Ответитьwhat if i can't connect FirebaseRecyclerAdapter?
ОтветитьHello who can send me the source code shown in this video further cooperation knowledge sharing
ОтветитьAtit tutorial was owesome . But can you how can I do the same uploading and retrieving from the. Current login user ID. So after login the images show in recyclerview from his account.
Ответитьi dano want upload images i want show images from url
ОтветитьHow can I get a list of images depending on the category I selected
Ответитьbro plz help me .. I don't have your contact info so i had put mine 9892014431.........plz response me u can only help me..
Ответитьon line FirebaseRecyclerAdapter it showing read
@Override
protected void onStart() {
super.onStart();
FirebaseRecyclerAdapter<Model, ViewHolder> firebaseRecyclerAdapter =
new FirebaseRecyclerAdapter< Model,ViewHolder > (
Model.class,
R.layout.row,
ViewHolder.class,
mRef
) {
@Override
protected void populateViewHolder(ViewHolder ViewHolder, Model model, int position) {
ViewHolder.setDetails(getApplicationContext(), model.getImgTitle(), model.getImgDis(), model.getiMgURL());
}
};
//set adapter to recyclerview
mRecyclerView.setAdapter(firebaseRecyclerAdapter);
}
hello, i am having error in these lines @Override
protected void onStart() {
super.onStart();
FirebaseRecyclerAdapter<Model, ViewHolder> firebaseRecyclerAdapter =
new FirebaseRecyclerAdapter<Model, ViewHolder>{
Model.class,
R.layout.row,
ViewHolder.class,
mRef
}{ @Override
protected void populateViewHolder(ViewHolder viewHolder, Model , int position){
viewHolder.setDetails(getApplicationContext(), model.getTitle(), model.getImage());
}
}
mRecyclerView.setAdapter(firebaseRecyclerAdapter);
im dont see any posts
ОтветитьHi, i have an arraylist that contains a list of keys. How to retrieve element from firebase to the recyclerview only if the key exist in the arraylist ?
ОтветитьI followed every step but the image doesn't show up, any solution?
ОтветитьRecyclerview scroll is so lag, how can i do for it
ОтветитьHeyy, man! In some images, in the format .jpg or in high resolutions, when I click make the app close and stop. Did know what can be?🇧🇷
Ответитьwhat is row here?
ОтветитьI have a problem, Class 'Anonymous class derived from FirebaseRecyclerAdapter' must either be declared abstract metod 'onBindViewHolder(VH,int,T) in FirebaseRecyclerAdapter
Ответитьgood job , but i have to note
1- firebaseRecyclerAdapte was changed in v3 so the correct code available in stackoverflow
2- you should add this line in onStart method
firebaseRecyclerAdapter.startListening();
My app is crashing !! I guess the problem lies with the dependencies!
Please make a new video regarding this??? Sir Plis!!
My app is crashing after using this code. Can you please help me?
Ответитьhi!, i have an error in setDetails("context"...), what'll be the solution?
ОтветитьHello Developer,
"FirebaseRecylerAdapter" is showing error though i add "implementation 'com.firebaseui:firebase-ui-database:0.4.0" and "implementation 'com.firebaseui:firebase-ui-database:4.3.2" and "implementation 'com.firebaseui:firebase-ui-database:1.0.0" in my latest version of " androidx " Can you help me please
Bro instead of getting image i am getting its url as output.. 😟
ОтветитьI have an error at end ... FirebaseRecyclerAdapter is in red color
Ответитьplease update this with firebase UI latest update
ОтветитьThanks so much bro.... This video just saved me from refunding the money I collected...... God Bless Man
ОтветитьI did exactly as you did, modified the libraries and everything I checked, but the data does not appear. Help me
Ответитьwhat if i wanna make a wallpaper app and the picture sizes are too big ? and if i resize it, when i download them they are too low resolution. how can i get to the app the url of the images
ОтветитьDear Atif both title and description is showing on cardView but not image... please Help if you can
Ответитьpopulateviewholder not showing in my project, while onbindviewholder is showing instead. any solution
ОтветитьHello Sir,
My app is getting closed every time I opened it. I have also set the permission in manifest file
But it is not asking for any permission when I am running the app and it is getting closed
Please Help
error new FirebaseRecyclerAdapter<~>
Ответитьthis code can't implement in fragment ?
ОтветитьThanks friend from bottom of my heart
ОтветитьFor those who doing this on androidx and latest version of firebase ui . you will get error at FirebaseRecyclerAdapter . to solve this just before this add FirebaseRecyclerOptions and your problem will be solved
ОтветитьThanks a lot for this tutorial!
I had a problem with the onBind thing as some people here but replacing the implementation to your version did the trick!