开发者

RSS though JSON

开发者 https://www.devze.com 2023-03-01 04:24 出处:网络
I want to do an RSS reader with a help of JSON in Android. I\'m new to JSON at all, so now I basical开发者_运维问答ly read about it and try to do some examples.

I want to do an RSS reader with a help of JSON in Android. I'm new to JSON at all, so now I basical开发者_运维问答ly read about it and try to do some examples. What I'm askins is: "Are there any information about JSON in Android and RSS in together? In Android of course." I couldn't find any clear explanation how to do that on the Internet.


RSS is already a dataformat ( XML based ). So you can forget about JSON and parse the XML directly.

Here is a nice resource that lets you parse XML into a Listview:

http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/

(or a JSON one )

http://p-xr.com/android-tutorial-how-to-parse-read-json-data-into-a-android-listview/

0

精彩评论

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