How can I get the context in a fragment?
I need to use my database whose constructor takes in the context, but getApplicationContext() and Fragmen
getApplicationContext()
Fragmen
Another alternative approach is:
You can get the context using:
getActivity().getApplicationContext();