Refactor DB read code to use RxJava

This commit is contained in:
sigmabeta
2016-01-09 12:28:29 -05:00
parent 5db10d83f7
commit f58a8561f8
6 changed files with 99 additions and 166 deletions

View File

@ -89,6 +89,9 @@ dependencies {
// For loading huge screenshots from the disk.
compile 'com.squareup.picasso:picasso:2.5.2'
// Allows FRP-style asynchronous operations in Android.
compile 'io.reactivex:rxandroid:1.1.0'
}
task setupCMake(type: Exec) {