January 2018
Intermediate to advanced
434 pages
14h 1m
English
We will be using Android Studio 3.0; ensure that you have its latest version.
You'll also need to include RecyclerView in your build.gradle file, which you can add as follows:
compile 'com.android.support:recyclerview-v7:26.1.0'
You can also find the source code in the https://gitlab.com/aanandshekharroy/Anko-examples/ repository by checking out the 6-endless-list-using-recycler-view branch.
Read now
Unlock full access