-
Notifications
You must be signed in to change notification settings - Fork 0
Home
kumarkundan edited this page Feb 22, 2016
·
1 revision
"# MapPlotter"
ANDROID APPLICATION:
functionalities:-
--->get current location every 30 seconds( can be increased or decreased).
--->sending the location to azure portal every 30 seconds ( can be increased or decreased).
--->getting lat, long from the azure database.
--->plotting it to google map.
I have used:
- Android Studio 1.5
- Azure Mobile Services ( Cloud As A Backend)
- Google's gson for serialization
- Google Map v2
Following are the java classes:
-
MapPlotter.java:-
*This class is for the following purpose: *1.loading map *2.sending data to server *3.getting data from server *4.setting received data to shared preference
-
LocationPlotter.java
This class is for plotting the path using GSON objects returned from azure![abc]([url=http://postimg.org/image/4ca3cwvjn/][img]http://s13.postimg.org/4ca3cwvjn/Screenshot_2016_02_21_23_53_21_com_example_kunda.jpg[/img][/url]) database
-
Longi.java
This class is for serialization purpose using google's son
Future proposed changes:-
--->Using this application as service
--->GUI improvements
--->Adding markers to locations
Screenshots :-