开发者

Append new Arraylist in arrayadapter

开发者 https://www.devze.com 2023-03-26 20:33 出处:网络
I have a problem that I want to append or add a new arraylist in an arrayadapter which is alreadyrunning. Means I want to retain its previous list an开发者_开发技巧d want to add more items through an

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

精彩评论

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