Imagine that I make an Android application that can be included inside apps from other Android developers. They do not have access to my source code and may in some place of the application include my application.
If possible, how can it be done to achieve this?
For example, in web I can use iframe
to put a web application inside my site.