First, go to the ListView and in the Designer, find ListViewLayout. You will see some options.
MainText is the title/main text of an element, for example, in a list of search results, the title of each search result can be the MainText.
DetailText is the caption of an element, which describes the MainText, for example, in a list of search results, you can set the DetailText of each element to the descriptions of each MainText.
Image is the image of each element.
Be careful when selecting the options.
This is the correct way of adding an element into the ListView:
Please may you advice how to store such list to database (tinyDb?)
I need to store values like a texts with separator? Or i can store a whole List element at once? Thanks
You can store the entire list in a sinlge tag in the tinydb if you want, but note that images will only be stored as the file paths, the actual image is not stored.
I dont see where i can pick the image of selected element.
Its so not intuitive so need special studying of "simple and fast coding"
Android Studio is much more intuitive.
The screen in question is the third screen. (All others are empty. I stole the images from another project and it was easier to copy the whole project and just keep the images.)