This app will send an SOS message to 6 of your contacts along with your live location.
This app uses native android with java. I used the Location feature to grab the user's location, the Geocoder feature to reverse geocode the lat and longitude to an address, and the SMS feature to send a quick SMS to all saved contacts. To save phone numbers who can receive this message, I have used ROOM database (this is a local database built on top of SQLite). Hence contacts are stored inside room database.