1 مستودع
Utilities that remove unnecessary data from Android resource files to reduce disk space.
Distinguishing note: Candidates focus specifically on image optimization or runtime performance, not general asset data stripping.
Explore 1 awesome GitHub repository matching mobile development · Android Asset Optimizers. Refine with filters or upvote what's useful.
AndResGuard is a utility for Android asset optimization, resource shrinking, and resource obfuscation. Its primary purpose is to minimize the final application package footprint by compressing resource files, removing unnecessary data, and optimizing the resource table. The project focuses on preventing reverse engineering by renaming resource types and file names to short, randomized identifiers. It includes mechanisms to preserve specific assets through the use of whitelists and wildcard-driven exclusion patterns, ensuring compatibility with dynamic lookup requirements. Additional capabili
Removes unnecessary data from resource files to reduce the total disk space required for the application package.