Android-RSS is a fully functional Android RSS reader created as a way to learn the new Android platform SDK. The target audience is primarily developers interested in further exploration of the Android SDK.

There is a background service in place to handle synchronization of channels on an ideally configurable interval. Unfortunately, I have not found a graceful way to report status back to the main UI to display the synchronization progress on a per-channel basis so that users may see which channels are currently refreshing. Not a necessary component for the final product but it s something I d like to figure out before I enable the service. |