Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run process in background in Android [closed]

Tags:

android

Is there a way in Android development to have a process run in the background of the app, even if the app is not active. For example, if the user starts a process, and then hits the 'Home' button, I want the process to continue running in the background.

like image 202
Walter Cecil Worsley IV Avatar asked May 18 '13 21:05

Walter Cecil Worsley IV


2 Answers

Here is a tutorial about Services. Helped me a lot. http://www.vogella.com/articles/AndroidServices/article.html

like image 142
Gleb Avatar answered Oct 18 '22 14:10

Gleb


Yes Android license with Service component to perform a number of tasks in the background.

like image 40
lopez.mikhael Avatar answered Oct 18 '22 14:10

lopez.mikhael