I am new to Android Studio. I connected Firebase to my app and am able to store data onto it along with the image. The data is like shown in the pic. I just want to know how can I retrieve all this data one by one in a list view or in such a view that it looks like items for sale. I don't know where to start coding.
I want output as a list where users can see items for sale :
Item Name - Laptop
Category - Electronics
Cost - 15000
Description - Good
Picture - ∆
..and then next item in list ..
How can I start on this?