I have a sample application(Ex:MainApplication) and added into that a library as module dependency(LoginInvokeApplication).
I'm able to access the resources of library from the application.
My question is how can I access the class name and layout of an activity in the application inside my library. I couldn't add the application's package name/application's activity name in library's manifest also.
Help me with some guidance to access resources & classes in my library's activity