paul-matthews / KotlinAndroid

A test repo for my Kotlin Android experimentation
Apache License 2.0
1 stars 0 forks source link

Feature: Room test - testing the Room Persistence Library #5

Closed paul-matthews closed 7 years ago

paul-matthews commented 7 years ago

Building a simple Room activity with Kotlin - does CRUD operations on a single table.

Also includes the RxBindings library for Kotlin.