Daily Archives: July 5, 2011

Using Handler postDelayed to queue a task for later execution

I figured out how to get my android app to auto post after a certain amount of idle time.   Trick was to create a handler in the activity that is running.   Then make a “Runnable” function that will … Continue reading

Posted in Uncategorized | Leave a comment