How to track your location using GPS and send it over sms in your Android App? -Complete Source Code

This video shows the steps to create a location tracking App and send or share the coordinates of the location (Latitude and Longitude) by sending automatic SMS messages to a predefined phone number.

This video is a combination of following two videos available on this channel:

1. Location Tracking App: How to send SMS automatically through your phone: can also refer to below video which shows how to create the APK installer file and install the App in your phone using the below link: the code, please ensure that in the gradle.properties file the following lines are added to use androidx libraries:

android.enableJetifier = true

android.useAndroidX = true

We will be glad to hear from you regarding any query, suggestions or appreciations at: programmerworld1990@gmail.com

Complete Source Code is available at below next part of this video can be accessed using below link. It shows the steps to get the location details from latitude and longitude

Comments