I'm having two activities, activity A and activity B.
I've defined a method in a class inside activity A.
Activity B has a class and its subclass.
Now I need to call the method from subclass.
As I cannot create the same method again within the subclass.