Skip to content
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:

  1. Android Studio 1.5
  2. Azure Mobile Services ( Cloud As A Backend)
  3. Google's gson for serialization
  4. Google Map v2

Following are the java classes:

  1. 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
    
  2. 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
    
  3. 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 :-

Clone this wiki locally