In my package I have twoo activities and two fragments, and in one of the fragments i have a method called protected isClientSetUpReady(), I want to reuse this method in the second fragment by calling it not by re-implementing it again , it is already implemented before.
What i did is, in the second fragment i tried to reference it but it is not showing, how to reuse an already implemented method within the same package?