Android UI ListView(2)

一個人物對象 List的實現         實現步驟: 1.在xml佈局文件中添加ListView控件節點並且設置好相關屬性 2.在activity裏findViewById 找到ListView控件對象 3.創建ListView的適配器adapter (這裏採用ArrayAdapter<Person> adapter) 4.給ListView綁定adapter 5.通過adapter往List
相關文章
相關標籤/搜索