ksst
ksst

Reputation: 11

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 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.

Upvotes: 1

Views: 1027

Answers (1)

Şah-ı Merdan
Şah-ı Merdan

Reputation: 504

Try android.util.Xml . And take a look here how to use it http://www.ibm.com/developerworks/opensource/library/x-android/index.html

Upvotes: 1

Related Questions