
Originally Posted by
im2amit
In this project, you need to setup a small server on which all the friends/users need to register with their id/cell# and keep on updating their current location lat/long which is captured by GPS on their devices using JSR 179 - location listener, this information should be available to all the other friends (pre-accepted as friends) to whom this user wants to share his location with.
Flow can be:
People are free to download this app from any app store, on first launch register with their cell# and id and keep on updating their GPS co-ordinates on the server.
- The app should show - Friends List - with Track button on each friend - which can display - map with friends location marked on it.
- The app will option to Add friends - by giving id or cell#, request will be generated and stored on the server for approvals.
- The app should have in-coming add request - inBox, which will show all pending add-request for this user - where he can approve/ reject - its status will be updated on the server - reflected on other users friend list screen.