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:

http://code.google.com/p/android-menu-navigator/source/browse/src/pl/polidea/navigator/retrievers/assetmenuretriever.java

(the test menu here: http://code.google.com/p/android-menu-navigator/source/browse/#hg%2fassets%2ftestmenu )

or downloaded menu:

http://code.google.com/p/android-menu-navigator/source/browse/src/pl/polidea/navigator/retrievers/remotezipmenuretriever.java

both unpacking menu , storing on sd card.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -