ClassTable-Kotlin

ClassTableをKotlinでリファクタリングしているものです。

Architecture

以前のMVPからMVVMに変更しています。

Library

Reactive

RxJava - ReactiveX/RxJava
RxKotlin - ReactiveX/RxKotlin
RxAndroid - ReactiveX/RxKotlin

DI

Dagger - google/dagger

Preference

KotPref - chibatching/Kotpref

Ktx

android-ktx - android/android-ktx

Code Style

Eureka社のswift-style-guideをKotlinでも用いています。
Kotlin公式のCoding Conventionsを参考にして修正するかもしれません。