Binding icon indicating copy to clipboard operation
Binding copied to clipboard

Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star

Results 12 Binding issues
Sort by recently updated
recently updated
newest added

Exception java.lang.IllegalStateException: onGetLayoutInflater() cannot be executed until the Fragment is attached to the FragmentManager. at androidx.fragment.app.Fragment.getLayoutInflater (Fragment.java:1673) at androidx.fragment.app.Fragment.onGetLayoutInflater (Fragment.java:1622) at androidx.fragment.app.Fragment.performGetLayoutInflater (Fragment.java:1654) at androidx.fragment.app.Fragment.getLayoutInflater (Fragment.java:1639) at com.hi.dhl.binding.viewbind.FragmentViewBinding.getValue (FragmentViewBinding.kt:51) at...

在XPopup 开源项目中使用 binding,每次弹出和关闭弹窗都会有卡顿或者延迟的情况出现,1~2秒的样子,如果不用binding每次显示和关闭弹窗都很流畅,大佬知道是什么原因吗