• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Interacting with Google Maps 2 Android

chuck808

Lurker
Hi Guys,

I suppose its customary for noobs to post dumb questions :rolleyes: so here is mine

I am trying to develop a map app (POI) that link to a MySQL database to display points on the map, so far it appears that it is mostly working fine as long as I only have about 100 data sources in the DB, as soon as I increase that number the app downloads all the data and obviously slows everything down.

Possible solutions are to 'batch download' data a little at a time or download data based on geolocation within a radius. I have looked at the Geofencing but not too sure if this is what is needed.

Any hints, advice or links to suitable tutorials would be gratefully appreciated.

\Thanks
 
Back
Top Bottom