I am developing a app in android ….
which need a code snippet to be executed in a loop…
i thought of using threads and handler..
i need some assistance on that…
and is there any other optimistic way of doing it…
consider it like an alarm clock, where the program continually checks for the alarm time with the mobile time … i need to implement a concept similar to this …
pls help me out guys … Thanks 🙂 🙂
You should create a Service… and your app will use it.. like this, even if your app is garbaged, your service can still run.