Has any one created a ImagePicker for Android devices?

1646
1
07-19-2016 05:17 PM
ShaneFeirer
New Contributor III

I have created an app that queries the photo galleries of the device.  The app successfully shows the photo gallery on ios and windows devices.  It only shows the file system structure and file names on android devices.  Has any one successfully create a method to choose an image from android devises that uses thumbnails?  Any help would be greatly appreciated.

0 Kudos
1 Reply
nakulmanocha
Esri Regular Contributor

Hi Shane,

I have experienced the same thing. I believe it is a QT limitation for android devices. It just list the items and doesn't show the gallery with thumbnails. So the only way I see is to write your own control from A to Z and then check if the Qt platform is Android. If found then use the custom control, otherwise use the existing which works well for iOS and windows.

Hopefully, this might get addressed in the future QT releases.

-Nakul

0 Kudos