I have a service I want to run the second the app opens, and only want this service to end as soon as the user exits the app. How do I program those two things?
use StartService in onCreate of the activity and in onexit button onclicklistener use stopService