Android timer stuff
Thaylin | December 6, 2011
Wow, it’s been a while since I’ve last posted!
Just wanted to toss up some code for creating a timer in android. One would think you would just utilize the java.utils.Timer class but that creates a new thread and can create issues with your application. Plus it’s a pain to access stuff from the timer. Android [...]