You mean on the firebase console or a separate AI2 app ?
So I don't understand the point.
Here, for example, I add a new quote, using POST, which sets a chronological node name for the quote
These items would then be sortable by date by the node value. This would, in my opinion, be better than the firebase array numbering you are currently using.
you are success with getting all the heading in firebase into recycler list, also image url, still what are you looking for? want to paste that image into the recycler view just above the list item? are you ok with screen 2 logic?
Yes, that's my project, I'll focus on that later, now this project is my priority.
is this?
as per your image url, it is generating like this only..
and in screen2 i modified like this on clicking anyof the above card view..
Yes, that's how it should be.
Thank you very much, you did a great job.
It is working perfectly in companion but when I install it and open it, the app crashes.
Been working on the backend (firebase)
Here is the new node containing category names and image urls, only this is needed for your category list view.
Here is a category with chronological nodes. Easily called back to the app, and can then be sorted/reversed. (I had to remove the line returns to upload, but these can be put back with a little bit of regex.)
How can this be done? We will have to create 2 different nodes for that.
This is about good structure and data separation. You do not use the image in your quotes list, so why is it stored in with the quotes? You do not really need recyclerlist for your category/image list view even with 30 categories. (although you could use it aas a separate instance if you must).
I use images for this because the UI looks very attractive and advanced, and it will be very useful for me in the future when I make a food app, this is what it is for, and the recycle list loads data very easily, compared to other list options.