January 2018
Intermediate to advanced
434 pages
14h 1m
English
I'll be using Android Studio 3 to write code. You can get started by adding anko-sqlite dependencies to your project by adding the following lines to your 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