Month: December 2011

  • Seeing the android API source code

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

  • Android timer stuff

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