The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

load Preferences from XML dynamic PreferenceKey Prefix

i have a PreferenceFragment which is being loaded from an XML. The PreferenceFragments gets a dynamic Name via Intent, which should be the prefix for all Preferences. There are also some categories ...
0
votes
0answers
29 views

Preference Menu on 10 inch tablet

I am trying to figure out why the layout of my Preference menu is displayed in a false way on 10' tablets when using it in landscape mode. It looks like the lines that are to the right of the ...
0
votes
0answers
54 views

Set custom theme in Android List Preference

In my Android app, I am using various custom themes in different activities, all of which work fine. All these themes use the same custom styles for buttons, edit controls etc. My preferences use ...
0
votes
0answers
32 views

calculate age from date picker preference

i simply need to get the birth date chosen and gets the age from it (in the form of years and months) and i need my app also to set a counter for that age. i have already make a code for Date picker ...
0
votes
0answers
40 views

Android DialogPreference with Numberpicker doesnt restore state after screen orientation change

Im working on my first (i would like to think) serious Android project, so my overall knowledge and experience is very low. The problem, that i cant solve (the title of this question), is that ...
0
votes
1answer
65 views

how to calculate age from birth date in shared preference

Hello everyone i'm developing android app that takes the birth date of a baby in a preference screen so the app can save it. but what i need after retrieving the value is to calculate the age to use ...
-1
votes
0answers
25 views

Preference Activity Layout design via Graphical Layout? [closed]

How can i design a layout for settings screen using the Graphical Layout design utility?
0
votes
0answers
15 views

Child pane in systems bundle is not working, how to link it?

Child Plist Detail http://i.stack.imgur.com/kfmCw.png Root Plist Detail http://i.stack.imgur.com/luuN7.png Result i.stack.imgur.com/ljhlM.png I try to build About Page but It fail like in the ...
0
votes
0answers
33 views

Nested Preference Screen closes on Screenorientation change in Android

I recently stumbled upon a problem. I am working with a Nested PreferenceScreen like this: <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <PreferenceScreen ...
0
votes
0answers
31 views

Eclipse plugin preference page, were changes made?

I have a pretty simple question I feel like, I have a custom preference page extending the following superclass: org.eclipse.jface.preference.FieldEditorPreferencePage This preference page has of ...
2
votes
0answers
117 views

Failed to collect preference classes

I am very tired and very frustrated because of this problem. I am very new to writing Android applications, so new that my knowledge of Eclipse is so basic it hurts. I want to know why when I start ...
0
votes
1answer
71 views

PreferenceScreen: How can I set setDisplayHomeAsUpEnabled and custom icon?

My current PreferenceActivity displays the HomeAsUp icon in the top left corner (I have not to explain you this left carret ;-) ) this.getSupportActionBar().setDisplayHomeAsUpEnabled(true); ...
1
vote
2answers
138 views

How to develop dynamic iOS settings menu

if you are developing Android apps, you can just create a PreferenceScreen/Activity and then link some preference items which are declared in a xml file to that screen. So you can build different ...
0
votes
0answers
38 views

How to avoid multiple preference page instances being created in Eclipse RCP

I am fairly new to Eclipse RCP. I have implemented a preference page and encountered a weird problem : Each time preference page is opened a new instance of page is created (that is fairly ok) however ...
0
votes
1answer
104 views

CheckBoxPreference Default Value

I have a CheckBoxPreference defined as follows: <CheckBoxPreference android:defaultValue="true" android:key="prefVisible" android:summary="@string/pref_visible_summary" ...
0
votes
1answer
52 views

Preference Background Color Blinking

I managed to change my preference activity's background color, but when I focus/scroll it, it blinks. Please help me solve this. This is how i change my background... public class ConfigActivity ...
1
vote
1answer
88 views

java.lang.ClassNotFoundException, when I launch the PreferenceFragment from preference-headers file

This is my preference-header file that is used by SearchSetttingActivity: <header android:fragment="com.android.quicksearchbox.preferences.SearchableItemsFragment" ...
0
votes
1answer
109 views

Android: TimePicker in PreferenceScreen: send data to the TimePicker

I have a PreferenceScreen where 3 of its preferences are TimePreferences. TimePreference is a custom class extending DialogPreference, and it contains a TimePicker. I created it following THIS CODE. ...
0
votes
1answer
145 views

Main activity destroyed when launching PreferenceActivity

I Have a very annoying managing activities problem. I have 2 activities : 1- Main acitivty 2- Preference Activity launched by the main activity. On PreferenceActivity when i tap "previous" button ...
0
votes
0answers
45 views

ListPreference at ActivityGroup's Activity using

I have TabHost with nested Activities in ActivityGroup. I need to create PreferenceActivity with 2 EditPreferences and ListPreference. I added ListPreference with xml layout. When I cliked on ...
0
votes
0answers
36 views

How to scroll to specified item in PreferenceActivity?

My app has a global preference, which contains settings for all the activities. If I click setting in different activity, I want the PreferenceActivity automatically scroll to the setting section of ...
1
vote
1answer
114 views

How to add gesture to preference screen

I am trying to add gesture in my preference screen but i am not getting any positive result , My Question is can we add gesture to preference screen and if yes then How I am using the below code to ...
0
votes
1answer
33 views

Android What is Preference.getExtras() used for?

The Preference class has a method called getExtras(). It may or may be not related to the Preference intent, but the Extras can be get and put using the intent directly. There is no method ...
0
votes
1answer
59 views

How to convert String back to Array from Preference in Android

The "InetAddress.getAllByName(host);" returns me array in below format www.google.com/74.233.233.22 www.google.com/74.233.233.21 www.google.com/74.233.233.23 I am converting above result into ...
4
votes
2answers
93 views

Which way of these two pattern matching is more preferred?

I'm just curious, these two functions would do the same thing. But which one should I use? let f a = match a with b -> a;; let f a = match a with b -> b;; Or it just ...
0
votes
1answer
188 views

Create custom DialogPreference programmatically

How can I create the dialog preference in code ? MyDialog dialog=new MyDialog(getActivity() ); dialog.setTitle("asd"); dialog.setKey("key"); dialog.getDialog().show(); ...
0
votes
2answers
95 views

NullPointerException while Preferences deleting which were added dynamically

I need to add Preferences dynamically to my PreferenceActivity and I do it like this: mFilterShow = (PreferenceScreen)getPreferenceScreen().findPreference("orderScreen"); public void ...
0
votes
0answers
63 views

Change Preference XUL Attributes of “treecell” type “string”

I try to connect a preference to a treecell element of type string i.e. I would like the content of a cell to be modified (and then stored as a new preference string) It can be done if the treecell ...
-1
votes
1answer
106 views

Android Preference Screen to look like device admin

i want to achieve the theme of the device admin in my preference screen, see image below to show what I mean. http://i.stack.imgur.com/TZHnF.png i have followed the example in sdk but ended up with ...
2
votes
1answer
196 views

Android Preference for API lower and higher than 3.0

Im having a FC issue on my preference setup. I looked on the web for some preference examples to work for both API lower and higher than 3.0. So I got 2 xml preference files just like the tutorial. ...
0
votes
1answer
251 views

custom EditTextPreference: can't get TextView by id

I have created a custom EditTextPreference: <EditTextPreference android:key="alert_planed_edittext_preference" ...
0
votes
1answer
79 views

Individual preference for each listview item example

What's the easiest way to create separate preferences for each item in an Android listview? I found this question, but it's kind of general. Could anyone be more specific, possibly show a quick ...
1
vote
0answers
87 views

How can I change android ringtone preference icon?

I am trying to apply my custom theme in the preference screen. I got some hint from here(there are some Japanese but you can read the codes), but I don't know how to do it in ringtonepreference. I ...
2
votes
0answers
316 views

apply custom theme in android preference

I want to do few things in my preference screen. apply custom font to the title change some icons of preference change background color and font color when the preference is selected(or touched?) ...
0
votes
1answer
128 views

Android add image to preference?

How can I add an icon to a preference, the preference references an app so I can get the app's icon. I can get the icon as a drawable from the app, how can I add it to the preference? ...
0
votes
1answer
543 views

Selenium Grid 2 - Remote webdriver not setting the user agent preference in FireFox

I am using selenium server 2.28 on windows machine. I have set up the hub and node. I am using .net to write my test cases. I am using the following code to use custom FireFox (17.0.1) Profile with ...
0
votes
0answers
27 views

How add listview at the end of pereferences?

I have Activityclass derived from PreferenceActivity and onCreate() method of this I am calling FragmenttManager and which calls fragment's onCreate() and there I call ...
0
votes
0answers
39 views

Starting an intent from an Android preference [duplicate]

Possible Duplicate: Launch new activity from PreferenceActivity I have a Preference set up that I would like to start an intent that will display version and other information about the ...
0
votes
0answers
34 views

listen to preferenceCange

I try hard but I cant get a listening to changes of preferences. When some thing is happend like: editor = sharedPreferences.edit(); editor.putInt("value", value); ...
0
votes
2answers
60 views

Error with detecting res/xml and preference activity

I am trying to add a Preference activity in my andorid App, but my eclipse is not recognizing the res/xml folder and addPreferenceFromResources() method is showing as deprecated. So Please help how I ...
0
votes
0answers
242 views

Can't set ListView properties on Android PreferenceFragment

I have a ListView containing my preference screen and its childen but changing some of the ListView's properties in the XML file has no effect. Namely I want to disable the scrollbars, overScrollMode ...
0
votes
2answers
59 views

NumberFormatException with IntEditTextPreference

In my android application, I'm using a class called 'IntEditTextPreference'. This class is used when I want a user to introduce a preference as an integer. But it has a problem. When the user leaves ...
0
votes
1answer
251 views

Android EditTextPreference on dialog click

I have an EditTextPrefernce in my prefernces fragment. I have set it in XML to be androd:numeric="integer". Ok that's working...but the problem is that the user must insert a value in this preference, ...
1
vote
1answer
216 views

MonoDroid & MVVMCross - StartApplicationObject, Start a PreferenceActivity?

Until now I started a LoginScreen (after the splash) at the beginning of my app: public class StartApplicationObject : MvxApplicationObject , IMvxStartNavigation { public void ...
0
votes
1answer
224 views

How to update ListPreferences after implementing OnChangeListener

I have PrefActivity and I use OnChange Listener to make a toast when ever user change any button in list preferences. But now I have 2 problems: 1-first time that user change an option toast is not ...
0
votes
1answer
58 views

Scrolling a preference changes everything to white

I have a preference screen like this: <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <CheckBoxPreference android:title = "Turn parrot on" ...
0
votes
0answers
177 views

Replace ListPreferences by MultiSelectListPreference in Android

Today, i have a listPreference to choice one filter in a list. Then, i get the value of the filter and i perform an http request to load data corresponding to this filter. I would like to improve ...
0
votes
1answer
77 views

When setting a Preference in my Service, I have to restart the app the get the new value

I am currently storing the last update time of my service in a Prefence: SimpleDateFormat sdf = new SimpleDateFormat("dd/MM HH:mm:ss"); String now = sdf.format(new Date()); ...
0
votes
1answer
268 views

Mono For Android, FindViewById A CheckBoxPreference?

I have a PreferenceScreen, where the user can check/uncheck a checkbox. To get access any Control in the Activity I used always: var button = FindViewById<Button>(Resource.Id.myButton); Well ...
0
votes
3answers
49 views

How to get most recent sharedPreferences

I have a background service that reads cpu usage and frequency and displays it on notification bar In application settings(Preferences) i have a option to chose to display only frequency only load ...

1 2 3 4 5