Tags: tech tips

Navigationg BlackBerry Screen Saving flow

April 9th, 2010
I have recently been working on a BlackBerry application, and found that I often got lost in the maze of method calls that happen was a close command is initiated for a screen. To help me keep track of it, I have created a basic flowchart which helps me follow the bouncing ball more »

Introduction to working with Java dates

November 26th, 2009
Many new Java developers often struggle with how to deal with dates in Java.  In the article, I will give a quick primer on how to easily work with dates. In Java, a date/time is stored internally as the number of milliseconds since January 1, 1970 UTC… more »