Munch

Additional

Language
Java
Version
N/A
Created
Dec 22, 2015
Updated
Apr 17, 2017 (Retired)
Owner
Kartik Sharma (crazyhitty)
Contributor
Kartik Sharma (crazyhitty)
1
Activity
Badge
Generate
Download
Source code

Advertisement

#Munch A minimalistic, easy to use Rss reader application.

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Munch-brightgreen.svg?style=flat)](http://android-arsenal.com/details/3/2955)

#What is Munch ? Munch is an android app which enable the users to manage their Rss feeds. User can add new sources, manage them and view the article associated with the feeds.

#Permissions:

  • Internet
  • Access Network State
  • Read External Storage

These permissions are used to grab the data from the web and to know if user’s internet is available or not so that he can be notified regarding that matter. The Read External Storage permissions is used to retrieve the opml files from either SD card or internal storage. Also, this app will never snoop on your personal information.

#Application features:

  • Load Rss feeds quickly
  • Add Rss Sources
  • Manage Rss Sources
  • Archive feeds
  • Customizable settings
  • Ad free

#How does Munch work ? Munch uses jsoup xml parser to parse rss feeds and also load the web articles associated with those feeds. It also uses glide to lazy load article images(if available).

#Screenshots