krokers / recycler-binding

Android data binding adapters RecyclerView
Apache License 2.0
4 stars 1 forks source link

Expandable Recyclrview #1

Open hirenpatel868 opened 6 years ago

hirenpatel868 commented 6 years ago

Section 1 Item 1 Item 2 Section 2 item 1 item 2

i need this kind of structure with recycle direct XML bind is it possible using this lib?

krokers commented 6 years ago

Hi, Unfortunately, right now there is no support for multiple item types.

hirenpatel868 commented 6 years ago

is any other way to implement or any other lib u know to implement this kind of functinality?

krokers commented 6 years ago

You could try this one: https://github.com/radzio/android-data-binding-recyclerview (however, I'm not sure if it supports multiple item types)