开发者

Parse img from RSS description tag with SAX

开发者 https://www.devze.com 2023-04-06 13:50 出处:网络
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 c

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

0

精彩评论

暂无评论...
验证码 换一张
取 消