上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 118 下一页
摘要: http://www.cnblogs.com/bjzhanghao/archive/2012/11/06/2757300.html 阅读全文
posted @ 2014-05-13 18:12 daishuguang 阅读(210) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xiaanming/article/details/9031141http://www.cnblogs.com/androidez/archive/2013/07/21/3203964.html如果在有用到过viewpager或者fragmentActivi... 阅读全文
posted @ 2014-05-13 14:25 daishuguang 阅读(295) 评论(0) 推荐(0) 编辑
摘要: http://www.oschina.net/question/8676_11797http://blog.csdn.net/ouyangtianhan/article/details/6565768http://my.oschina.net/amigos/blog/59871http://blog... 阅读全文
posted @ 2014-05-13 01:19 daishuguang 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Color类Constants|____BLACK, BLUE, CYANMethods|____argb,rgb,alpha, red, green, blue|____parseColor 阅读全文
posted @ 2014-05-10 16:47 daishuguang 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 其中的indeterminteDrawable属性就是用来设置进度条颜色等属性的 阅读全文
posted @ 2014-05-09 20:35 daishuguang 阅读(216) 评论(0) 推荐(0) 编辑
摘要: View.OnKeyListener|_____onKey(Viewv, int keyCode,KeyEventevent)View.OnTouchListener|_____onTouch(Viewv,MotionEventevent)View|____Override__________onK... 阅读全文
posted @ 2014-05-09 14:58 daishuguang 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/asce1885/article/details/7596669http://blog.csdn.net/liranke/article/details/6855601http://blog.csdn.net/luoshengyang/article/det... 阅读全文
posted @ 2014-05-09 13:21 daishuguang 阅读(129) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/elfylin/article/details/8008763一. 接口KeyEvent.Callback和View.OnKeyListener二. 流程a.Activity.dispatchKeyEventa.1.win.superDispatchKeyE... 阅读全文
posted @ 2014-05-09 03:25 daishuguang 阅读(601) 评论(0) 推荐(0) 编辑
摘要: keycode------------>KEYCODE_BACK,KEYCODE_MENUevent.getAction------->ACTION_DOWN,ACTION_UP,ACTION_MULTIPLE|_____onKeyUp,onKeyDown,onKeyLongPresshttp://... 阅读全文
posted @ 2014-05-09 01:28 daishuguang 阅读(259) 评论(0) 推荐(0) 编辑
摘要: http://developer.51cto.com/art/201001/180846.htmAndroid事件侦听器作为视图View类的接口,其中包含有不少回调方法,比如:onClick();onLongClick();onFocusChange();onKey();onTouch();onCr... 阅读全文
posted @ 2014-05-09 00:27 daishuguang 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 谈谈我对Java中CallBack的理解http://www.cnblogs.com/codingmyworld/archive/2011/07/22/2113514.html CallBack是回调的意思,熟悉Windows编程的人对"回调函数"这四个字一定不会陌生,但是Java程序员对它可能就... 阅读全文
posted @ 2014-05-09 00:25 daishuguang 阅读(290) 评论(0) 推荐(0) 编辑
摘要: android.permission.WAKE_LOCK------------>keep the screen from dimming or the processor from sleeping, or uses the MediaPlayer.setScreenOnWhilePlaying(... 阅读全文
posted @ 2014-05-08 23:25 daishuguang 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://bbs.51cto.com/thread-968277-1.html又是新的一周的开始,上午自己写了上拉加载更多数据的demo,嘿嘿这里和大家分享。 android开发中,listview是最常用的控件之一,通常我们可以再微博、微信等很多应用里面都可以看到下拉刷新,以及上拉刷新,点击查... 阅读全文
posted @ 2014-05-08 17:33 daishuguang 阅读(244) 评论(0) 推荐(0) 编辑
摘要: SharedPreferences对象----->getXXXSharedPreferences.Editor对象---->putXXX 阅读全文
posted @ 2014-05-07 23:13 daishuguang 阅读(135) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liuyiming_/article/details/7704923 阅读全文
posted @ 2014-05-07 22:43 daishuguang 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 118 下一页