Hello.

I would like my application (video game) to have downloadable levels.
So the user would download the application and select which levels
they'd like to play from within the app, which would download them to
the device and then play.  Basically I want one level's resources
(bitmaps, sounds, etc.) per .apk, so the game is infinitely
expandable.

I currently load all resources by looking into my .apk with libzip and
libpng, so it'd be great if I could just point at a different .apk to
load other levels.

Thx,
BT

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to