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
trafficstars

Hi. I'm using epoxy to create my app. My app has 2 section, so that I create 2 sticky header using `StickyHeaderLinearLayoutManager`. But the problem is my header has a...

e: [ksp] java.lang.IllegalStateException: Unexpected type name for KSType: java.util.ArrayList at androidx.room.compiler.processing.ksp.KSTypeJavaPoetExtKt.asJTypeName(KSTypeJavaPoetExt.kt:204) at androidx.room.compiler.processing.ksp.KSTypeJavaPoetExtKt.asJTypeName(KSTypeJavaPoetExt.kt:67) at androidx.room.compiler.processing.ksp.KSTypeJavaPoetExtKt.asJTypeName$resolveTypeName(KSTypeJavaPoetExt.kt:149) at androidx.room.compiler.processing.ksp.KSTypeJavaPoetExtKt.asJTypeName(KSTypeJavaPoetExt.kt:160) at androidx.room.compiler.processing.ksp.KSTypeJavaPoetExtKt.asJTypeName(KSTypeJavaPoetExt.kt:183) at androidx.room.compiler.processing.ksp.KSTypeJavaPoetExtKt.asJTypeName(KSTypeJavaPoetExt.kt:170) at androidx.room.compiler.processing.ksp.DefaultKspType.resolveJTypeName(DefaultKspType.kt:34) at androidx.room.compiler.processing.ksp.KspType$xTypeName$2.invoke(KspType.kt:67) at androidx.room.compiler.processing.ksp.KspType$xTypeName$2.invoke(KspType.kt:65) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at...

Hello everyone, using Epoxy I stumbled upon a problem which I narrowed down to being a possible problem at the library's end. I am using a RecyclerView which `height="wrap_content"`. So,...

error: incompatible types: Function1 cannot be converted to Function1

I am using epoxy in my project with the following dependencies: implementation "com.airbnb.android:epoxy:4.6.4" implementation "com.airbnb.android:epoxy-databinding:4.6.4" annotationProcessor "com.airbnb.android:epoxy-processor:4.6.4" When updating to version 5.1.2, I am getting the following error: `./gradlew assembleDebug...

When navigating from fragment that contains nested nested recyclerview with carousel to other fragment, the carousels scrolling position is not restored properly if you navigate back to first fragment instantly....

I have set the `numViewsToShowOnScreen(3f)` on an epoxy view that inherits the `com.airbnb.epoxy.Carousel` class and on the first layout pass it doesn't go full width ![Screen Shot 2022-10-19 at 10...