文件名称:Android代码-Android RSS阅读器
文件大小:66KB
文件格式:ZIP
更新时间:2022-08-26 17:04:28
Android代码
Android RSS Parser []() []() Library to parse RSS easily and efficiently. > Basically, making the repeated task of parsing the feed easy. Install Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Add the dependency dependencies { compile 'com.github.chatRG:RSS-parser:v0.1' } Usage Read the feed from the URL: URL url = new URL("http://example.c
【文件预览】:
RSS-parser-master
----gradlew(5KB)
----settings.gradle(29B)
----License.txt(11KB)
----rssparser()
--------src()
--------.gitignore(40B)
--------build.gradle(902B)
--------proguard-rules.pro(926B)
----gradle()
--------wrapper()
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(623B)
----build.gradle(573B)