does it mean
multiple android apps sharing the same code at runtime
or
other way around?
i am thinking that it is the concept though which multiple apps sharing the common code before building process but after building process all app binary(i.e .apk) files have their own copy of the same shared library code.
am i thinking right?
if i am right what are the possibilities to achieve this(i.e to share a library between two or more apps at run time)?