This document discusses tips for reducing APK size for mobile apps. It begins by analyzing the current state of an app's APK size of 62MB in mid-2016. Various graphics optimization techniques are explored, such as using vector drawables, image formats like WebP, and resource shrinking. These optimizations reduced the APK size by 73% to 17MB by today. The document provides recommendations like optimizing graphics, experimenting with different image formats, using vector drawables, and using the APK analyzer tool.