第193期
第192期
第191期
第190期
第189期
第182期
第181期
第179期
第178期
- What is all this Clean Architecture jibber-jabber about? - Part 1;
- What is all this Clean Architecture jibber-jabber about? - Part 2;
- The Clean Architecture.
第177期
- Mastering the Coordinator Layout;
- The Complete Guide to Creating and Publishing an Android Library;
- Fragment transitions with shared elements;
- Video Recording App Development: How We Built Instagram for Videos;
- MPAndroidChart (github.com).
第174期
第173期
- Optimizing Android bytecode with Redex;
- Sign multiple flavors with different keystores;
- Data Binding – Part 1;
- Data Binding – Part 2;
- Data Binding – Part 3;
- Data Binding – Part 4;
- Data Binding – Part 5.
第172期
- Speed up your app;
- Approaching Android with MVVM;
- PerfMatters using custom Views in Android to improve performance — Part 1;
- PerfMatters introduction to custom ViewGroups to improve performance — Part 2.
第168期
- Tools of the Trade;
- Speed up your app;
- Develop Maintainable Apps;
- Android Architecture;
- Using styles and themes without going crazy;
- Simple HTTP with Retrofit 2.
InfoQ 2015年9月30日
- AndFix:dexposed框架功能虽然强大,但是由于它的性能和兼容性(不支持ART),很多朋友都决定不再研究此框架。AndFix是一个Android App的在线热补丁框架。使用此框架,我们能够在不重复发版的情况下,在线修改App中的Bug。AndFix也就是 “Android Hot-Fix”的缩写。AndFix支持Android 2.3到6.0版本,并且支持ARM与X86系统架构的设备,完美支持Dalvik与ART的Runtime。