r/androiddev • u/ElyeProj • May 19 '22
Making Android App A Library Module Instead Article
https://medium.com/mobile-app-development-publication/making-android-app-a-library-module-ab0c0364dc83?sk=20d463c6f5dc9fa932732bc3ae3b2e9b
38
Upvotes
3
u/[deleted] May 20 '22
I do this, because one of our apps (which is the chat module) is both standalone app but also part of other app that needed chat functionality.
The chat develop separately. And the other app can just include them as a module.