0

I want to render Recyclerview based on a hashmap which contains LinkedHashMap<String, MutableList<CustonClass>>.

I am able to add multiple view holders in Adapter. But unable to track one layout for a hashmap-key for value.

please suggest. Thanks in Advance!!!

Pinki
  • 21,723
  • 16
  • 55
  • 88
  • That will be a `SectionedRecyclerView` similar to `ExpandableListView` where hashmap key will represent a group and value will be the items under this group . Where Exactly you are stuck in this ? There r multiple implementation available for `SectionedRecyclerView` on Git . – ADM Jul 28 '21 at 12:20
  • Actually, I don't want to use a nested recycler view @ADM – Pinki Jul 28 '21 at 12:39
  • 1
    That data will draw a nested one anyway . you need add the code with question what you already have . Also add the expected result arrangement if u can maybe an an image. – ADM Jul 28 '21 at 12:42

0 Answers0