Tag

resource shrinking

0 views collected around this technical thread.

JD Tech
JD Tech
Aug 16, 2023 · Mobile Development

APK Shrinking Practices for JD Finance Android App

This article details the systematic reduction of the JD Finance Android app's APK size from 117 MB to 74 MB between 2019 and 2022, covering background analysis, APK and SDK component breakdown, a series of optimization techniques—including image processing, resource inlining, compression tools, dynamic SO loading, and pluginization—plus governance, results, and future plans.

APKAndroidApp Size Optimization
0 likes · 20 min read
APK Shrinking Practices for JD Finance Android App
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Mar 18, 2022 · Mobile Development

Mobile App Performance Testing, Optimization, and Shrinking Strategies for Xueersi Online School

This article details the background, analysis, and step‑by‑step solutions for reducing package size, improving cold‑start time, and establishing a comprehensive mobile performance testing framework for both Android and iOS versions of the Xueersi Online School app.

AndroidCold Startapp optimization
0 likes · 19 min read
Mobile App Performance Testing, Optimization, and Shrinking Strategies for Xueersi Online School
iQIYI Technical Product Team
iQIYI Technical Product Team
Sep 8, 2017 · Mobile Development

APK Size Reduction Techniques for the iQIYI Android Client

The article outlines a comprehensive set of APK‑slimming techniques for the iQIYI Android client—including pluginization, 7‑ZIP recompression, apksigner signing, duplicate‑resource removal, PNG/WebP conversion, library trimming, code obfuscation, R‑class elimination, language‑config pruning and native‑ABI reduction—that together cut the package from 54.2 MB to 28.2 MB.

APK optimizationAndroidGradle
0 likes · 20 min read
APK Size Reduction Techniques for the iQIYI Android Client