-
i am trying to create a chat `activity` so that users can send messages to each other.. i'm using `Firebase Database` in this case, with [marcorei/Infinite-Fire][1] as an `Adapter`.. The **problem** i…
-
It seems that when a View is recycled in a RecyclerView, the view model of that view is set to null (in onViewRecycled of RecyclerViewAdapter.java). Subsequently the pending bindings are executed resu…
-
setDismissDelay is not recoginzed for SwipeToDismissTouchListener touchListene
-
There is a common pattern between ViewPagerAdapter and RecyclerViewAdapter, which will likely be present in other adapters to come.
This functionality can be extracted in a separate class `MVVMAdapter…
-
I have a crash i don't understand. Reading the crash, I think the error comes from the library.
Here is my code:
```
mAdapter = new ReservationRecyclerViewAdapter(mFinalData);
mRecyclerView =…
-
The Views created by the RecyclerViewAdapter will stay bound to their ViewModels even when the host Activity/Fragment is paused/stopped. This means that changes may still be propagated to Views when i…
-
1) onPendingDismiss does not override the method from its superclass.
```
@Override
public void onPendingDismiss(RecyclerViewAdapter recyclerView, int position) {
}
```
2) setDismissDelay(3000) meth…
-
Hello,
I've notified that the OnClickListener on the item in RecyclerViewAdapter does'nt work since 1.2.0. You can see it from your demo, everything fine in 1.1.9 but the item can't be clicked in 1.2…
-
Hi,
I am trying to inflate all my list items opened (dragged to left), but I don't really know how. On the xml there is no property to set for the view to be created like that. I have also tried to c…
-
### Here is the previous code which caused problem:
@Override
protected void onStart() {
super.onStart();
```
FirebaseRecyclerAdapter firebaseRecyclerAdapter=new FirebaseRec…