Shared Preferences In Fragment January 23, 2024 Post a Comment Is it possible to make shared preferences in Fragment and than to read it in another activity? I tried to make like this shared preferences in Fragment, but then I can't get the vaSolution 1: You can replece:finalSharedPreferencespref= getActivity().getPreferences(0); CopyWith:finalSharedPreferencespref= PreferenceManager.getDefaultSharedPreferences(getActivity()); CopyThe last one belongs to the whole app. Share Post a Comment for "Shared Preferences In Fragment"
Post a Comment for "Shared Preferences In Fragment"