123

摘要: https://www.zhihu.com/question/37299532 阅读全文
posted @ 2018-02-14 10:40 霸王程 阅读(67) 评论(0) 推荐(0) 编辑

2.14

摘要: 大年初三,你中午姑姑家跟一年才能见一次的表哥表弟们喝了一顿大酒,睡了一整个下午,还头痛欲裂的时候,电话响了,是中学时候的好兄弟们,你赶紧用冷水冲了一把脸,在妈妈一句“晚上早点回来啊”的叮嘱中跑出门,喝完一顿酒后跟兄弟基友们勾肩搭背的去KTV,听着失恋的兄弟说姑娘无情,听着辞职的兄弟说老板傻逼,听着今 阅读全文
posted @ 2018-02-14 08:29 霸王程 阅读(125) 评论(0) 推荐(0) 编辑

链接

摘要: http://mobilerndhub.sec.samsung.net/hub/?next=/portal/perforce/authority/request/list/ 编译日历 http://package.qb.sec.samsung.net/dashboard Bixby http://p 阅读全文
posted @ 2017-10-31 11:09 霸王程 阅读(255) 评论(0) 推荐(0) 编辑

适配器

摘要: https://www.2cto.com/kf/201504/388159.html 阅读全文
posted @ 2017-09-22 16:49 霸王程 阅读(69) 评论(0) 推荐(0) 编辑

通常我们想要获取Context对象,主要有以下四种方法

摘要: 1:View.getContext,返回当前View对象的Context对象,通常是当前正在展示的Activity对象。 2:Activity.getApplicationContext,获取当前Activity所在的(应用)进程的Context对象,通常我们使用Context对象时,要优先考虑这个 阅读全文
posted @ 2017-09-22 15:07 霸王程 阅读(1508) 评论(0) 推荐(0) 编辑

安卓按钮单机事件

摘要: public class MainActivity extends Activity { private Button but;//定义变量保存按钮控件 protected void onCreate(Bundle savedInstanceState) { super.onCreate(saved 阅读全文
posted @ 2017-09-22 14:13 霸王程 阅读(140) 评论(0) 推荐(0) 编辑

SQLiteOpenHelper

摘要: http://byandby.iteye.com/blog/836250 http://blog.csdn.net/zouzhigang96/article/details/50749554 阅读全文
posted @ 2017-09-22 12:04 霸王程 阅读(75) 评论(0) 推荐(0) 编辑

登录界面

摘要: http://blog.csdn.net/shenyuemei/article/details/8194187 land 阅读全文
posted @ 2017-09-04 10:20 霸王程 阅读(114) 评论(0) 推荐(0) 编辑

存取sharedpferences数据

摘要: //存数据spCount = context.getSharedPreferences("counter", Context.MODE_WORLD_READABLE);editor= spCount.edit();editor.putString("username", "alex");editor 阅读全文
posted @ 2017-09-04 10:05 霸王程 阅读(126) 评论(0) 推荐(0) 编辑

bundle

摘要: http://blog.csdn.net/randyjiawenjie/article/details/6651437 阅读全文
posted @ 2017-08-31 17:15 霸王程 阅读(76) 评论(0) 推荐(0) 编辑