Android: BaseAdapter 實現分頁

轉:http://www.iteye.com/topic/1111847   列表的顯示需要三個元素: 1.ListVeiw 用來展示列表的View。 2.適配器 用來把數據映射到ListView上的中介。 3.數據 具體的將被映射的字符串,圖片,或者基本組件。 根據列表的適配器類型,列表分爲三種,ArrayAdapter,SimpleAdapter和SimpleCursorAdapte
相關文章
相關標籤/搜索