Does anyone have any Jason Tutorial which is quite easy to understand for a complete startup (or if possible Does anyone show it :)?
What I'm trying to do is to make and Android application that receives longitude and latitude coordinates from my MySQL database, then displays an image on the map where coordination matches. When an overlay is clicked and displays the event name and address for the event.
What I have achieved is the following: 1) Create an Android map project 2) Display a certain coordinate which is saved within it Source (no, what I want to do) When 2 is clicked on an overlay then some text appears with the text that is saved within the source (again what I do not want, but a start) long + latitude and name + address of the address within the database I have come to know that I have to use JSN (as I am not using it, I am asking for a Nob proof-proof tutorial)
I have seen the best I have I'm able to get to the php part after that I do not understand what to do (hence the request)
Here's a good article to get data from mysql using Jsson Here is a link that is used to display the location on Google Maps.
Comments
Post a Comment