I made an app with this flow:
- User enters name of image into textbox.
- After clicking save, a List View Image will appear, with the name entered previously as the title, and the image is set to have the Image icon look.
- If users click on the Image icon, an image picker will open (which I have set invisible, and is triggered by when “List View Image clicked”.
This system is connected to SQLite. I don’t know how to make it so that after picking, the selected image replaces the image icon in the List View Image.