Android Weekly 值得收藏的项

第193期

  1. Avoiding cold starts on Android

第192期

  1. What’s under the hood of the OkHttp’s cache?

第191期

  1. 10 things you didn’t know about Android’s Service component

第190期

  1. Fixing Memory Leaks in Android - OutOfMemoryError

第189期

  1. Implementing video playback in a scrolled list

第182期

  1. Android Application Architecture

第181期

  1. Top resources to learn Android

第179期

  1. RxJava’s Side Effect Methods

第178期

  1. What is all this Clean Architecture jibber-jabber about? - Part 1;
  2. What is all this Clean Architecture jibber-jabber about? - Part 2;
  3. The Clean Architecture.

第177期

  1. Mastering the Coordinator Layout;
  2. The Complete Guide to Creating and Publishing an Android Library;
  3. Fragment transitions with shared elements;
  4. Video Recording App Development: How We Built Instagram for Videos;
  5. MPAndroidChart (github.com).

第174期

  1. Retrofit 2 — Upgrade Guide from 1.9;
  2. Lazy Loading Dex files.

第173期

  1. Optimizing Android bytecode with Redex;
  2. Sign multiple flavors with different keystores;
  3. Data Binding – Part 1;
  4. Data Binding – Part 2;
  5. Data Binding – Part 3;
  6. Data Binding – Part 4;
  7. Data Binding – Part 5.

第172期

  1. Speed up your app;
  2. Approaching Android with MVVM;
  3. PerfMatters using custom Views in Android to improve performance — Part 1;
  4. PerfMatters introduction to custom ViewGroups to improve performance — Part 2.

第168期

  1. Tools of the Trade;
  2. Speed up your app;
  3. Develop Maintainable Apps;
  4. Android Architecture;
  5. Using styles and themes without going crazy;
  6. Simple HTTP with Retrofit 2.

InfoQ 2015年9月30日

  1. AndFix:dexposed框架功能虽然强大,但是由于它的性能和兼容性(不支持ART),很多朋友都决定不再研究此框架。AndFix是一个Android App的在线热补丁框架。使用此框架,我们能够在不重复发版的情况下,在线修改App中的Bug。AndFix也就是 “Android Hot-Fix”的缩写。AndFix支持Android 2.3到6.0版本,并且支持ARM与X86系统架构的设备,完美支持Dalvik与ART的Runtime。