Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 942 Bytes

AndroidX-DatabindingAdapters

Download License

Databinding Adapters for AndroidX. It covered the BindingAdapter and BindingMethod with AndroidX views.

Integration

Gradle

implementation "com.sotwtm.androidx:databinding-adapters:0.9.0"

Notes

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.

LICENSE

Apache License, version 2.0