Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望创建一个可扩展列表,其中包含我在 AsyncTask 期间收到的值。我可以将这些值放在一个列表中吗?
一旦用户按下按钮,列表将显示在另一个视图中。
是否类似于为字符串设置文本?(使用 .setText)
安卓。
从 Async 任务中获取值并将它们放入一个数组中。并将列表的 Adapter 设置为这个数组。
这些值将通过 getChildView() 显示。