binding-collection-adapter icon indicating copy to clipboard operation
binding-collection-adapter copied to clipboard

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework

Results 31 binding-collection-adapter issues
Sort by recently updated
recently updated
newest added

如题,是否支持paging3

Can you change ObservableField to liveData?

question

使用BindingRecyclerViewAdapter 当Item 的TextView 设置以下属性时,在API 19的系统中,会出现TextView文字不显示的问题(在比较新的API设备中显示正常) ``` android:ellipsize="marquee" android:singleLine="true" ``` 首屏内容正常,滑动后部分Item不显示文字(如每屏展示3个Item,每间隔3个Item就会有1-2个Item不显示文字) 注释addOnRebindCallback后正常 ``` public final ViewHolder onCreateViewHolder(@NonNull ViewGroup viewGroup, int layoutId) { if (inflater == null) { inflater = LayoutInflater.from(viewGroup.getContext()); }...

Is this a general databinding issue or question? You are more likely to get a response from somewhere like [StackOverflow](https://stackoverflow.com/questions/tagged/android-databinding). ## Issue Please be as detailed as possible and include...

Is this a general databinding issue or question? You are more likely to get a response from somewhere like [StackOverflow](https://stackoverflow.com/questions/tagged/android-databinding). ## Issue Please be as detailed as possible and include...

question

PagedList has been deprecated in the latest version of the jetpack Paging library. Is it possible to have an adapter that works with PagingData?

enhancement

## Issue 有时候无法正确显示 add item Animator, 有时候又可以

When using the DiffObservableList, and in case where items are livedata, is there a built in way to automatically call the diff utility inside a recyclerview? Something like app:DiffUtility =...

question

Is this a general databinding issue or question? You are more likely to get a response from somewhere like [StackOverflow](https://stackoverflow.com/questions/tagged/android-databinding). ## Issue Our team uses `me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:4.0.0` extensively and hasn't encountered...

bug