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!!!