项目作者: deva666

项目描述 :
Android News Reader app. Kotlin Coroutines, Retrofit and Realm
高级语言: Kotlin
项目地址: git://github.com/deva666/NewsReader.git
创建时间: 2017-10-29T10:41:22Z
项目社区:https://github.com/deva666/NewsReader

开源协议:

下载


News Reader

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 in the Master branch 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