1
1

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-03-30

AndroidでRSSを読み込む案件がありましたので、サンプルを書いて予習しました。
レイアウト等、雑です。

参考にさせてもらった↓こちらで、org.xmlpull.v1.XmlPullParser を使われていたのでそのまま拝借させてもらいました。
http://individualmemo.blog104.fc2.com/blog-entry-55.html
意外に繁雑なコードになっているので、もっとよいライブラリあるのかなと思いました。

ソースはGitHubに上げています。
https://github.com/higekick/RssReaderSample
Screenshot_1553955563.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?