Monthly Archives: July 2009

Coding Touchscreen Scrolling in Java ME

Here’s the trick how you can add touchscreen scrolling to your J2ME applications. The key to touchscreen support is the Canvas class and its’ methods pointerPressed, pointerDragged and pointerReleased. These events are called when user puts finger on the screen … Continue reading

Posted in Java, Software Development, Tips and Tricks | Tagged , , , , , , , , | Leave a comment

Twim with Touchscreen Support

Here is the new version of Twim, the mobile Twitter client, now with experimental touchscreen support. I don’t own a real touchscreen phone (yet) so I had to test touchscreen functionality with emulators like Nokia N97 SDK (v1.0) and Microemulator. … Continue reading

Posted in MIDlet, Software | Tagged , , , , | Leave a comment

Getting Things Done – With Mobile App

I like to get things done. For years I’ve followed my own action management methods but recently I’m leaning towards the David Allen‘s GTD method which he describes in his book Gettings Things Done: The Art of Stress-Free Productivity. I have … Continue reading

Posted in MIDlet, Software | Tagged , , , , , , , | Leave a comment