An instance of the class Preferences represents one node in a preference tree, which provides a mechanism to store and access configuration data in a hierarchical way.
0
votes
0answers
12 views
Listpreference not showing in android version 4.1
i am using Preference screen in my application. In this Preferencescreen contains Checkboxpreference and listpreference.In android version 2.3.3 showing listprefence text with arrow icon but android ...
0
votes
1answer
35 views
findViewById() returns null
There are a few questions already asking about this, but I'm not finding a solution. I have a LiveWallpaper that is using its own subclass of PreferenceFragment to specify preferences. The solution ...
0
votes
1answer
36 views
Android: Shared Preference Editor in Preferences class
I have in my main activity access to a shared preference like this:
preferences = PreferenceManager.getDefaultSharedPreferences(this);
SharedPreferences.Editor editor = preferences.edit();
...
1
vote
0answers
25 views
How to add a dynamic list of strings to application's settings? [closed]
My application uses a list of strings stored in SharedPreferences. User should be able to add and remove list items using Android Preference API. What is the best way to achieve this functionality? ...
1
vote
0answers
23 views
RingtonePreference Theme
Im creating an Android App, totaly in Holo.Light Theme.
All the preferences are light, except for the Ringtonepreference!
I have even tried setting the BGColor and the textColor in the ...
0
votes
0answers
20 views
how to save couple select buttons on different images at same time in SharePreferences
Hello I work with Gallery.I tried to select couple buttons and save them privious states on different images click.I did this with one buuton and image with ShapePreferences.I can select one button ...
0
votes
2answers
20 views
SharedPreferenses don't save states
I need settings in application which will be available in few namespases(all are in one project). I desided to create class with methods like:
private SharedPreferences prefs;
private Context ...
-2
votes
0answers
18 views
How to make an input form using preferences. [closed]
I wanna make an input form using preferences, like alarm app.
Any help?
Thxs!
-2
votes
1answer
20 views
Android Parcel class error
I have the complete code copied as is from android.preference.MultiSelectListPreference. I am facing weird compilation errors for the following inner class:
Line #1 is the original code and i have ...
0
votes
1answer
29 views
SharedPreferences setChecked crash
I'm trying to switch a toggle button in a preference screen to false once another toggle is turned off. So here when time is flipped I want to turn off name. However it blows up. Anyone see what I'm ...
0
votes
2answers
71 views
Launching android application from the web
I have an application installed on Android emulator The code is below When I'm launching the emulator, I'm typing to the browser "market.android.com" and I want my application to be launched, but it ...
0
votes
0answers
18 views
IamgeButton losing state image when minimizing/switching apps
I have and ImageButton that keeps losing its pressed state when I minimize the app and fire it back up. It also loses pressed state when I want to switch apps - even if I don't really swith, when the ...
0
votes
0answers
32 views
Saving DialogFragment data only if button is pressed
Hi!
I have a DialogFragment class that implements a TimePicker. The DialogFragment is binded with a PreferenceFragment class, which in turn is held by an Activity. Inside my Preferences, i have also ...
0
votes
1answer
43 views
styling conflict android actionbarsherlock with preferences
<style name="GCTheme" parent="Theme.Sherlock.Light">
<item name="android:textSize">18sp</item>
<item name="android:textColor">#FFFFFF</item>
<item ...
0
votes
1answer
31 views
Anroid preference activity does not update correctly
I created an android preference page and wanted to show the current option selected in the summary.
So I implemented the onSharedPreferenceChanged listener which is also called correctly. However, ...
0
votes
0answers
37 views
RingTonePreference Not working [closed]
my ringtone preference is not working.
Whenever I select a ringtone and press Ok or cancel button the application closes.
Screen Shot Below
in logcat I am getting message ringtone manager: ...
0
votes
1answer
66 views
Android changing the background color for preference fragment
I have set a theme for my application, which includes a blue background...
However, this also made my preference fragment blue also... I want to keep the original ...
0
votes
0answers
33 views
Cannot get a hold on my Preferences with Unified Preferences
I use this library to create my PreferenceActivity. It works quite fine so far but I can not set any listeners on my Preference.
That how my Activity looks like:
public class PrefActivity extends ...
0
votes
2answers
45 views
Save preferences in one Activity and use in another
The problem is that I save the settings in one Activiti
final CheckBox semester=(CheckBox)layout.findViewById(R.id.chbSemeseter);
Context context = getApplicationContext();
final SharedPreferences ...
1
vote
2answers
66 views
getDefaultSharedPreferences() - what is the context for a multi package application?
The docs state that :
Gets a SharedPreferences instance that points to the default file that is used by the preference framework in the given context.
My question is a context related question ...
-2
votes
0answers
13 views
RingtonePreference crashes application [closed]
I am using RingtonePreference in my application. When I click 'Select ringtone', I can see all the ringtones, but when I click 'Ok' or 'Cancel', the application crashes.
Help appreciated. I am using ...
0
votes
0answers
23 views
disable sound on Android ListPreference
I want to disable sound depending on some sound settings in my app. Right now, I can disable click sound for almost everything except for sounds on ListPreferences.
For the rest, I was just using the ...
1
vote
2answers
28 views
How to display a listpreference as a regular activity?
I have in my activity settings a lispreference that is shown by the default style which is similar to a dialog view.
Instead, I want it to be shown like a regular listview within an activity: (like ...
0
votes
0answers
10 views
How to perform function using String array in Android?
I have preference Activity ad preferences screen. wit following code:
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<PreferenceCategory
...
0
votes
0answers
27 views
For Preference, how to use setWidgetLayout(View) instead of setWidgetLayoutResource(layoutRes)?
As the title says, I need to dynamically change the view I give to the preference in its widgetLayout area, so that upon different states it would change.
I can ,of course, use a customized ...
0
votes
2answers
50 views
Application crashing while opening preferences from my menu
my application is crashing while i am selecting pref's from menu with following error.
04-25 11:02:01.177: D/AndroidRuntime(888): Shutting down VM
04-25 11:02:01.177: W/dalvikvm(888): threadid=1: ...
0
votes
1answer
71 views
Android SharedPreferences Issue - Get Data From Another Class
I'm trying to pass data without using Intents so that certain classes can access the data. So what I decided to do is use SharedPreferences. When I run the code I have a Toast in the End() method ...
1
vote
1answer
54 views
android 2.3 set preferenceActivity background but flushing when scrolling
I meet a Ui problem,I use a preferenceActivity to finish my software's settings function.But I set a image to the preferenceActivity's listview background or preferenceActivity's background,then I ...
0
votes
1answer
34 views
Android using switchpreference to set color background
How can I change the color of the app I'm trying to develop.
I have used a switch statement under preferences menu, but do not know how I can code this, so that when the user clicks on the switch, ...
0
votes
2answers
75 views
Android: Creating custom preference
can somebody tell me if it's possible to create an individual preference in an PreferenceScreen?
I want to code some color settings like that:
I know that choosing the color is easy to realizable ...
1
vote
0answers
182 views
Using PreferenceFragment in SherlockFragmentActivity with tabs
I am trying to make a tabbed activity using ABS SherlockFragmentActivity with a ViewPager, and would like to have one of the tabs to contain a preference activity/fragment.
As ABS does not have a ...
5
votes
2answers
164 views
Dynamically change data of Custom PreferenceScreen
I am working on custom PreferenceScreen, I have created a custom screen for the settings page using PreferenceActivity.
Below is my preference screen.
Issue:-
I need to change badge of Download ...
2
votes
0answers
43 views
Cannot use timepicker in custom dialog in preference
As I want to customize my own timepicker dialog, i do not use the provided timepickerdialog. However I found that it is not work if i call the dialog in preference. But it is work if i put it in a ...
0
votes
0answers
22 views
Enabling Device Admin as App Settings
I am trying to develop a security application , I want initially to display list of installed apps and on item click of list , its required permissions.
I have successfully made the app till ...
0
votes
1answer
33 views
Android Preferences - ListPreference from database not working
I am working on adding preferences into my app and everything was going fine until I tried to get an arrays from the database to load into a ListPreference. I am using two two seperate arrays, on for ...
0
votes
1answer
52 views
Why the “The method getPreferenceOnScreen is depriciated” is shown?
I am developing a simple android app. I have set preferences through a method which is given below-
public void updateSummaries() {
...
0
votes
0answers
33 views
preference Radio Box Android
I've made a prefernce dialog box to choose how to sort my array in the activity..
everything is working fine.
first i need to press on Setting which will take me to new activity with button " ...
0
votes
1answer
60 views
Launch Location Settings intent from preferences XML file
I want to launch System's Location Settings from an Intent. I know that programmatically it goes like this
Intent viewIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
...
0
votes
0answers
107 views
PreferenceScreen theme
I set preference to preference screen.
The main screen is fine, but sub-screens are dark and I can't see the title of elements, only blue descriptions.
If I scroll down, the theme is changed to ...
0
votes
2answers
123 views
Strange Error using onCreateView in PreferenceFragment when calling addPreferencesFromResource from onCreate
I'm trying to add an ImageView to a preference fragment in order to show a preview of a color setting. I'm accessing the instance of the imageview via the onCreateView method toset the test color, and ...
0
votes
0answers
50 views
show and hide preferences in android
I have a preference.xml file, and I want to show or hide some of the entry of this file.
But the problem is that the preferences aren't hidden.
My code is the following:
@Override
public void ...
1
vote
2answers
158 views
android + sharedPreferences
Am new to android and currently while working on Preferences, I had the following doubt, API says the following:
http://developer.android.com/reference/android/content/SharedPreferences.html
...
0
votes
1answer
75 views
how to remove shared preference while application uninstall in android
I have an android application to save the login details such as user name and password via SharedPreferences thats works fine, but i need to remove all my used SharedPreferences while my application ...
1
vote
0answers
52 views
How to handle long text in preferences on Android?
Background
I'm making an app that has some settings, and I want to use the built in PreferenceActivity or PreferenceFragment for the job
The problem
Some of the preferences have a long title which ...
0
votes
1answer
34 views
(Android) How to reflect changes in preferences to class?
I'm pretty new with Android development. I created a simple class "User" that has an attribute String username. I'm assuming that since Android uses Java, I can create custom classes and it'll use ...
1
vote
1answer
25 views
Android Preference-Specific Permission Requests
Is there a way to request a specific permission only when the user enables a certain preference?
In my case, I have an option to sync with the calendar to add dates and set reminders (to my ...
0
votes
0answers
379 views
addPreferencesFromResource
I know this might be a duplicate from: What to use instead of "addPreferencesFromResource" in a PreferenceActivity?
But I still can not get the code to work and would appreciate some help. ...
1
vote
1answer
116 views
Get Item Position From Custom Adapter
Since PreferenceFragment is not available in the support library I created a ListFragment to show a list of settings to a user since I don't have a lot of settings to show. I also created a custom ...
1
vote
1answer
121 views
Android - PreferenceActivity - Change color of Summary text of CheckBoxPreference
I am trying to change the summary text color of the CheckBoxPreference. I have changed the text color of the title by specifying a theme but it doesn't seem to be registering with the summary ...
0
votes
0answers
19 views
Insure no loss of data when service is destroyed
I'm building an application and need to insure my data is retained if the service gets destroyed Ive used preferences to save the users settings which works fine.
The data I now want to store is ...






