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 .
Inspired by (and code used) from this thread... https://www.b4x.com/android/forum/threads/filepicker.96795/ I needed an image picker to get camera photos when the user took pictures outside my app - but wants to include these camera images (one or more)... You can modify to choose any type of...
Here is a ContentChooser Example project to choose a image at phone for use in a activity with image view. it works with B4A 9.x and Android 8.1 https://www.b4x.com/android/help/phone.html#contentchooser https://wiki.selfhtml.org/wiki/MIME-Type/Übersicht
www.b4x.com
There are many other examples of this.
display them in a Custom Listview then save the gallery name
xCustomListView v1.50 adds an important new event named VisibleRangeChanged. This event is fired whenever the visible range of items changes. We can use this event to defer the items creation. This can significantly improve the performance of lists with complex items. As an example, if we try...
Hello , I have a rbooks.db database from my books and there is a field for cover book in BLOB format that is null so far.The database has the tblrbook table with the following structure : Bid as integer,ISBN,Title,Authors,Publisher as Char fields and Cover as BLOB field. In C:\covers folder...