Android
andandroid
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to capture application log
You must request the android.permission.READ_LOGS in your Android Manifest. Then you can run the logcat from the command line on the phone, and just get a dump of the output. I recommend filtering转载 2011-10-20 19:51:19 · 584 阅读 · 0 评论 -
Android知识点集结
1、Android应用程序测工具 -monkey adb shell monkey -p your.package.name -v 500 2、Android软键盘弹出,界面整体上移的问题 AndroidManifest.xml文件中界面对应的里加入 android:windowSoftInputMode="adjustPan" 键盘就会覆盖屏幕 android:windowSof原创 2011-10-24 14:06:33 · 425 阅读 · 0 评论 -
Android 开源项目收集列表
Android 开源项目收集列表 一、框架类 1、 afinal https://github.com/yangfuhai/afinal 2、 thinkAndroid https://github.com/white-cat/ThinkAndroid 二、组件类 1、 日期,数字选择器 https://code.google.com/p/android-wheel/ 2、原创 2013-09-18 11:31:43 · 606 阅读 · 0 评论
分享