会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
萌猫闯天下
博客园
首页
新随笔
联系
订阅
管理
2017年3月4日
《将博客搬至CSDN》
摘要: 将博客搬至CSDN
阅读全文
posted @ 2017-03-04 23:56 呼啦啦,,啦啦呼呼
阅读(110)
评论(0)
推荐(0)
2017年2月23日
大神的一个仿qq气泡
摘要: https://github.com/MonkeyMushroom/DragBubbleView
阅读全文
posted @ 2017-02-23 13:20 呼啦啦,,啦啦呼呼
阅读(162)
评论(0)
推荐(0)
2017年1月11日
TextInputLayout应用
摘要: 源码解释: 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 呼啦啦,,啦啦呼呼
阅读(194)
评论(0)
推荐(0)
2016年12月16日
3D动画工具类
摘要: 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 呼啦啦,,啦啦呼呼
阅读(207)
评论(0)
推荐(0)
2016年12月14日
Android studio 的FFmpeg移植
摘要: 转自:http://www.jianshu.com/p/9d6c42081d08
阅读全文
posted @ 2016-12-14 10:24 呼啦啦,,啦啦呼呼
阅读(149)
评论(0)
推荐(0)
2016年10月19日
android aidl分析
摘要: http://blog.csdn.net/luoyanglizi/article/details/51980630
阅读全文
posted @ 2016-10-19 10:16 呼啦啦,,啦啦呼呼
阅读(110)
评论(0)
推荐(0)
2016年9月28日
PathEffect 样式解读
摘要: PathEffect的六个子类: 这六个子类分别可以实现不同的路径效果: 以此往下 》 CornerPathEffect: DashPathEffect: DashPathEffect: PathDashPathEffect:
阅读全文
posted @ 2016-09-28 10:16 呼啦啦,,啦啦呼呼
阅读(695)
评论(0)
推荐(0)
2016年9月2日
Android程序开发之获取汉字的首字母
摘要: 获取一个汉字的拼音首字母。 GB码两个字节分别减去160,转换成10进制码组合就可以得到区位码例如汉字“你”的GB码是0xC4/0xE3,分别减去0xA0(160)就是0x24/0x430x24转成10进制就是36,0x43是67,那么它的区位码就是3667,在对照表中读音为‘n'。 案例演示:
阅读全文
posted @ 2016-09-02 13:40 呼啦啦,,啦啦呼呼
阅读(623)
评论(0)
推荐(0)
2016年8月31日
调用AsyncTask的excute方法不能立即执行程序的原因分析及改善方案
摘要: 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 呼啦啦,,啦啦呼呼
阅读(397)
评论(0)
推荐(0)
2016年8月18日
辅助
摘要: 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 呼啦啦,,啦啦呼呼
阅读(249)
评论(0)
推荐(0)
下一页
公告