I wanna make an app where you type the description of a pet and where you seen it and then upload a photo and should also display on another screen all the previous registers. I need help doing the screen 2 showing the list and the photo
- You probably do not need two screens for this, use vertical arrangements as virtual screens and manage their visibility.
- The ImagePicker only stores 10 images, after that it will replace the oldest image with a new image. Use the ActivityStarter and the PICK intent instead