I am not getting is this is right way to solve problem or not... Situation is... I am creating Library for Android project..
Activity is declared in the Library Project..As it will be reusable in different projects. Lets Name it ActivityA
ActivityA is using images which are Project Specific.. I have added images in Main Project...
I am not getting how to access resources from Main project in the Library
Thanks,