0

I have searched for this more than 4 hours but did not find anything useful, I need to add to my android app the ability for the user to send location, just like whatsapp or something similar.

thanks

Hasan Shouman
  • 2,162
  • 1
  • 20
  • 26

1 Answers1

1

You can use for example Firebase Database to store the user locations on remote server.

The flow can be like this:

  • get the user location
  • send your location via FirebaseDatabase
  • get the location of the another user/users via FirebaseDatabase

https://firebase.google.com/docs/database/

K.Os
  • 5,123
  • 8
  • 40
  • 95