How can I add an image along with text and date information to a ListView in MIT App Inventor? How can I define an image and text for each item using the ListView Image and Text component?
As seen in the image, I am planning to make such a design, but the objects in this design will not be products, but pictures of treatments. I will take the treatments from this site as an example.
I do not believe the native listview component can generate the display you show.
You could create an html table in a webviewer, or use an extension such as CompCreator to dynamically build your view, or another extension called Tableviewer could also do this, with some work.
I agree with you that what you mean is correct. I am saving data from firebase, but when I go to the list view, I cannot view the image there. I also want that when we send the image we select in the Image picker with the text we enter from the textbox to the fire base and bring the data from there, I want the data to be shown in the listview along with the image.
Yes, I know it's the same IP. I tried to explain my question on both accounts, but I actually wanted to show that other people had this problem and get help. If I did something bad, please excuse me.
Herewith a quick demo of what you could do with @Kevinkun 's Tableviewer extension:
(I just used 7 image files and some text to generate a bigger list, hence the repetition)