I'm using cardslib libarary, Is it possible to have a different layout inflated inside my CardArrayRecyclerViewAdapter? I'm getting stuck at the Holder part, I'm not sure how can I do it
how can I have a custom CardArrayRecyclerViewAdapter to have different layout inside my RecyclerView
Asked
Active
Viewed 64 times
0
-
2there is no such class in the SDK: `CardArrayRecyclerViewAdapter` – pskink Oct 20 '15 at 11:33
-
I'm using a cardslib libaray – RedEagle Oct 20 '15 at 11:36
-
Do you want to use different layouts for each cards, or do you need sections? – Gabriele Mariotti Oct 20 '15 at 12:28
-
@GabrieleMariotti I replaced the RecyclerView with ListView and managed to do it:). However I could use it for the future, I want to add a custom pager at the begining of the list then inflate the other cards normally – RedEagle Oct 20 '15 at 14:53