epoxy
                                
                                
                                
                                    epoxy copied to clipboard
                            
                            
                            
                        Epoxy is an Android library for building complex screens in a RecyclerView
So, I have an old code with adapter and I need to add new carousel as one of the items. I made custom view with carousel and page indicator. I...
**Background** I am doing a messaging app. The message sdk I used return the messages in a paged format and thats why I am use the _PagedListEpoxyController_. Inside a chat...
We have a vertical Epxoy recycler view with shouldSaveViewState enabled. When the user clicks on an item (EpoxyModelWithHolder) we react to the click by changing the layout's views. As an...
I've got an implementation where a `SharedFlow` is observed, and on change, the observed model is passed to the Epoxy controller (`setData` is called). The view models themselves don't rebind,...
I am implementing a Carousel to display some images, that also is inside a EpoxyRecycleView. When I select one of those images to navigate to other screen and come back...
I've created an Epoxy that can add items dynamically. The item has an EditText. When items are added enough to allow scrolling, if you scroll down after entering values in...
I have a requirement to display the Carousel Items and have buttons outside the Carousel items to go to the previous item and the next item. Given carousel items are...
Following the [wiki guidance on avoiding memory leak](https://github.com/airbnb/epoxy/wiki/Avoiding-Memory-Leaks) I have been setting `LayoutManager.recycleChildrenOnDetach = true` for all of my `EpoxyRecyclerView`s. I'm using one in a `ViewPager` now, and when scrolling...
Updated xprocessor version with new TypeConverter analyzer
it works fine in an application module, while same code went kapt exception in an library module. epoxy:3.8.0 mavericks.2.2.0