TheDancerCodes / NewsReader

Android News Reader app. Kotlin Coroutines, Retrofit and Realm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsReader

Android News Reader app

Code that follows Packt Publishing Kotlin in Practice Video Course

Example of Kotlin Coroutine usage, with Realm and Retrofit.

Most of the code is by now out of date. For example, Kotlin Coroutines are now stable and have a slightly different API. The master branch is not updated, because it follows the code from the course. Kotlin_1.3 Branch is updated to Kotlin 1.3 and Coroutines 1.0.

There is also a RxJava branch that uses RxJava for Async and Reactive programming.

To make the project compile, you need to get an API key from NewsApi.org and put it into your local gradle.properties file under the key NEWS_READER_API_KEY

Written by Marko Devcic

License: MIT

About

Android News Reader app. Kotlin Coroutines, Retrofit and Realm


Languages

Language:Kotlin 98.8%Language:Java 1.2%