04 2016 档案

摘要:Learn: 1.Android数据库的语法。 2.通过外键连接两个数据库。 3.加强了对数据库的熟悉度。 4.对文本框的visiblity属性的了解。 Demo:http://pan.baidu.com/s/1c1OZjC8 阅读全文
posted @ 2016-04-23 21:21 JoneZP 阅读(545) 评论(0) 推荐(0)
摘要:1575: Gingers and Mints Description fcbruce owns a farmland, the farmland has n * m grids. Some of the grids are stones, rich soil is the rest. fcbruc 阅读全文
posted @ 2016-04-18 20:50 JoneZP 阅读(255) 评论(0) 推荐(0)
摘要:Key Points: 1.使用SimpleCursorAdapter将Android数据库信息显示在listview上 2.长按listview弹出对话框删除信息。顺带学习了AlertDialog。 3.学习了Android数据库中的 ”增删改查“。 阅读全文
posted @ 2016-04-15 21:16 JoneZP 阅读(2909) 评论(0) 推荐(0)
摘要:效果图: 学习: 1.静态注册实现开机启动 2.通知的创建 step1:需要一个NotificationManager来对通知进行管理 NotificationManager manager = (NotificationManager)context.getSystemService(androi 阅读全文
posted @ 2016-04-05 23:00 JoneZP 阅读(1294) 评论(0) 推荐(0)