Databinding Adapters for AndroidX. It covered the BindingAdapter and BindingMethod with AndroidX views.
implementation "com.sotwtm.androidx:databinding-adapters:0.9.0"
Find the BindingAdapter method by [ViewClass]BindingAdapter.
Currently it includes the following classes.
ActionBar
AdapterView
DrawerLayout
NavigationView
ProgressBar
RecyclerView
TabLayout
TextView
ViewPager
I will keep adding more methods in this lib.
Feel freee to suggest more binding methods by opening new issues.