issues
search
vidma
/
aac-speech-android
An icon-based speech communicator for Disabled Children - Android App - Alternative communication (AAC)
9
stars
9
forks
source link
ship default data along with the main apk
#39
Closed
vidma
closed
10 years ago
vidma
commented
10 years ago
the old devices that had huge limitations on the storage are already in past (most uses Android 3.0, and 30MB in the app partition is quite reasonable)
this will simplify the process of app upgrades and its installation
if more space is needed APK expansion files is an option:
http://developer.android.com/google/play/expansion-files.html
vidma
commented
10 years ago
[x] for now we'll use the assets folder: file:///android_asset/RELATIVEPATH
cleanup the code
[x] ensure the DB is up-to-date after app upgrade: this shall happen automatically via open helpers onUpgrade() method