[android-developers] Dynamic loading of components

2012-04-25 Thread Hemant Chaudhari
Hello,

I have requirement just like PRISM framework in .Net.

We want to develop Android Native app such that when it starts it will 
query to internet for any additional component updates.
Once android app find updates it will download ONLY that component. It will 
not update the WHOLE app again.

Example:-

Suppose in Android App, i have 1 Tab with some functionality.
On update it should automatically show the new Tab with functionality 
downloaded from the updates.

All in all i want my application be *Dynamic*

-Thanks
Hemant

-- 
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

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 
hemant.newslet...@gmail.com wrote:

 Hello,

 I have requirement just like PRISM framework in .Net.

 We want to develop Android Native app such that when it starts it will
 query to internet for any additional component updates.
 Once android app find updates it will download ONLY that component. It
 will not update the WHOLE app again.

 Example:-

 Suppose in Android App, i have 1 Tab with some functionality.
 On update it should automatically show the new Tab with functionality
 downloaded from the updates.

 All in all i want my application be *Dynamic*

 -Thanks
 Hemant

 --
 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

-- 
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

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 requirement just like PRISM framework in .Net.

 We want to develop Android Native app such that when it starts it will query
 to internet for any additional component updates.
 Once android app find updates it will download ONLY that component. It will
 not update the WHOLE app again.

 Example:-

 Suppose in Android App, i have 1 Tab with some functionality.
 On update it should automatically show the new Tab with functionality
 downloaded from the updates.

 All in all i want my application be Dynamic

 -Thanks
 Hemant

 --
 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

-- 
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


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 wrote:

 Hello,

 I have requirement just like PRISM framework in .Net.

 We want to develop Android Native app such that when it starts it will
 query to internet for any additional component updates.
 Once android app find updates it will download ONLY that component. It
 will not update the WHOLE app again.

 Example:-

 Suppose in Android App, i have 1 Tab with some functionality.
 On update it should automatically show the new Tab with functionality
 downloaded from the updates.

 All in all i want my application be *Dynamic*

 -Thanks
 Hemant

 --
 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

-- 
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

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
 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 wrote:

 Hello,

 I have requirement just like PRISM framework in .Net.

 We want to develop Android Native app such that when it starts it will
 query to internet for any additional component updates.
 Once android app find updates it will download ONLY that component. It
 will not update the WHOLE app again.

 Example:-

 Suppose in Android App, i have 1 Tab with some functionality.
 On update it should automatically show the new Tab with functionality
 downloaded from the updates.

 All in all i want my application be Dynamic

 -Thanks
 Hemant

 --
 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


 --
 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

-- 
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