epoxy icon indicating copy to clipboard operation
epoxy copied to clipboard

Epoxy is an Android library for building complex screens in a RecyclerView

Results 113 epoxy issues
Sort by recently updated
recently updated
newest added

Sup guys! Thx for a great lib! Any chances for future [KSP2](https://github.com/google/ksp/blob/main/docs/ksp2.md) support in this year? I tried enable KSP2 for `epoxy-kspsample`. It leads to fail during building module. (Should...

Hi, I'm using `StickyHeaderLinearLayoutManager` for my `EpoxyRecyclerView` and in my controller I override the `isStickyHeader()` function: ``` override fun isStickyHeader(position: Int): Boolean { return adapter.getModelAtPosition(position) is MyItemHeader } ``` I...

Are there any update plans for this year?