- Sep 15, 2016
- 11
- 0
- 0
Hi fellow devs,
I recently published a two-part tutorial on reducing the size of your APKs. Feel free to comment and I hope you'll find it useful.
Reduce APK size (1/2): Graphics
Tips how to reduce APK size; APK content, different app sizes; Optimizing graphical resources - webP, PNG, JPG; VectorDrawable, ShapeDrawable, resConfigs
Reduce APK size (2/2): Optimizing code
Tips on how to reduce APK size - reducing the size of source code (ProGuard, enums), dependency analysis, native libraries extraction, APK ABI splits.
I recently published a two-part tutorial on reducing the size of your APKs. Feel free to comment and I hope you'll find it useful.
Reduce APK size (1/2): Graphics
Tips how to reduce APK size; APK content, different app sizes; Optimizing graphical resources - webP, PNG, JPG; VectorDrawable, ShapeDrawable, resConfigs
Reduce APK size (2/2): Optimizing code
Tips on how to reduce APK size - reducing the size of source code (ProGuard, enums), dependency analysis, native libraries extraction, APK ABI splits.