jppasa / KtRssReader

KtRssReader is a Kotlin library for parsing RSS feed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KtRssReader

License Android Weekly Android Arsenal

KtRssReader is a Kotlin library for parsing RSS feed.

Features

Android

  • Supports RSS 2.0 standard, iTunes, and Google Play tags
  • Easy-to-use API
  • Fetches feed for you
  • Database cache and custom cache valid time
  • Customizes output data with annotations

Kotlin

  • Supports RSS 2.0 standard, iTunes, and Google Play tags
  • Easy-to-use API
  • Customizes output data with annotations

How to Use KtRssReader?

Please check out documentation for more information.

Android

Kotlin

Contribution

Contributions are always welcome. If you have any ideas or suggestions, you can contact us or create a Github issue. We will get to you as soon as possible.

Roadmap

  • Add pure Kotlin parsers.
  • Implement an annotation processor to generate custom Kotlin parsers.
  • Use KSP to speed up the annotation processor.

License

Copyright 2020 Feng Hsien Hsu, Siao Syuan Yang, Wei-Qi Wang, Ya-Han Tsai, Yu Hao Wu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

KtRssReader is a Kotlin library for parsing RSS feed.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%