Archive for the 'MIDlet' Category
Sunday, December 3rd, 2006
I did some programming for the RSS Reader MIDlet. New version of RSS Reader includes the following new features:
Sync feeds from OPML
Save feed items when application is closed
Update all feeds with one command
Improved text rendering (HTML tags are removed)
Improved feed support
You can download the latest binaries and source code here. I also was able to [...]
Posted in MIDlet, Software | 2 Comments »
Saturday, October 7th, 2006
Ever since I bought the first GPS unit I wanted to be able to record my biking trips and other activities so that I could explore them afterwards on my computer. I couldn’t stop myself from coding this app when I finally acquired Nokia N80 that supported both Bluetooth connections (JSR 82) forreading GPS [...]
Posted in MIDlet, Software | No Comments »
Wednesday, September 20th, 2006
There were some anonymous requests for releasing a BlackBerry version of the RSS Reader MIDlet so I took the challenge and was able to build a version for BlackBerry. The application seems to work with the BlackBerry emulator and according to the anonymous comment it installs over the air on the actual device. Here are [...]
Posted in Devices, MIDlet, Software, Software Development, Tips and Tricks | 4 Comments »
Friday, September 15th, 2006
I added OPML (Outline Processor Markup Language) support for RSS Reader MIDlet. User can now import list of RSS feeds from simple text file or OPML file.
User can import list of feeds by selecting “Import Feeds” command from main menu. Next user needs to enter the URL address for the text file or OPML file. [...]
Posted in MIDlet, Software | No Comments »
Saturday, August 5th, 2006
I was finally able to put some time to add a long requested feature for the Car Manager MIDlet. Now user is able to choose an entry type from application settings. Entries can be now entered with the old way (total fill-up) or the new way (cost per liter).
The cost per liter must be entered [...]
Posted in MIDlet, Software | No Comments »
Thursday, April 13th, 2006
There was one feature request made for my RSS Reader application. It was suggested that the application should support basic authentication like the one you get with the htaccess file. The feature was actually a lot easier to implement then I thought in the first place. With a few google searchs I found a specifications [...]
Posted in MIDlet, Software, Software Development | No Comments »
Monday, April 3rd, 2006
I’ve been a bit busy on various projects but finally I was able to publish a new mobile application called “Saferoom”. The Saferoom is an application that can store your passwords and usernames for various services. User needs to memorize one main password that is used to encrypt the data using the RC4 algorithm. [...]
Posted in MIDlet, Software | 3 Comments »
Wednesday, August 31st, 2005
If you have ever programmed a bit more complicated mobile applications you have noticed that you need to make your own custom UI controls. The J2ME 2.0 brought few additional controls to the default palette but still one needed to make their own components for their killer applications. Fortunately the NetBeans IDE’s new Flow Designer [...]
Posted in MIDlet, Software, Software Development | 2 Comments »
Monday, August 8th, 2005
I have been using the mobile TV recorder for a few weeks now and it is working just as well as I expected. The only problem is that I must keep my server up and running all the time :) I have made the user interface a little more user friendly as user is now [...]
Posted in MIDlet, Software | No Comments »
Sunday, July 24th, 2005
I got a little jealous about my friend’s new digital video recorder. You know, the set top box that is able to record TV on a harddrive. Therefore I thought that I should create something a bit more interesting so I wouldn’t look so old fashioned with my old VCR :). And this is what [...]
Posted in MIDlet, Software | No Comments »