Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@Ider Ider released this 31 Oct 03:50

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