cobracode / android-fun

fun with my android :)
0 stars 0 forks source link

Cell Radio Interval #3

Open cobracode opened 9 years ago

cobracode commented 9 years ago

Turn on the cell phone for a set time after an interval. Example:

on 30 seconds, every 5 minutes

Try to implement a new abstract class or interface to use this for other things, such as gathering sensor data.

cobracode commented 9 years ago

This could be an AsyncTask that executes a loop for a time, gathering data (say, from sensors) or doing something (talking to servers).