# viewbinding
2 posts
Modern RecyclerView — ListAdapter, DiffUtil & ViewBinding in Kotlin
Build efficient RecyclerView lists with ListAdapter, DiffUtil.ItemCallback, and ViewBinding in Kotlin — with click handling, ViewModel integration, and common pitfalls.
Android 2 min
Display Item Selected from AutoCompleteTextView in Chip
In this blog we are going to display a list of planets in an AutoCompleteTextView. The list of planets will...
Android 4 min