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
Use
getActivity().getApplicationContext()
to obtain the context in any fragment
Try to use getActivity(); This will solve your problem.
getActivity();