Version 0.1.0
StringPacks is a library to store translation strings in a more efficient binary format for Android applications, so that it reduces the Android APK size.
This is the initial public release of StringPacks, the project contains:
- Java library to load
.pack
file at runtime - Python3 script to assemble Android resources into
.pack
files - Sample app that include StringPacks library as dependency