android 小练习,记账簿

上一篇 / 下一篇  2013-03-11 14:43:37 / 个人分类:android

适用版本,android 2.2 以以上版本均可。
遇到的问题
1、设置时间默认值:TimeStamp NOT NULL DEFAULT (datetime('now','localtime'))
时间的查询用直接转换成string即可。
参考:http://blog.csdn.net/liuzhidong123/article/details/6847104
http://blog.csdn.net/derryzhang/article/details/5033209

2、Android 中LayoutInflater的使用!:http://weizhulin.blog.51cto.com/1556324/311450
3、下拉刷新:http://cj-star.iteye.com/blog/1677457
4、按月份统计:http://database.51cto.com/art/201107/276986.htm

5、分页:http://blog.sina.com.cn/s/blog_4b93170a0102dx9u.html

6、判断是否存在表:select count(*)  from  sqlite_master where type='table' and name =表明


TAG:

 

评分:0

我来说两句

Open Toolbar