I am new to android and I have written a program that displays the location of the android user and also sends it via a web service to a server. In my application I wanted this to run in the background while a list of names and other processes are going on the screen. I have searched this and found that a service can be run in the background and I was wondering if anyone had any suggestions on how to turn this into a service?
Share
Read the Service class documentation in the SDK, it has all you want to know plus examples.