Skip to main content

Posts

Field Mapping with Android Tablet

Features: Offline / Online Maps Geo-tagged Photos Polygon, Polyline, and Point Creation Import / Export JSON and KML Buffer Creation Distance, Acreage Calculation Expanded Customized Forms External GPS unit supported Web Based GIS editing
Recent posts

save picture in Android

Uri uri = activity.getContentResolver().insert(Media.EXTERNAL_CONTENT_URI, values); But, when I insert a new image entry instead of an audio entry I get no error! (import android.provider.MediaStore.Images.Media; instead of android.provider.MediaStore.Audio.Media; would work, but I need to insert a audio file)