I created a new class called HelloService. I added this to the Android manifest.xml.
public class HelloService extends Service { private Timer timer = ne
Declare the your service in mainfest.xml file of your project.