开发者

populating AlertDialog

开发者 https://www.devze.com 2023-02-14 02:27 出处:网络
How do i populate an AlertDialog using ArrayList?? any help will 开发者_StackOverflow中文版be appreciated.. thank you in advance.Create an ArrayAdapter for your ArrayList. Then, use setAdapter() on Al

How do i populate an AlertDialog using ArrayList?? any help will 开发者_StackOverflow中文版be appreciated.. thank you in advance.


Create an ArrayAdapter for your ArrayList. Then, use setAdapter() on AlertDialog.Builder.

0

精彩评论

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