
If (eventType = XmlPullParser.START_TAG) else if (xpp.getName(). So when I get a start tag whose name is “jms-featured-image”, we set the flag to get the image link. I am using XmlPullParser to parse the XML. After installing the plugin successfully, there will be a appearing in your RSS Feed.Īfter we get rss feed ready, we can add some code to get the image url from rss feed. Since the image tag isn’t included in the RSS standard, you can install my plugin JMS Rss Feed to add an image tag in your RSS feed if you are using WordPress to build your website or blog. Advanced Tutorial 7: Add Android Navigation Drawer Menuīefore you start to build your RSS Reader App, you need to make sure there is image tag in your RSS feed.Advanced Tutorial 6: Load Featured Image In ListView From Rss Feed.Android Rss Reader Example 5: Show WebSite Content in WebView.Android Rss Reader Example 4: Drag to Refresh ListView.Android Rss Reader Example 3: Parse XML in Android.Android Rss Reader Example 2: Load Data by HTTP Request in Android.Android Rss Reader Example 1: How to Use ListView and ArrayAdapter.Here is the full tutorial list for this course. If you want to build a RSS Reader step by step, you’d better start from the beginning. This is the No.6 Android tutorial about how to create a Rss Reader Android App. In my Android RSS Reader App, I will search for tag to get the image url and load it into ListView. In my example, I am using a wordpress plugin JMS Rss Feed in my website, so that RSS of my website will return a tag which will contain a featured image in each article. But, you need to keep in mind that the image tag is not specified in RSS Standard.


In the past few weeks, many friends send me messages to request loading image in ListView. So in my previous project, I just preload an Android icon on each ListView row. In the latest RSS standard, there is no tag for image. Scale image bitmap to fix out of memory issue.
