hello everybody...
i am doing a school project. the program is reading a rss feed. in this feed, there is some text(myPost (0 - endless)).
XMLElement[] contentXMLElements = rss.getChildren("channel/item/description");
i wanna read this posts( from the first to the latest one) one after the other into my program. if one is finish, the next post starts....
the postNo with an even no will shown as rects, the postNo with a odd no will shown as circles.
any ideas how i do that?
thanks ;)
1