Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Databinding
1
Does Data-Binding support Modern Architecture? Unidirectional Dataflow?
2
What benefits do you use on using Databinding over Viewbinding?
3
What are some disadvantages of databinding?
4
How do you test Databinding usages in your app?
5
Should you set the data-binding’s life cycle owner?
6
Can you explain how you handle lists with Databinding?
7
What are Binding Adapters?
8
You want to specify custom a action when developer sets android:tint on the ImageView. How would you do that?
9
Can you write a custom listener to a View upon layout Change via Binding Adapter?