Archive for September, 2009
Debugging BlackBerry User Interface Code
The most effective debugging techniques are usually the simplest; printf(), echo(), System.out.println().
If you’re debugging UI code for the BlackBerry, here’s your printf() :
protected void paint ( Graphics graphics )
{
graphics.setColor ( 0x00FFFFFF );
graphics.drawRect ( 0, 0, getWidth(), getHeight() );
super.paint ( graphics );
}
Vote for Antair
Antair BlackBerry Spam Filter has been nominated for the 2009 Handango Champion Awards for Best Phone Tool.
If you’re a customer, or simply want to support the company, please don’t hesitate to send us a vote or two.
