New Update Version 2.92:
- Improve drag down to refresh content
- Enable/disable page navigation function
- Fix app crash bug
- Add Google Play Library
- Add Interstitial Ads
New Update Version 2.4:
- Change to load content from link by default
- Add more comment in source code
- Fix SimpleDateFormatter “Unparseable Date” bug: this bug will cause European users cannot load the rss content;
- Add AdMob 6.4.1 module to help you monetize your app;
- Add Google Analytics V2 module to help you trace installation;
- Fix WebView webpage not available bugs
Show rss content is the last task for Rss Reader Android App. In this android code example, I will create a new Activity class to handle the presentation. Normal Rss feed content is HTML formatted. So I prefer to use WebView to show RSS content instead of TextView. In the following Android WebView example, I will show you how to switch activities programmatically, pass data from one activity to another activity, and show HTML content on WebView.
Read more