
Android
文章平均质量分 83
Clark.Ding
这个作者很懒,什么都没留下…
展开
-
Android使用monitor监控应用运行时状态(一)
一.使用monitor查看: Android的原创 2014-04-17 05:55:50 · 7348 阅读 · 0 评论 -
Flutter学习笔记一:安装(macos)
一、下载:镜像信息:https://flutter-io.cn/ flutter中文站:https://flutterchina.club/ flutter git地址:https://github.com/flutter 实战教程:https://book.flutterchina.club/ 百度云盘:https://pan.baidu.com/s/1eP98op9GgLinDiC...原创 2019-03-15 10:48:22 · 184 阅读 · 0 评论 -
Lottie源码浅探
Lottie动画步骤:前置知识:Lottie对动画的变换主要是通过Matrix实现, 因此需要了解Matrix相关知识,可以看下下面的博客:https://blog.youkuaiyun.com/pathuang68/article/details/6991867一、动画Json传入方法:Json动画传入的方式定义在LottieComposition.Factory中,分别为:1. fromAsse...原创 2018-05-28 15:23:17 · 1598 阅读 · 0 评论 -
Glide使用探索(四)——自定义显示控件
Glide自定义显示控件翻译 2017-03-06 15:47:03 · 2280 阅读 · 0 评论 -
Glide使用探索(三)——配置
Glide配置翻译 2017-03-03 18:38:00 · 2010 阅读 · 0 评论 -
Glide使用探索(二)——磁盘缓存无效化
Glide磁盘缓存无效化翻译 2017-03-02 15:50:23 · 2741 阅读 · 0 评论 -
Glide使用探索(一)
Glide介绍及基本用法翻译 2017-02-28 17:05:13 · 708 阅读 · 0 评论 -
Investigating Your RAM Usage(一)
Investigating Your RAM Usage(一)翻译 2015-09-23 19:57:40 · 1814 阅读 · 0 评论 -
Android AOSP输入法(LatinIME)大写判断分析
LatinIME源码地址:https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/android-5.1.1_r6一、大写模式:Android中字母大写有三种模式:textCapCharacters、textCapWords、textCapSentences,分别对应全大写、单词首字母大写、句子首原创 2015-07-09 15:13:57 · 3748 阅读 · 0 评论 -
Android AOSP输入法(LatinIME)输入流程二
一、起始:LatinIME字符输入的初始方法是LatinIME类中的onCodeInput方法: // Implementation of {@link KeyboardActionListener}. @Override public void onCodeInput(final int codePoint, final int x, final int y,原创 2015-07-13 21:06:16 · 8691 阅读 · 0 评论 -
LatinIME键盘绘制(一)
LatinIME中键盘布局文件解析与绘制流程原创 2015-07-28 15:45:08 · 2800 阅读 · 2 评论 -
LatinIME中几个主要方法说明
LatinIME源码地址:https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/android-5.1.1_r6也可以从这个地址取(已经通过编译和运行,编译前请先看README.rd):https://github.com/AndreDing/SelfLatinIME/tree/master原创 2015-07-20 14:51:27 · 5338 阅读 · 1 评论 -
LatinIME切换语言
LatinIME语言切换的大致步骤原创 2015-07-27 12:32:23 · 3099 阅读 · 0 评论