How do you load text and images into RecyclerList View from Firebase? (Help)

There were some issues with the new recycle list, so the old version is working.

What error, show it in full, and indicate when it arises (Firebase GotValue ?)

I cannot see where you set Recyclerlist. Data?

Use Do it to look at the values you are getting back for your lists/dictionaries banga, xl and cate

1 Like

It looks the same everywhere.

Add three labels, and set each of your local variables to a label to show output

1 Like

This data is displayed in all three labels respectively.
Uploading:
Leb2 Screenshot_2025-09-19-16-03-01-76_3d0fbc90c54dc712111be22de2bfc24f.jpg…

Leb 3

Leb 4

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.

1 Like


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.

You are nearly there ?

Looks like you need to select index 2 of the list containing the null and the phrase so that you just return the phrase.

Please explain how :smiling_face_with_three_hearts:

here:

image

insert a select item, index 2

image

Does this work ? Otherwise you will need to iterate over the values in dataitem to extract index 2 items to a new list...

1 Like

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

hello, someone please respond

It is not clear as to what you want your output to look like. Write out or show what you want.

Do you want to show all the Headings first e.g. Attitude, Friendship etc. and for the user to select one, or do you want to show everything, so all the first items from Attitude, Friendship etc., then all the second items and so on.

It should look like this.

Is "status" the number in each category, so all the number ones, or all the number twos? I cannot translate the texts in your image.


This is the name and photo in it.

This type of json file is in it
quotes_categories.json (9.0 KB)

OK, we are getting somewhere. When a user presses on one of the categories, what do you want them to see, all of the numbered items...without images, or just one image at the top for the category?

After clicking on a specific category, the data in the data node should appear on screen 2, not the image, and the category name that accompanies that data will appear in label 1 of screen 2.