我正在开发一个android应用程序,我想做这样的事情:
这应该像表单一样工作,最后应该返回“容器”上的项目列表
答案 0 :(得分:1)
使用适配器Spinners | Android Developers
在API级别1中添加
在数组末尾添加指定的对象。参数对象 要在数组末尾添加的对象。
Added in API level 1 Removes the specified object from the array. Parameters object The object to remove.
执行add
或remove
致电public void notifyDataSetChanged ()