------Other
文章平均质量分 64
lotusve
独立思考很重要
展开
-
【Android】【Other】一些Android知识点
一些Android知识点 https://github.com/FX-Max/Point-of-Android转载 2015-05-17 17:54:26 · 410 阅读 · 0 评论 -
【Android】【源码】如何阅读Android系统源码
1. 如何阅读Android系统源码原创 2015-11-02 12:18:10 · 537 阅读 · 0 评论 -
【Android】【Other】Android 如何进阶?
Android 何如进阶?转载 2016-04-01 09:25:55 · 420 阅读 · 0 评论 -
【Android】【ANR】如何分析解决Android ANR
如何分析并解决Android ANR http://blog.csdn.net/dadoneo/article/details/8270107 注:转载转载 2015-05-29 11:01:11 · 396 阅读 · 0 评论 -
【Android】【Other】Android 开发最佳实践
Android 开发最佳实践原创 2017-06-06 13:42:38 · 452 阅读 · 0 评论 -
【Android】【Other】FileProvider相关 Failed to find configured root that contains
问题: 使用FileProvider构造SD卡中文件uri时异常 java.lang.IllegalArgumentException: Failed to find configured root that contains /storage/840E-10F6/音乐/千里之外.mp3 at android.support.v4.content.FileProvider$SimplePat原创 2017-02-13 14:59:15 · 11810 阅读 · 4 评论 -
【Android】【开发技巧】item 点击效果问题
点击效果由圆形,变更为椭圆形 <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" >原创 2016-02-25 15:45:39 · 547 阅读 · 0 评论 -
【Android】【Other】Android一些常用命令
1.抓取android手机错误日志(系统错误20K),不开log也会有: adb shell dumpsys dropbox system_app_crash --print>>crash.txt adb shell dumpsys dropbox system_app_anr --print>>anr.txt 2.打开debug开关: adb shell setprop debug.转载 2016-02-23 10:36:59 · 1166 阅读 · 0 评论 -
【Android】【USB】USB相关开发
Guide http://developer.android.com/guide/topics/connectivity/usb/host.html Api http://developer.android.com/reference/android/hardware/usb/UsbConfiguration.html http://blog.csdn.ne转载 2015-12-08 15:42:13 · 486 阅读 · 0 评论 -
【Android】【Studio】Sdudio 快捷键
Sdudio 快捷键 1 显示最近编辑的文件列表 Ctrl+E 2 跳转到上次编辑的地方 Ctrl+Shift+Backspace 3 显示当前文件的结构 Ctrl+F12 4 快速打开类 Ctrl+N 5 删除行 Ctrl + Y 6 查找调用的位置 Ctrl + Alt + H 7 上下移动原创 2015-12-03 16:43:53 · 1066 阅读 · 0 评论 -
【Android】【Sqlite】sqlite 相关
1. sqlite 相关原创 2015-12-02 15:13:20 · 321 阅读 · 0 评论 -
【Android】【动画】Activity 进出动画
http://my.oschina.net/u/1376187/blog/263331 http://www.open-open.com/lib/view/open1404522077171.html http://www.eoeandroid.com/thread-97068-1-1.html转载 2015-05-12 11:57:49 · 439 阅读 · 0 评论 -
【Android】【开发环境】Android Studio 安装及使用
1. 安装相关 http://www.jianshu.com/p/c40321483602 下载地址 http://www.android-studio.org/ 2. 使用相关 http://www.android-studio.org/index.php/docs原创 2015-05-17 10:10:03 · 390 阅读 · 0 评论 -
【Android】【6.0版本】Android 6.0 相关
1. http://mp.weixin.qq.com/s?__biz=MjM5NzM0MjcyMQ==&mid=207623257&idx=1&sn=a55465b04a1d367c4e73437f49f40b02&scene=23&srcid=1007xWh2bRQksHiGhhbUDVLJ#rd转载 2015-10-07 10:53:44 · 412 阅读 · 0 评论 -
【Android】【代码混淆】ProGuard
1. 代码混淆技术ProGuard原创 2017-06-06 14:10:16 · 360 阅读 · 0 评论