4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AndroidでRSSを楽にパースしたい

Last updated at Posted at 2019-02-03

Androidアプリを起動したら、RSSを配信しているサイトから値を受け取って表示したい。
そんな時にいいライブラリはないものか、と思ってRSSライブラリを探してみた。
実装して試しつつ、随時追加していく。

XmlPullParser

ライブラリではないが公式ドキュメントに紹介されている
https://developer.android.com/training/basics/network-ops/xml
RSSを扱うなかで一番の基本

rss-perser

prof18/RSS-Parser
https://github.com/prof18/RSS-Parser

star

125
やや少ない

メモ

WordpressのRSS Feedに対応してる。
Kotlin化に対応していてイケてそうだが、atom feedには対応してない
つまりWorrdpressしか対応してない

自分の実装コード

android-rss

ahorn/android-rss
https://github.com/ahorn/android-rss

star数

496
割と多い

メモ

atom feedなどのRSS2.0feedsには対応している。

自分の実装コード

4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?