会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
戴杭林
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
17
下一页
2017年2月16日
ListView 在设备切换横竖屏时保存状态
摘要: 比如listview在设备切换横竖屏时,仍然需要保证position, activity - > onSaveInstanceState - > restoreInstanceState view - > onSaveInstanceState - > restoreInstanceState
阅读全文
posted @ 2017-02-16 15:52 戴杭林
阅读(535)
评论(0)
推荐(0)
编辑
Android Studio 常见命令
摘要: android studio 常用命令
阅读全文
posted @ 2017-02-16 15:23 戴杭林
阅读(1471)
评论(1)
推荐(0)
编辑
2017年1月5日
android textView 总是有paddingtop怎么解决
摘要: android的TextView即使设置wrap_content,如果打开开发者模式->显示布局边界,能看到textView还是存在paddingTop, 解决方法:
阅读全文
posted @ 2017-01-05 15:26 戴杭林
阅读(1496)
评论(1)
推荐(0)
编辑
2016年12月27日
ionic build Android错误记录 error in opening zip file
摘要: 运行 :cordova requirements Requirements check results for android: Java JDK: installed 1.8.0 Android SDK: installed Android target: installed android-21
阅读全文
posted @ 2016-12-27 20:41 戴杭林
阅读(981)
评论(0)
推荐(0)
编辑
2016年12月21日
git grep 或者 ag 进行快速代码搜索
摘要: 1.git grep foo 会自动map所有包含foo的文件 2.git grep -n foo 显示行号 3.git grep --name-only foo 只显示文件名 4.git grep -c foo 可以查看每个文件里有多个匹配内容 5.the_sliver_searcher 可以替代
阅读全文
posted @ 2016-12-21 16:59 戴杭林
阅读(2677)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
15
···
17
下一页