Re: [android-developers] Dynamic loading of components

2012-04-25 Thread Justin Anderson
Once android app find updates it will download ONLY that component. It will not update the WHOLE app again. Good luck with that... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 25, 2012 at 9:35 PM, Hemant Chaudhari

Re: [android-developers] Dynamic loading of components

2012-04-25 Thread Kristopher Micinski
This is impossible... Unless what you mean by 'component' is some sort of code that is interpreted by your system (such as a configuration file). So basically, this is impossible.. kris On Wed, Apr 25, 2012 at 11:35 PM, Hemant Chaudhari hemant.newslet...@gmail.com wrote: Hello, I have

Re: [android-developers] Dynamic loading of components

2012-04-25 Thread Dallas Gutauckis
This might lead you in the right direction... http://developer.android.com/reference/dalvik/system/DexClassLoader.html http://stackoverflow.com/questions/3022454/how-to-load-a-java-class-dynamically-on-android-dalvik On Wed, Apr 25, 2012 at 11:35 PM, Hemant Chaudhari hemant.newslet...@gmail.com

Re: [android-developers] Dynamic loading of components

2012-04-25 Thread Kristopher Micinski
You *really* shouldn't be doing this.. however..., kri On Thu, Apr 26, 2012 at 1:10 AM, Dallas Gutauckis dall...@gmail.com wrote: This might lead you in the right direction... http://developer.android.com/reference/dalvik/system/DexClassLoader.html