Tag

app-size

1 views collected around this technical thread.

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-sizedownload-framework
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.

Mach-OVersion Comparisonapp-size
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.

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