Android Development Data Binding with Live Data for RecyclerView in Kotlin How to add data binding and live data for RecyclerViews in your Android and Kotlin apps.
Android Development Three Methods for Solving Android Data Binding Errors Getting cryptic data binding errors like "error: cannot find symbol import" in Android? Here are some methods to help you figure out what's wrong.
Mobile Apps An Easy-to-Use TimePickerDialog for Kotlin The TimePickerDialog in Android doesn't allow for restrictions on the times a user can select. But MaterialDateTimePicker allows for this.