發表文章

目前顯示的是 2016的文章

[Android]ListView & ArrayAdapter介紹與使用

圖片
ListView 是一個可捲動的顯示清單物件的View 我們可以利用Adapter來將資料載入並顯示出來 Android Developer上對Adapter的概觀是這麼說的: An Adapter object acts as a bridge between an AdapterView and the underlying data for that view. The Adapter provides access to the data items. The Adapter is also responsible for making a View for each item in the data set. 意思大概是 Adapter物件是View的底層資料與AdapterView之間溝通的橋樑 Adapter除了提供存取物件資料外,也管理為資料集合裡的每個物件創建View。 ((破英文見諒