SimpleCursorAdapter数据库SQLite

csd8 53 0 ZIP 2019-01-17 10:01:16

在很多时候需要将表中的数据显示在ListView、Gallery等控件中,虽然可以直接使用BaseAdapter进行处理,但工作量比较大,Android SDK提供了一个专用于数据绑定的Adapter:SimpleCursorAdapter。 SimpleCUrsorAdapter与SimpleAdapter的使用方法非常相近,只是将数据源从List对象换成了Cursor对象,而且SimpleCursorAdapter类构造方法的第4个参数from表示Cursor对象中的字段。

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

效果一般,仅仅是个SimpleCursorAdapter的入门例子

Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

非常好,只可惜simpleCursorAdapter被淘汰了

Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

谢谢,对我有用。

Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

很不错的例子,很值得学习!借鉴了。谢谢

Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

还好吧,有点用

Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

这个例子没用实用的价值。

Generic placeholder image 卡了网匿名网友 2019-01-17 10:01:16

最最基本的操作,不过对于我这个初学者来说还有挺有用的