I've been told by long-time Java developers that Apache's Rome module is the definitive library for reading & generating RSS & Atom feeds.
I've had a look at the library - it does not seem to be under active development right now. Is this really the best available? Specifically, I'm trying to write an Android application which will read in a number of feeds. I'm worried that Apache Rome might be to heavyweight for a handheld device.
Are there any alternatives that I ought to consider? My main criteria are:
- Lightweight enough to run on a low-power device.
- Easy to use API