Tag

App size

2 views collected around this technical thread.

JD Cloud Developers
JD Cloud Developers
Mar 28, 2023 · Mobile Development

How We Cut a 117 MB Android App to 74 MB: Proven APK Shrink Strategies

Facing rapid growth of its Android app size beyond 117 MB, JD Finance implemented a comprehensive APK slimming project in 2022, analyzing APK components, SDKs, and ZIP structure, then applying image optimization, R‑file inlining, resource obfuscation, dynamic SO loading, and build‑time configurations to reduce the package to 74 MB and improve download conversion rates.

APKAndroidApp size
0 likes · 20 min read
How We Cut a 117 MB Android App to 74 MB: Proven APK Shrink Strategies
QQ Music Frontend Team
QQ Music Frontend Team
May 6, 2021 · Mobile Development

Practical Guide to Trimming Flutter App Size on iOS & Android

This article examines the composition of Flutter iOS and Android build artifacts, then presents detailed strategies—such as removing unused components, relocating assets, and optimizing engine compilation—to significantly reduce package size, with concrete examples, code snippets, and measured results showing up to 50% shrinkage.

AndroidApp sizeFlutter
0 likes · 17 min read
Practical Guide to Trimming Flutter App Size on iOS & Android
Xueersi Online School Tech Team
Xueersi Online School Tech Team
May 29, 2020 · Mobile Development

Android App Size Reduction: Offline Attachment Framework and Resource Separation Strategy

This article details a comprehensive Android app slimming initiative that reduces package size from 144 MB to 70 MB by separating large resources into offline attachment zip files, implementing an automated download framework, achieving seamless resource replacement, and eliminating heavy Unity 3D components while addressing numerous technical challenges.

AndroidApp sizeMobile Development
0 likes · 21 min read
Android App Size Reduction: Offline Attachment Framework and Resource Separation Strategy
58 Tech
58 Tech
Nov 1, 2019 · Mobile Development

Component Size Analysis and Version Statistics for iOS Apps Using Linkmap and Static Library Inspection

This article describes how 58.com analyzes the code and resource size of each business component in its iOS app by parsing linkmap files and static libraries, builds version‑wise statistics, and compares component volume changes across releases to support efficient parallel development and app slimming.

App sizeMach-OVersion Comparison
0 likes · 22 min read
Component Size Analysis and Version Statistics for iOS Apps Using Linkmap and Static Library Inspection
Xianyu Technology
Xianyu Technology
Oct 26, 2018 · Mobile Development

Flutter App Size Optimization Strategies for iOS

The Xianyu team tackled iOS Flutter app bloat by analyzing App.framework, cutting excessive type‑casting, applying dwarf‑stack‑trace and obfuscation flags, stripping dSYM symbols, and removing duplicate assets, which together shrank the generated framework by over 30 % and improved download efficiency.

AOTApp sizeFlutter
0 likes · 9 min read
Flutter App Size Optimization Strategies for iOS