Tag

app size reduction

0 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
Nov 13, 2024 · Mobile Development

APK Size Optimization Techniques for Game Center Application

Ke Jie explains why reducing the Game Center APK—by eliminating alpha‑PNG images, unused code and resources, limiting language and density assets, disabling v1 signing, compressing images, loading native libraries on demand, shipping only 64‑bit binaries, enabling code/resource shrinking and R‑file inlining—cut size by about 31% (≈20 MB), boosting download conversion and launch performance.

APK optimizationAndroidMatrix ApkChecker
0 likes · 14 min read
APK Size Optimization Techniques for Game Center Application
Baidu Geek Talk
Baidu Geek Talk
Apr 24, 2023 · Mobile Development

Image Optimization Techniques for Baidu iOS App: Unused Image Removal, Asset Catalog, and HEIC Encoding

The article details Baidu’s iOS image‑size reduction strategy, combining automated detection and removal of unused PNG/WebP assets, migration to Xcode’s Asset Catalog for lossless compression, and selective conversion to HEIC format, which together shaved roughly 9.75 MB from the app bundle.

Asset CatalogHEICImage Optimization
0 likes · 18 min read
Image Optimization Techniques for Baidu iOS App: Unused Image Removal, Asset Catalog, and HEIC Encoding
Baidu App Technology
Baidu App Technology
Aug 2, 2022 · Mobile Development

Baidu App Android APK Resource Optimization Practices

The article details Baidu App’s third‑stage Android APK size reduction, explaining the res/ and assets structure, reviewing AGP’s OptimizeResources, ShrinkResources and new flags, and describing a custom AAPT2‑based tool that shortens paths and filenames, removes extensions, collapses names, uses sparse encoding, integrates third‑party guards and image‑compression techniques to significantly shrink the package.

AAPT2APKAndroid
0 likes · 19 min read
Baidu App Android APK Resource Optimization Practices
Beike Product & Technology
Beike Product & Technology
Dec 17, 2021 · Mobile Development

iOS App Package Size Optimization: Strategies, Tools, and Best Practices

This article presents a comprehensive guide to reducing iOS app package size by analyzing download and install sizes, applying binary and resource optimizations, removing unused code and SDKs, leveraging image cloudization, and establishing standards to achieve sustainable shrinkage while maintaining performance and developer productivity.

app size reductionbinary optimizationiOS
0 likes · 15 min read
iOS App Package Size Optimization: Strategies, Tools, and Best Practices