Platform: J2ME MIDP 1.0
Description:
The free RSS feed reader is a cell phone (mobile) J2ME/PhoneME MIDP application that is able to read most RSS servers/feed versions. RSS is a lightweight XML format designed for sharing headlines and other content like blogs and news. Data is stored on the device and updated on request. Read Wiki documentation for more details on which program to use.Add RSS feed bookmarks. The program can be compiled/built/run entirely with either proprietary or FOSS (Free and Open Source Software). Features include
- Parse RSS feeds
- Browse RSS feed headers
- Read topics
- Read all unread/read topics
- Supports ISO8859_1, windows-1252, UTF-8 , and UTF-16
- Update all/updated feeds with single command
- Open item link or enclosure in device browser (On supported devices)
- Save on exit or request
- Import and synchronize RSS feed lists from internet or phone memory
OPML HTML hyperlinks- Line by line
- HTML Auto links
HTML OPML auto links

Midlet is designed to run on J2ME MIDP 1.0 devices so it will work also on older devices. The downloadable package includes binary files along with source code and NetBeans IDE 5.5 project files.


Download binaries and source code
Older binaries for BlackBerry:
http://www.substanceofcode.com/downloads/midlets/rim/RSSReader.jad
http://www.substanceofcode.com/downloads/midlets/rim/RSSReader.cod
Contributors:
- Irving Bunton
Version history:
Version 1.5 – July 24th 2007
- Open link in device browser
- Support long feed URLs
Version 1.4 – December 20th 2006
- ATOM support
Version 1.3 – December 3rd 2006
- Sync feeds from OPML list
- Save feed items when application is closed
- Update all feeds with one command
- Improved text rendering (HTML tags are removed)
- Improved feed support
Version 1.2 – September 14th 2006
- Added a support for importing RSS feed lists using the line-by-line or OPML format
Version 1.1 – April 13th 2006
- Added a support for basic username and password authentication (eg. htaccess)
- Fixed the item title when item is changed
- Removed titles from the item screen to make it more simple
Version 1.0 – April 26th 2005
- First public release