2
Imagine that I make an Android app that can be included within apps from other Android developers. They don’t have access to my source code and can at a certain place in their app include my app.
If possible, how can it be done to achieve this?
For example, on the web I can use a iframe
to place a web application inside my website.
I don’t know if it solves your problems but your application can start an actitivy from another application and even receive a feedback from it. But both apps need to be installed separately.
– Androiderson