AndroidRivers

Additional

Language
Java
Version
N/A
Created
Aug 4, 2012
Updated
Oct 6, 2015 (Retired)
Owner
Dody Gunawinata (dodyg)
Contributors
Svetlana Isakova (svtk)
Natalia Selezneva (NataliaUkhorskaya)
Stanislav Erokhin (erokhins)
Ilya Klyuchnikov (ilya-klyuchnikov)
Alexander Udalov (udalov)
asedunov
ilya-g
Gaetan Zoritchak (gzoritchak)
Dody Gunawinata (dodyg)
Denis Zharkov (dzharkov)
10
Activity
Badge
Generate
Download
Source code

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: