(no title)
fsfsdff56sdf | 7 years ago
I didn't do much Android development, but last year I had to develop a small app doing a continuous background task.
Yes, it is hard to do that in Android (it seems). But you are supposed to use all sorts of other mechanisms that Android provides. Like for an alarm clock, I guess you tell some system service to play the sound and then go back to sleep. The sound keeps playing and your app sleeps (I guess - don't know this particular case).
Some things seemed really hard to do, but it is by design, and users really need to be protected from vampiric apps.
No comments yet.