Is it possible to write an Android library that is used by two different android apps, but has a single instance on a device?
In a way, it would be a "singleton library" on device scope.
I.e. I would like to break an app into 3 pieces:
- a client app
- simple admin view app
- a library, with core functionalities and database, that is been used by both apps.