"Android is a software stack for mobile devices that includes an operating system, middleware, and key applications," Wikipedia.

learn more… | top users | synonyms

39
votes
14answers
20k views

List of GIS applications for Android Tablets

I know that ArcGIS will someday be available for Android, but does anyone know of any other GIS apps that are available for Android tablets?
7
votes
5answers
6k views

Solution for android map app with offline use

As the title reveals i'm in search of a way to develop an app for android with embedded maps which can work without an internet connection(i.e. can i get the tiles of the open streetmap for offline ...
11
votes
3answers
2k views

Advanced android app for mapping and GPS logging

I am looking for an android app able to log GPS data like coordinates, altitude, current speed and would be nice if also the GPS accuracy/number of satellites. Many GPS apps are able to display these ...
8
votes
3answers
1k views

Mobile offline mapping and editing of shapefiles

I've got a client that wants to create a mobile app that can view and edit shapefiles stored locally on the device to enable it to work offline. There is a possibility of converting the shapefiles to ...
4
votes
1answer
364 views

Is there an comparison of the various mapping libraries for Android?

I am currently looking at the various libraries that I can use to show a map in my custom Android App. I have found several like Mapsforge, OSMDroid, ArcGIS runtime for Android, Google Maps for ...
4
votes
1answer
1k views

How to serve local maps for an offline HTML5 webmapping app?

How could one serve maps (tiles in wherever format possible) within a Android device to be consumed by an offline webmapping app also accessed within the device's browser?
6
votes
5answers
1k views

Are there any GIS component that can be used for developing GIS applications for Android phones?

I know that ESRI has ArcGIS APIs for Android what other options are there for me as developer, if I'm about to develop GIS applications for an Android phone?
2
votes
2answers
2k views

How to use OSM xml extracts? Can I make an offline app in Android using OSM?

I'm new to OpenStreetMaps. I have followed their wiki/main page and tried to understand it. Can anyone briefly explain how exactly OSM xml data works and how it is rendered? ...Any links /pointers ...
7
votes
2answers
2k views

How to generate random locations nearby my location?

I am trying to create random locations nearby my location. What i want is to create random latitude/longitude pairs inside a 200 meters circle surrounding my location. This is the formula i came up ...