- 博客(6)
- 收藏
- 关注
转载 Android 中三种使用线程的方法
1.通过继承Thread类,并改写run方法来实现一个线程 view plaincopy to clipboardprint?public class MyThread extends Thread { //继承Thread类,并改写其run方法 private final static S
2014-04-20 22:54:47
146
service中使用AlertDialog
在service中,不像activity里面使用dialog这么方便,在使用中,遇到问题, private void showRtspConnectedDialog() { Log.d(TAG, "showRtspConnectedDialog xxx"); AlertDialog.Builder builder = new Builder
2014-02-13 19:11:16
152
原创 Navigation Bar 修改问题 (四) ----- another window of this type already exists
这个问题在上一篇的文章中提到过,参考Navigation Bar 修改问题(三) ------- 系统重启Launcher界面显示Nv Bar这个问题的原因其实和PhoneWindowManager中mNavigationBar相关,在Navigation bar被移除后,没有及时的把mNavigationBar置为空,调用 removeWindowLw(mNa
2014-01-14 18:34:16
678
关于systemui:eyCode
1) 相关文件参见KeyButtonView2) keyCode表示点击 KeyButtonView 后发出的事件,如Back:4, 这些键值会在PhoneWindowManager.java中被处理 mCode = a.getInteger(R.styleable.KeyButtonView_keyCode, 0);3) xmlns:systemui=http://schem
2013-12-27 11:44:39
86
关于SystemUI 修改 systemui:keyCode
1) 相关文件参见KeyButtonView2) keyCode表示点击KeyButtonView 后发出的事件,如Back:4, 这些键值会在PhoneWindowManager.java中被处理 mCode = a.getInteger(R.styleable.KeyButtonView_keyCode, 0);3) xmlns:systemui=http://sche
2013-12-27 11:38:00
275
解决git版本过低的问题
进去repo, 找到MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version修改成最低的版本号即可
2013-03-27 09:27:36
795
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人