开发者

Append new Arraylist in arrayadapter

I have a problem that I want to append or add a new arraylist in an arrayadapter which is already running. Means I want to retain its previous list an开发者_开发技巧d want to add more items through an another arraylist. How it will possible? Means suggest me the right solution for this problem.

Thanks in advance.


ArrayList.addAll();


The docs usually help. Just add them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜