I have written an code where a certain httpjob is called every 10second and sone JSON data is downloaded and further processed in EditTexts. Now I noticed that when I press the home button, the entire app is paused. I would like that my entire code keeps running in the background, even after the Home button is pressed.
Is this possible? I want my app to keep running, even if I have for example activated another app in my frontscreen..