sheungon / AndroidX-DatabindingAdapters

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Kotlin 100.0%