标签: android android-recyclerview hashmap recycler-adapter
我有一个hashmap(key, ArrayList of objects).,我想将我的密钥作为分段标题,并将列表中的项作为recyclerView项。任何人都可以在不使用任何库的情况下帮助我做到这一点。在onBindViewHolder中寻找逻辑。
hashmap(key, ArrayList of objects).
recyclerView
onBindViewHolder