KentVu / kanji-decomposition

Decompose one kanji (hanji, Hán tự, Hanza etc...) into components (parts), database based on RADKFILE project
GNU General Public License v3.0
1 stars 0 forks source link

Minimize apk size #2

Open KentVu opened 10 years ago

KentVu commented 10 years ago

The kradfile, radkfile are currently included as raw resource, it should be better if making use of kinda compression algorithm on this, android standard library is recommended. how about this? http://developer.android.com/reference/java/util/zip/DeflaterOutputStream.html

KentVu commented 10 years ago

since this may take long cpu time, should it be depended on #3