I\'m dealing with fragments. I have an Activity and different fragments. Each fragment need the access to a Class(call i
Activity
fragments
fragment
Class(call i
You can use a static object in your activity, and use it from the fragment, or call the getActivity() method in your fragment to access the whole activity objects/methods