I have stored some data to a Global Class By using the Application Context In One Activity. Later I have to Retrieve those values in A Fragment. I have done something like t
You can get the context using getActivity().getApplicationContext();
getActivity().getApplicationContext();