Hello,
I am trying to get JSON data from Firebase in my app and display it in RecyclerList view. I want to display text (data) and image (image) in my project. , I am getting some error in this, I tried but it didn't work.
The structure of JSON data in my Firebase is as follows
I want to display the information in "image" and "data" in RecyclerList. I tried many times, but I keep getting the same error.
Can you please guide me on how to properly structure the blocks required to load "image" and "data" in RecyclerList
Looks like you get the same output for each of your lists, so your filtering is not working (your first image did not upload). Do you mean to call everything back from Categories. You do not show your call for data or your projectBucket.
I have updated the recycle list and written the block in a new way, got all the data in the category, but something is wrong with it, the images are showing correctly but, the key names in the category are showing as null instead of that, all the data in the sub node Data is showing at once, which I wanted to show in the screen show, but it is showing correctly between labels 2 and 3.
Tried it, error went but, there was a problem, the data loaded in the text, that data should be visible in screen 2, it is visible here, in that place [Attitude", "Friendship", "Life", "Love", "Motivation", "Positive", "Sad", "Self-Respect", "Success", "Wisdom"] this text should be shown, I think the recycle list data is going to the wrong path