Posts

Showing posts from April, 2021

Creating a TrackMe App

Image
  TrackMe App Looking something to develop for a Roadie,  Hurray ! This One is for you.💖 A great and easy to built app which proves to be a great partner of  roadies and which puts wanderlust one step forward. Its a beginner-friendly, easy to use, and a knowledgeable project. So, lets Discuss what it exactly is :                           TrackMe App is a Single Activity app built in Android Studio Framework using Java. It can be a great friend while travelling and can be used by Hikers, travellers or anyone who wants to know his/her current location.       It shows the users, their current Latitude , Longitude , Altitude , Accuracy and Address(if registered on google maps). Lets understand the basic features used in the project :   LOCATION MANAGER : It is built in class which provides access to the location services. Reference can be obtained from calling the getSystemService() method...