sharedpreferences
Android: SharedPreference errors after force close
I\'m getting some weird effects after I force close my app. When the app is closed with finish(), everything is fine. I have some variables saved in a sharedPreferences so when the app is loaded again[详细]
2023-04-07 00:29 分类:问答Android crashes because of SharedPreferences
I\'m a beginner in Android, but I\'ve done all the research I could on this problem and I just can\'t seem to find a way to solve it... The app worked fine until I decided to add the SharedPreferences[详细]
2023-04-06 13:19 分类:问答changing theme in java doesn't change background-color
I\'m trying to change the theme on runtime with java-code, because I want to have the user be able to change the app-theme via the preferences-menu.[详细]
2023-04-06 02:00 分类:问答SharedPreferences Android issue
I\'m trying to use SharedPreferences in my application and I need a little hep because I just start using it.Basically the thing that I want to do is : I create SharedPreference object in my main acti[详细]
2023-04-05 03:35 分类:问答Getting null pointer exception in shared preferences android
My code is something like this // To save my form data private final OnClickListener mFinishListener = new OnClickListener() {[详细]
2023-04-05 01:41 分类:问答SharedPreferences are sometimes deleted
My app uses SharedPreferences (with the help of a PreferenceActivity) to store all settings. But sometimes all settings are deleted and all values are set back to d开发者_运维技巧efault. Mostly on And[详细]
2023-04-05 00:45 分类:问答SharedPreferences are shown only after restarting the activity
Hello Together I startet to write my first Android app and I tried to use the SharedPreferences to have the possibility to store some strings开发者_如何学运维.[详细]
2023-04-04 18:59 分类:问答Android SharedPreference - TabHost issue
I\'m working on Android application which have two different tabhost : Main and Child. In Main tabhost I have 5 different tabs and the last one opens new activity where I have login page.I want to cre[详细]
2023-04-04 18:15 分类:问答Android create favourites issue
Hi I need a little help with an issue that I have. I had to build an application which needs to show only a text information and pictures.The content was a lot, that\'s why instead of creating 200 si[详细]
2023-04-04 14:18 分类:问答Android - splash then download on first opening
I\'m trying to have a splash screen then move to a downloading screen the first time the app is ever opened. after the app downloads the files the very first time, i want it to go from the splash to t[详细]
2023-04-04 14:05 分类:问答