SyntaxFix
Write A Post
Hire A Developer
Questions
You can make the SharedPrefences in onAttach method of fragment like this:
SharedPrefences
onAttach
@Override public void onAttach(Context context) { super.onAttach(context); SharedPreferences preferences = context.getSharedPreferences("pref", 0); }