codelab-android-using-kotlin
codelab-android-using-kotlin copied to clipboard
Additionally the components imported in the gradle file need bringing up to the most recent version.
Having converted `ContactsActivity` to Kotlin, using the automatic conversion as per the codelab step **Convert ContactsActivity to Kotlin**, the error: ``` Not nullable value required to call an 'iterator()' method...
In one of the guides of codelabs Called [Taking Advantage of Kotlin](https://codelabs.developers.google.com/codelabs/taking-advantage-of-kotlin/index.html?index=..%2F..index#3) We can see the implementation like below : ``` private fun loadContacts(): ArrayList { val contactSet = mPrefs.getStringSet(CONTACT_KEY,...
While I was reading this cool lab I encountered a bug in **sliding animation**. If you try to go from page1 to page2, the animation is good. But if you...
FAB can't handle click on it. In case when there are some generated values in Recycler View then click on FAB causes that click on Recycler View's item is performed....
Regarding issue #1
In the chapter "4. Kotlin View Binding, Lambdas & Standard Library Extensions", subsection "Kotlin Android Extensions view binding" it tells the learner to "remove the statements with `findViewById()` calls". However,...
Some deps are beta other just slight older