摘要: 将博客搬至CSDN 阅读全文
posted @ 2017-03-04 23:56 呼啦啦,,啦啦呼呼 阅读(105) 评论(0) 推荐(0) 编辑
摘要: https://github.com/MonkeyMushroom/DragBubbleView 阅读全文
posted @ 2017-02-23 13:20 呼啦啦,,啦啦呼呼 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 源码解释: Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text. Also sup... 阅读全文
posted @ 2017-01-11 14:18 呼啦啦,,啦啦呼呼 阅读(166) 评论(0) 推荐(0) 编辑
摘要: package com.android.cgcxy.rotate3danimation;import android.content.Context;import android.graphics.Camera;import android.graphics.Matrix;import androi 阅读全文
posted @ 2016-12-16 10:31 呼啦啦,,啦啦呼呼 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.jianshu.com/p/9d6c42081d08 阅读全文
posted @ 2016-12-14 10:24 呼啦啦,,啦啦呼呼 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/luoyanglizi/article/details/51980630 阅读全文
posted @ 2016-10-19 10:16 呼啦啦,,啦啦呼呼 阅读(100) 评论(0) 推荐(0) 编辑
摘要: PathEffect的六个子类: 这六个子类分别可以实现不同的路径效果: 以此往下 》 CornerPathEffect: DashPathEffect: DashPathEffect: PathDashPathEffect: 阅读全文
posted @ 2016-09-28 10:16 呼啦啦,,啦啦呼呼 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 获取一个汉字的拼音首字母。 GB码两个字节分别减去160,转换成10进制码组合就可以得到区位码例如汉字“你”的GB码是0xC4/0xE3,分别减去0xA0(160)就是0x24/0x430x24转成10进制就是36,0x43是67,那么它的区位码就是3667,在对照表中读音为‘n'。 案例演示: 阅读全文
posted @ 2016-09-02 13:40 呼啦啦,,啦啦呼呼 阅读(609) 评论(0) 推荐(0) 编辑
摘要: LinkedBlockingQueue blockingQueue = new LinkedBlockingQueue(); ExecutorService exec = new ThreadPoolExecutor(1, 1, 0L, TimeUnit.MILLISECONDS, blockingQueue); new MyFileToBitmap(viewHold.ivPhone, arch... 阅读全文
posted @ 2016-08-31 13:24 呼啦啦,,啦啦呼呼 阅读(381) 评论(0) 推荐(0) 编辑
摘要: package com.example.test01; import java.util.List; import android.R.bool; import android.accessibilityservice.AccessibilityService; import android.accessibilityservice.AccessibilityServiceInfo; imp... 阅读全文
posted @ 2016-08-18 17:04 呼啦啦,,啦啦呼呼 阅读(236) 评论(0) 推荐(0) 编辑