Tag

APK optimization

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 optimizationMatrix ApkCheckerProGuard
0 likes · 14 min read
APK Size Optimization Techniques for Game Center Application
Baidu Geek Talk
Baidu Geek Talk
Jul 18, 2022 · Mobile Development

Baidu App APK Size Optimization: Fundamentals, Tools, and Practices

The article explains why reducing APK size improves download conversion and performance, then details a systematic, divide‑and‑conquer approach for Baidu App that trims Dex, resources, native libraries and ZIP overhead using tools such as R8, AndResGuard, ByteX, Booster and AGP, achieving a reduction from roughly 123 MB to 115 MB with up to 6 MB saved per batch and outlining plans to open‑source the utilities.

APK optimizationDexProGuard
0 likes · 17 min read
Baidu App APK Size Optimization: Fundamentals, Tools, and Practices
58 Tech
58 Tech
Jun 8, 2020 · Mobile Development

Understanding and Applying Facebook’s Redex Bytecode Optimizer for Android APK Size and Startup Time Reduction

This article explains the principles and usage of Facebook’s open‑source Android bytecode optimizer Redex, presents its design, lists the optimization techniques it provides, and shares practical results of applying Redex (including Interdex) to the Anjuke app, highlighting the achieved APK size reduction and startup‑time improvements as well as the integration costs.

APK optimizationBytecodeMobile Development
0 likes · 8 min read
Understanding and Applying Facebook’s Redex Bytecode Optimizer for Android APK Size and Startup Time Reduction
Watermelon Video Tech Team
Watermelon Video Tech Team
Mar 17, 2020 · Mobile Development

APK Size Optimization Techniques: R File, Kotlin Resources, and ShrinkResources

This article details three APK optimization strategies: R file optimization reducing 1MB and 175,692 fields, Kotlin resource optimization saving 447KB, and shrinkResources optimization removing 340KB of unused resources.

APK optimizationASM bytecode manipulationAndroid Development
0 likes · 18 min read
APK Size Optimization Techniques: R File, Kotlin Resources, and ShrinkResources
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 optimizationGradleMobile Development
0 likes · 20 min read
APK Size Reduction Techniques for the iQIYI Android Client
Liulishuo Tech Team
Liulishuo Tech Team
Aug 19, 2016 · Mobile Development

Android Resource Obfuscation and Hot Patching Techniques for Application Optimization

The article explores Android development optimization techniques, specifically detailing resource obfuscation methods that modify resource paths to reduce APK size and increase security, alongside hot patching strategies using native hooks or classloader-based dex replacement to enable dynamic bug fixes and feature updates without full app redeployment.

APK optimizationAndroid DevelopmentDynamic Deployment
0 likes · 11 min read
Android Resource Obfuscation and Hot Patching Techniques for Application Optimization