Seeing the android API source code

Thaylin | December 7, 2011

So looking for all sorts of random things for my current android project I ran across Google Code search.
Holy toledo is it great to be able to see the logic (or seemingly illogical things in some cases) that google has behind their APIs.
Check out some of the android source HERE
Damn handy! Though it makes me [...]

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 [...]