ListView中显示SD卡、数据库、网络图片
实现下图,图片来自SD卡、数据库、网络图片
?
定义一个ListView的xml(res/layout/list_view.xml)
?Activity代码??使用这个类替代SimpleAdapter就可以放SD卡、数据库、网络图片了(先将图片转换成Bitmap)??适配器布局(res/layout/message_list.xml)?
Activity代码
?使用这个类替代SimpleAdapter就可以放SD卡、数据库、网络图片了(先将图片转换成Bitmap)??适配器布局(res/layout/message_list.xml)?
使用这个类替代SimpleAdapter就可以放SD卡、数据库、网络图片了(先将图片转换成Bitmap)
适配器布局(res/layout/message_list.xml)