What I want to do is maybe hard to explain or to understand so I made a quick drawing.
First of all, we have 2 Android apps. A display "Hello World" and B has a button which (maybe) can download an app (on web or local).
When we click on B button, that download A app, and install it (like if you download it with any market) and then, use A app to modify B app.
I don't know if it's even possible :
- To download app and install it programmatically
- Create a "polymorph" Android app like that.
If I have to sum up what I want with one sentence it would be :
Modify B application with A app which B just downloaded and installed.