mikepenz/FastAdapter

fast adapter with 2 layout

Alireza-hr opened this issue · 2 comments

i want to create an infinity recyclerview with 2 diffrent layout...
i cant find any class or function to imp it
is possible?

I suppose you want different items within the RV?

There's a sample here, showcasing different item types: https://github.com/mikepenz/FastAdapter/blob/develop/app/src/main/java/com/mikepenz/fastadapter/app/MultiTypeModelItemActivity.kt

@mikepenz thanks man :)