How to fetch images from mobile device and show them in a grid view.

448
1
08-26-2020 05:20 AM
x_d
by
New Contributor III

Hey there, so i want to implement a camera feature in my application where I can take photos and also fetch the photos from gallery and show them in a grid view. I am using App Studio for the application development.

Tags (2)
0 Kudos
1 Reply
ErwinSoekianto
Esri Regular Contributor

Truptimayee, 

You should take a look at our Camera Dialog sample that is available in AppStudio 4.3, currently in Beta, https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta. This sample shows you how to take photos, and show the result of the photo in QML elements. 

And for putting in a grid, you can combine it from the sample from Qt documentation regarding Grid, this is a good sample, gridview-example.qml Example File | Qt Quick 5.12.9  and this is the documentation on Grid, GridView QML Type | Qt Quick 5.15.0 . 

I hope this is useful, 

Erwin.

0 Kudos