Parse img from RSS description tag with SAX
Looking around i have found many tutorials about rss and img parsing from the inside of the description tag. My problem is that the app开发者_JAVA技巧 i m developing is homework for my college and i can only use SAX and not jSON as in the most examples. My RSS is working fine,but i cant load images..
So,my answers are two:
1)How to parse image from the description tag and
2)How to load it in the RSS activity.
Try android.util.Xml . And take a look here how to use it http://www.ibm.com/developerworks/opensource/library/x-android/index.html
精彩评论