LeMondeRssReader App
This App for Android 5.0 Lollipop and later (Android 13) reads RSS stream from LeMonde.fr.Thanks to Web scraping, it renders the article and its comments in the feed directly in native Android components.
This App was also built to be as fastest and simple as possible. Material design guidelines were applied so you'll find:
- A menu with your favorites and all categories
- The ability to refresh the feed with "Pull to refresh"
- And to customize the feeds to display
- In the settings, a dark mode or a light mode
What's new in 3.3.0
Here's a summary of the LeMondeRssReader 3.3.0 app release notes, focusing on user-facing improvements:
- Improved text formatting within articles with support for
em
,strong
, and other tags. - Added support for displaying lists (
ul
andli
tags) within articles. - Enhanced screen layout and appearance using the new
SafeAreaView
.