The reader application is a client application for the website https://theoldreader.com. Currently the app version is v0.4.7 and you can see all your subscription list, and read articles with it.
The application is written in 100% Kotlin and is utilizing the library:
- Retrofit 2: For the communication with The Old Reader API
- RxJava 2: For concurrency
- Hilt: For dependency Injection
- Room database: For offline reading
You should run ./gradlew start to config the project before developing.
The Reader application will be made open source:



