Android
sanlj
这个作者很懒,什么都没留下…
展开
-
Inflate
/** * Inflate a new view hierarchy from the specified XML node. Throws * {@link InflateException} if there is an error. * * Important For performance * reasons, view inflat原创 2015-10-28 10:28:19 · 347 阅读 · 0 评论 -
view 构造函数
android自定义View四个构造函数原创 2016-08-02 17:46:33 · 296 阅读 · 0 评论 -
Android 热修复
最新github上开源了很多热补丁动态修复框架,大致有:https://github.com/dodola/HotFix https://github.com/jasonross/Nuwa https://github.com/bunnyblue/DroidFix https://github.com/alibaba/AndFix本文主要针对AndFix小议:一、使用 代码部分为了更早的修原创 2016-08-16 15:45:39 · 266 阅读 · 0 评论 -
Viewpager Fragment懒加载
Viewpager Fragment懒加载Viewpager Fragment的懒加载包括两方面: 当页面对于用户可见时才请求数据 页面最多加载3个,即时销毁重建原创 2016-07-13 11:44:23 · 341 阅读 · 0 评论