I already am planning to use php to access the actual database then post the data so that the android app can then proceed to grab it. I am using the database to store longitude and latitude of geopoints for a location based application. I have my map drawing and class for drawing overlays I am just not sure where to start from here.
I want to use http requests to call a php file that will grab geopoints from the mysql database.