mikepenz / FastAdapter

The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
https://mikepenz.dev
Apache License 2.0
3.83k stars 492 forks source link

fast adapter with 2 layout #1015

Closed Alireza-hr closed 2 years ago

Alireza-hr commented 2 years ago

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

mikepenz commented 2 years ago

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

Alireza-hr commented 2 years ago

@mikepenz thanks man :)