Skip to content

sdeepanshu02/Where-r-u-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHERE R U??

WHERE R U?? is an Android app which lets you locate people in your contact list who are using this app. Note: This app uses location of your device.

Steps:

  • Store user Mob. No. at first launch of app.
  • Get the device location coordinates.
  • Push location and time at which location was last updated to server(local server).
  • Get coordinates of all user(identified by Mob No.) from server.
  • Add Google map API feature.
  • Make the app run in background.
  • Place markers on the map at retrived locations.
  • Add Get Direction feature.

Note: Initially all the data will be stored local server. Later app should use Firebase.

Note: Volley is preferred instead of AsyncTask Method.

Gradle Script:

dependencies {
   compile fileTree(dir: 'libs', include: ['*.jar'])
   testCompile 'junit:junit:4.12'
   compile 'com.android.support:appcompat-v7:24.1.1'
   compile 'com.android.support:design:24.2.0'
   compile 'com.google.android.gms:play-services-location:9.4.0'
}

Contributors:

  1. Tanishka Khatri
  2. Shailesh Baldaniya
  3. Karan Juneja

About

This is an Android app which lets you locate people in your contact list who are using this app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages