January 2018
Intermediate to advanced
434 pages
14h 1m
English
We'll be using Android Studio 3.0 for coding. First, we need to add anko-sqlite to our build.gradle file:
dependencies {
compile "org.jetbrains.anko:anko-sqlite:$anko_version"
}
You can replace $anko_version with the latest version of the library.
Read now
Unlock full access