Switching between the panel and the keyboard in WechatSomebody ask me, why there are no layout jumping in wechat when switching between the panel and the keyboard? It’s very simple. Just 2 cases under 2 rules. 2015-02-07 Android UI交互 #Android #优化 #keybord #Panel #Wechat
SVG矢量预研期总结目前的现状: SVG能够在大小上、画质上对Apps进行优化,但是在解析效率上以及对各种图片的支持上是需要接下来持续优化的。 2015-02-04 SVG #Android #总结 #svg
Repair broken image url in wordpress postsI changed my vps server recently, and I had to migrating my wordpress blog too. I found there are several trouble when I completed migrating, and the most serious trouble is some image in some posts 2015-01-22 开源项目 #项目 #python #wordpress
Flatbuffer Use Optimize一. Tool Launguagepython. 二. Cause __offset() method is not fast enough. for get a varaible may need to calls __offset() method many times. 三. Effect Add has set method for flatbuffer file. Add member 2015-01-05 开源项目 #项目 #flatbuffer #optimize #python
Android Touch GalleryAndroid touch gallery with net、local file or cache. 1. 申明本项目library_gallery基于Truba的AndroidTouchGallery,往上封装一层,实现简单快速实现Viewpager上协调图片的缩放以及数据来源的自动选择. 2. 拓展部分实现相关接口,底层即可完成自动选择从网路加载、从本地文件加载或者从Cache加载 2014-12-14 Android UI交互 #Android #imageview #viewpager #缩放
SVG-Android库 深入浅出 解析篇入口 通过解析得到SVG 将得到的SVG渲染到Picture\Canvas上 1. 入口1.getFromInputStream(InputStream) : SVG 2.getFromString(String) : SVG 3.getFromResource(Resources, int) : SVG 4.getFromAsset(AssetManager, String) : SVG 2014-12-10 SVG #Android #parse #svg #解析