Stop Android For Killing My Activity After 30 Minutes From Background
I am creating an application where there is an activity which contains a timer running when ever user comes to that screen. If user leaves that screen by pressing home button witho
Solution 1:
Use Services to doing background work. In this case Activity should be like a simple UI facade linked to Service.
Post a Comment for "Stop Android For Killing My Activity After 30 Minutes From Background"