Merging adapters in android

后端 未结 2 355
无人及你
无人及你 2021-01-22 10:48

I am having two different data in two different adapters. Now i want to merge both data in a single adapter. is this possible?? How can I do that?

Regards,

vani<

2条回答
  •  难免孤独
    2021-01-22 11:31

    Maybe CommonsGuy's MergeAdapter source will help, read about documentation here http://github.com/commonsguy/cwac-merge

提交回复
热议问题