- 博客(5)
- 收藏
- 关注
原创 android volley 6.0 支持httpclient方法
在android 6.0(API 23)中,Google已经移除了移除了Apache HttpClient相关的类推荐使用HttpUrlConnection,如果要继续使用需要Apache HttpClient,需要在Android studio下libs里添加org.apache.http.legacy.jar,android studio里在相应的module下的build.gradle中加入:
2016-05-29 00:09:52
1264
原创 (转载)android 自定义View google官方教程
https://developer.android.com/training/custom-views/create-view.html(官方) http://hukai.me/android-training-course-in-chinese/ui/custom-view/create-view.html (翻译)(注意官方的教程注重性能等方面的优化,看到github上很多自定义view 不注
2016-05-28 22:43:46
290
原创 android 优化总结
1. 移动web端缓存优化 http://www.youkuaiyun.com/article/1970-01-01/2824477 2。android性能优化笔记 http://www.youkuaiyun.com/article/1970-01-01/2824477
2016-05-28 21:30:23
227
原创 Html5 android 使用总结
1.调试 用chrome 调试 开启调试模式(在4.4 sdk 19以下版本默认开启调试模式): if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { LogUtil.d("webView debug mode!!"); if(LogUtil.DEBUG) {
2016-03-16 11:28:21
270
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅