Hello, Do I have to use one activitystarter for each image upload into the app, or can one activitystarter be used to upload several images into the app? Thank you!
This is what I have so far; I need the user to upload 11 images into the app; so far is working...
You need a multi-select system. Suggest the listpicker extension that offers multi-select, load this with the images, then handle the returns. Would be easier to get the user to load all the images to the same directory.
It is up to you, it is the long way around, it breaks the DRY coding principle (don't repeat yourself), and may present headaches later if you want to change something (11 times...)