I want to create a simple application that uses the Google maps API and SQLite database.
Simply I want to create a database that contains a location and text about that location.
I have had a terrible time trying to figure out how to get the Maps API key. Mine has never worked.
Does anyone know of sample code of an app that simply plots points on a map...then maybe allows navigation?
Anything help will be awesome.
Stephen
look at this tutorial, you can see all common usage of the API :
http://mobiforge.com/developing/story/using-google-maps-android
Do not forget to generate the API key (explanation at the beginning of the tutorial)!