Archive for the 'MIDlet' Category
Monday, November 2nd, 2009
Google Translator is a great translator tool which has a very simple AJAX API that can be easily used from mobile apps. Compared to other translator tools it has one feature which other services don’t have, the auto detection of language.
The API is really easy to use. All you need to do is to pass [...]
Posted in Java, MIDlet, Software | 4 Comments »
Sunday, October 18th, 2009
One of the problems with Java ME applications containing more advanced UI components have been that it is really painful to have it rendered consistently across different platforms and devices. I’ve used to implement my own set of practices on displaying lists of tweets in Twim or todo lists in Mobile Task Manager. Now I [...]
Posted in Link, MIDlet, Tips and Tricks, books | No Comments »
Tuesday, October 13th, 2009
I just uploaded the latest binaries (JAR and JAD) of Mobile Task Manager to Google Code download page. The previous version (v1.2) was already downloaded over 1700 times in less then a month so there seems to be a need for a good GTD / Task Manager application :)
This version fixes the issues with the [...]
Posted in MIDlet, Software | 6 Comments »
Tuesday, September 29th, 2009
Pali Madra from E71 by Nokia blog created a very nice video of Mobile Task Manager running on Nokia E71. Check out the full review that he wrote on his blog, here.
Posted in MIDlet, Software, Tips and Tricks | No Comments »
Saturday, August 22nd, 2009
Just finished testing the latest version of Twim, v1.15. Now you can also send your photos to new TwitrPix service.
I also added few options that you can configure via settings view. You can set Twim to automatically load the home screen tweets when application is started and you can also turn on the auto-refresh option [...]
Posted in Java, MIDlet, Software | 5 Comments »
Monday, July 27th, 2009
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. There were also few good people in Twitter that tested the beta version with N97 [...]
Posted in MIDlet, Software | No Comments »
Saturday, July 11th, 2009
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 used many tools to store the actions like traditional pen and paper and several desktop [...]
Posted in MIDlet, Software | No Comments »
Sunday, June 28th, 2009
I’m just finished up the last bits of code for Twim v1.13. This new release introduces new media services like MobyPicture. You can now also upload video files from Twim either to yFrog or Moby services. Here’s my sample video recorded with Nokia E71 in Mobypicture and in yFrog.
You can download latest version from Twim [...]
Posted in MIDlet, Software | 2 Comments »
Tuesday, May 12th, 2009
I just finished up coding new features for Twim v1.12. New features in this release:
yfrog support
Favorites support
File based photo upload
Recent timeline not loaded on startup automatically (to reduce bandwidth usage)
With the latest release you can share your photos with yfrog service in addition to existing TwitPic and Twitgoo services. Now you can also send image [...]
Posted in MIDlet, Software | 7 Comments »
Sunday, April 26th, 2009
New release of Twim is once again out of the door.
With the latest version (v1.11) you will gain the following new features:
Twitgoo support. Now you can take a photo and send it directly to Twitgoo service.
Retweet feature fills up the status update box with the selected tweet.
Clock is shown in the bottom of the menu [...]
Posted in MIDlet, Software | 3 Comments »