download to Android app's assets directory -
is possible download files android app's asset's directory?
i have files under app's assets directory potentially updated @ later date, want update these files network download via app.
thanks
you cannot update assets. full stop.
what can instead unpack assets internal memory or sd card , update them there.. more or less in android-menu-navigator: http://code.google.com/p/android-menu-navigator have menu of simple menu-navigation based application. can use menu either assets:
(the test menu here: http://code.google.com/p/android-menu-navigator/source/browse/#hg%2fassets%2ftestmenu )
or downloaded menu:
both unpacking menu , storing on sd card.
Comments
Post a Comment