The Main aim of my application is to trace the path on the map in realtime which the user traverses regardless of the fact that the user has opened the application or not.
With the help of a service I am able to request the location updates i.e. the current location of the user and broadcast them to my MainActivity to trace the path accordingly.