Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodyg/AndroidRivers
Anxiety free news reader for Android - developed using Kotlin
https://github.com/dodyg/AndroidRivers
Last synced: 12 days ago
JSON representation
Anxiety free news reader for Android - developed using Kotlin
- Host: GitHub
- URL: https://github.com/dodyg/AndroidRivers
- Owner: dodyg
- License: other
- Created: 2012-08-04T14:47:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T13:59:13.000Z (about 9 years ago)
- Last Synced: 2024-08-01T01:31:02.425Z (3 months ago)
- Language: Java
- Homepage: http://rivers.silverkeytech.com
- Size: 38.7 MB
- Stars: 321
- Watchers: 30
- Forks: 79
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-kotlin - AndroidRivers
- awesome-kotlin-libraries-for-android - Android Rivers - RSS Readers for Android. (<a name="projects"></a>Projects <sup>[Back ⇈](#contents)</sup> / <a name="franeworks"></a>Frameworks <sup>[Back ⇈](#contents)</sup>)
- awesome-kotlin-android - AndroidRivers - RSS阅读器 🔥🔥 (完整 app / 测试)
README
Android River is a modern Android 2.2 news app. It's now version 1.15.
Android River has the following features:
- Read RSS 1.0, RSS 2.0 and ATOM 1.0.
- Create your own custom River of News out of feeds.
- Read RiverJs format.
- Read OPML and display them in an outline.
- Download and play Podcast with a custom made podcast player.
- Create RSS feeds out of Google News, Kayak.com deals and Craigslist.
- Feature a frequently updated sources of feeds to subscribe to.
- There is no login required to use any of the functionality.
- There are no ads.
- It is super fast.
- It is efficient with data/battery usage.
- It has the awesome Holo theme applied even from Android 2.2.
- Tweets links easily or read articles for later (great integration with Pocket)The website for this project is at http://rivers.silverkeytech.com. Android River can be downloaded at Google Store http://goo.gl/kShgp.
This code is licensed under GPL version 3. Please read license.txt.
I develop Android Rivers using Kotlin programming language version M8. It might not be
obvious that this is Kotlin project since there are a lot of Java code in the project. Most of these Java code are open source
libraries that Android Rivers include in source form by necessity. Most of the Kotlin code is located at NewsEngine module and
com.silverkeytech.android_rivers package at the main project.By reading Android Rivers source code, you will learn about:
* Using SQLite database.
* High performance XML parsing.
* High performance JSON parsing.
* Implementing a media player.
* Writing Android Service.
* Accessing Android Clipboard.
* Fragments.
* Implementing Holo theme in Android 2.2 above.
* Using Library modules.
* First class Outliner UI support.
* Asynchronous operations.
* Managing file system.
* Creating custom dialogs.
* Implementing Sliding Menu.
* Asynchronous HTTP calls.
* Integrating Android Java library.
* Implementing Arabic language support.
* Implement EventBus.Open Source Library used:
* [ActionBar Sherlock](http://actionbarsherlock.com/) - [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [Tree-view-list-android](http://code.google.com/p/tree-view-list-android/)
* [google-gson](http://code.google.com/p/google-gson/) - [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [http-request](https://github.com/kevinsawicki/http-request)
* [Simple Java Xml Parser](https://github.com/thebuzzmedia/simple-java-xml-parser)
* [Scribe-Java](https://github.com/fernandezpablo85/scribe-java)
* [HoloEverywhere](https://github.com/ChristopheVersieux/HoloEverywhere)