overlay items from mysql
Posted
by
user1285471
on Stack Overflow
See other posts from Stack Overflow
or by user1285471
Published on 2012-04-10T11:26:09Z
Indexed on
2012/04/10
11:28 UTC
Read the original article
Hit count: 192
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?
© Stack Overflow or respective owner