I am developing an application where architecture is supposed to be "Plugin Architecture". So that we can add/edit some feature as plugin without working in main app.
Right now, I am able to transfer data from main app to other app(My Plugin app installed) and vice-versa using AIDL.
But i want to load Fragment from plugin app. Is it possible and if is it then how?
I did lot of googling but only able to get this link. But problem is that How can we implement interface from other app? Use external application fragment/activity inside application
Kindly, Help me to load fragment from other application or Go through above link and please help me to "How to implement interface from other app"?
Thanks in advance!