overlay items from mysql
- by user1285471
I have several locations in tables in a mysql database which i want to have displayed as POI's, the table is too large and changes too frequently to use sql lite so i need to get the info from mysql. I have set up a mapView indicating the device location in mapview using an image at drawable, but i now need to ad the other locations from the database. Then when a user clicks on an item i need a popup with options to route there using google maps navigation, or view mobi site, phone, or email.
I am new to android. Please assist. Have gone through the overlay tut but no indication on how to get the info from db.
Is there a tut somwhere so i can see some example code to do this?