Android remote code loading

Posted by sehugg on Stack Overflow See other posts from Stack Overflow or by sehugg
Published on 2009-06-16T14:43:36Z Indexed on 2010/03/15 19:59 UTC
Read the original article Hit count: 201

Filed under:
|
|

I am developing a library for Android that requires frequent updates from a central server. I was thinking how nice it would be if my library could update itself -- or if I could just release a bootstrap library that downloads the target library when the app is installed.

I see this class in 1.5 called "DexClassLoader" but there seems to be precious little on the web besides the API docs. Has anyone used this successfully for the scenario which I described?

Also, do the terms of the Android Market permit such a thing?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk