I don't know how to replace image in List View Image with a selection from Image Picker

I made an app with this flow:

  1. User enters name of image into textbox.
  2. 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.
  3. 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.

Show in blocks, what have you tried