Tagged articles
3 articles
Page 1 of 1
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.

AndroidDrawable HookingFresco
0 likes · 12 min read
Android App Package Size Optimization through Built‑in Image Networkization
Qizhuo Club
Qizhuo Club
Jan 15, 2018 · Mobile Development

Integrating Fresco Image Loading Library with RePlugin in Android

This guide explains what Fresco is, shows how to add its dependencies, use SimpleDraweeView in XML, and details a plugin‑friendly approach for sharing Fresco across host and RePlugin modules by converting the drawee AAR to a JAR and handling custom attribute callbacks.

AndroidFrescoImage Loading
0 likes · 6 min read
Integrating Fresco Image Loading Library with RePlugin in Android