摘要:
Never call virtual functions during construction or destruction1、you shouldn't call virtual functions during construction or destruction, because the... 阅读全文
posted @ 2015-04-13 11:08
lshs
阅读(459)
评论(0)
推荐(0)
摘要:
列表视图和适配器的绑定列表视图既可以使用ListView组件,也可以继承ListActivity。显示可以是ArrayAdapter,也可以是游标SimpleCursorAdapter,还可以是继承BaseAdapter展示其它视图。Cursor c = getContentResolver().q... 阅读全文
posted @ 2015-04-13 00:05
lshs
阅读(494)
评论(0)
推荐(0)