sharedpreferences tag

8 questions


1 answers
110 views
0
About Shared Preferences...

Please understand that there are many shortcomings as it is written on the phoneIf you tell me the weird part, I'll upload the material or reply to it with a computer laterㅜ

1 years ago

1 answers
74 views
0
Questions about Switch Shared Preference.

Switch _Gain_Switch = (Switch)_Adjust_Popup.FindViewById(Resource.Id._Gain_Switch); SeekBar _Gain_SeekBar = (SeekBar)_Adjust_Popup.FindViewById(Resource.Id._Gain_SeekBar); TextView _Gain_SeekBar_Tex...


1 answers
94 views
0
There was a problem with the Android studio using sharedpreference to practice login. I ask for your help me.

Membership registration activityLogin ActivityLogin Result ActivityAs a result of log-in, we'll divide it into threeCheck the login value and if the membership information is correct, move on to the n...

1 years ago

1 answers
129 views
0
When you save the Switch state in Shared Preference,

This code is an Xamarin code. _Display_Switch = (Switch)_TT.FindViewById(Resource.Id._Display_Switch); _Display_Switch.Checked = _Saved_Data.GetBoolean(Test_Switch, false); if (_Saved_Data.GetBoole...


1 answers
100 views
0
I have a question about Shread Preferences.

// Get valuepublic Boolean checkPreferences(String key){ return pref.contains(key);}// Load Valuepublic String getPreferences(String key){ return pref.getString(key, );}// Save Valuepublic void savePr...


2 answers
83 views
0
Features such as Spinner, saving value changes with Shared Preference,

public class RD_OSBG : Fragment{ Spinner _BG_Position; public override void OnCreate(Bundle savedInstanceState) { base.OnCreate(savedInstanceState); ISharedPreferences prefs = Application.Context.Ge...

1 years ago

1 answers
93 views
0
How do I save and modify values using Shared Preferences on Android?

I'm going to save the time value and get it and edit it How can I do that with Shared Preferences?


1 answers
84 views
0
I want to save the hashmap to Shared preferences.

I'm organizing a list view on Android, but I received string values through edit text in the activity of writing, and I sent them to the main activity using the intro, and put them in the list view. A...


© 2024 OneMinuteCode. All rights reserved.