Android Question Select Multi images form local and save them in mysql

d3vc

Member
Hi ,
How can i do a multi image selection from my phone image gallery and
display them in a Custom Listview then save the gallery name and
all selected images in to mysql database .
In fact i did a little digging in the forum but i didn't find anything helpful .
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
How can i do a multi image selection from my phone image gallery
I don't believe you can select multiple files at once. Content chooser allows you to select a file at a time.


There are many other examples of this.

display them in a Custom Listview then save the gallery name
Adding an image to a CLV is relatively straight forward. See this example.



all selected images in to mysql database
 
Upvote 1
Top