关于Adapter
ArrayAdapter------------>單一值
SimpleAdapter---------->HashMap<String,Object> 多值
BaseAdapter------------>更復雜的數據
?
SimpleAdapter ?/ ?BaseAdapter 比較常用
?
轉載于:https://www.cnblogs.com/daishuguang/p/3889143.html
總結
- 上一篇: string.Format格式化输出
- 下一篇: Union与Union All的区别