• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Android-RSS-Reader-Library: A RSS reader library to fetch a RSS feed from the we ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

Android-RSS-Reader-Library

开源软件地址:

https://gitee.com/oycocean/Android-RSS-Reader-Library

开源软件介绍:

With this library you can easily parse RSS feeds using the SAX APIs available in Android.

Usage

You can use the API by simply calling RssReader.read(URL url). This will make the request to the url provided and parse it to RssFeed and RssItem objects. It can't get any easier than this.

Here is an example of how to fetch a RSS feed and iterate through every item:

URL url = new URL("http://example.com/feed.rss");RssFeed feed = RssReader.read(url);ArrayList<RssItem> rssItems = feed.getRssItems();for(RssItem rssItem : rssItems) {	Log.i("RSS Reader", rssItem.getTitle());}

License

Copyright (c) 2011 Mats Hofman

Licensed under the Apache License, Version 2.0


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap