Wednesday, 12 June 2013

Getting and Displaying data

-Created dataService script contains all the functions to Get and Post data to Server.
- it has been modified so that each one now contains an extra field Signature, that is is also generated in the script.
- All functions are working with authenticating signatures, and fails appropriately when the signature is incorrect

- The MapsView, makes a function call to get an XML of all Spots and displays them on the map

MapsView:
-Now displays all spots from the DB (My local Server).
-When you click on a Spot marker it bring up an info window that shows details of that spot name etc, and also when it is clicked it draw a path from current location to spot.

NewSpots:
-Gets the num (5) most recently added spots, and displays images(hardcoded same url for each entry ), which are clickable in the scroll view.

No comments:

Post a Comment