Tag

Fresco

1 views collected around this technical thread.

58 Tech
58 Tech
Jun 25, 2021 · Mobile Development

Android App Package Size Optimization through Built‑in Image Networkization

This article explores Android package size reduction by converting built‑in images to network‑loaded resources, detailing resource compression, code obfuscation, AAB splitting, drawable hooking via reflection or bytecode, download strategies with Fresco, caching, and safe removal of unused assets.

AndroidApp Size OptimizationDrawable Hooking
0 likes · 12 min read
Android App Package Size Optimization through Built‑in Image Networkization