A spinner is a control/widget that allows the user to select an item from a group, like a dropdown list...
3
votes
0answers
47 views
How to make little arrow from dropdown list stay close to text?
I have a dropdown list in my Action Bar (ActionBarSherlock), but the little arrow stay too far from the text when text is short. I would like to do the same as the Google Plus app, where the arrow ...
2
votes
0answers
293 views
Spinner does not apply dropDownSelector attribute
I'm using spinner and want to add spinner - to change behavior depends of states(focused, pressed)
sample project is here https://github.com/vovs/spinner_issue
My code:
activity_main.xml
...
2
votes
0answers
289 views
Spinner OnItemSelectedListener selectively triggers depending on focus of other items in view
I have a custom adapter for displaying and getting user input from a ListView. Rows in the list contain a TextView, EditText and a Spinner. It's the spinner that is causing me trouble.
The application ...
2
votes
0answers
846 views
How to add search option to Android Spinner?
I have a long list of data display in android spinner. So i want to add a search option to this spinner ? Can any one help me with a simple example code.. (I saw some answers regarding this but they ...
2
votes
0answers
945 views
Android Ringtone Picker Spinner
I'm trying to make a spinner from Ringtone manager and it's giving me some funny results. THe spinner is coming up fine pulling the ringtone results... but each ringtone result has a radio button...? ...
2
votes
0answers
311 views
Android Custom Spinner Row (photo+string)
I have this files:
1- Option.java => myActivity
2- CurrencyAdapterList => where i have defined myAdapter for the spinner
3- SpinnerCurrRow => where I have defined the object that contain ...
1
vote
0answers
50 views
Spinner with image and text
I want my spinner to look like this
Only the topmost header should have image and text. Remaining drop down should have text only.
Can anyone help me in making this.
I have tried this..
I my xml ...
1
vote
0answers
29 views
SpinnerPreference? (How to embed a Spinner in a Preferences screen)
Planting a Spinner in a layout is straightforward, since there are so many samples and tutorials showing how to do just this.
But how to I plant a Spinner in a PreferenceScreen?
Is this ...
1
vote
0answers
35 views
How to set Spinner item without onItemSelected getting called
Is it possible to change the selected spinner position to something without having the onItemSelected method getting called?
basically what I am trying to do is go back to the previously selected ...
1
vote
0answers
79 views
How to remove the separator line in the spinner?
How to remove the separator line in the spinner?
For example, how can I remove/control these white separator lines?
P.S. This is the row layout:
<LinearLayout ...
1
vote
0answers
95 views
ActionBarSherlock BadParcelableException: ClassNotFoundException when unmarshalling
I'm using a combination of ActionBarSherlock and ViewPagerIndicator in my app. I have an activity which contains a ViewPager that uses a FragmentStatePagerAdapter to scroll between the tabs. One of ...
1
vote
0answers
205 views
android custom spinner with dropdown option showing below spinner
I want to create a custom spinner,where the dropdown option will be shown below the spinner itself like the dropdown listbox in webservice.But i could only able to change the color and textcolor of ...
1
vote
0answers
148 views
Spinner won't display items (switch situation : different item lists for one and only one spinner - code inside)
My application works this way : there is a menu with different buttons ("Category 1", "Category 2", etc.) and all these buttons open the same activity called "ResultListViewActivity", which displays a ...
1
vote
0answers
112 views
ListView getCheckedItemCount and getCheckPositions.size
I am receiving a weird ass bug and I can't seem to figure out why. I have a "save" button and a drop down spinner with two options {select1 and select2}. When the user press a button, the list view ...
1
vote
0answers
78 views
Can't change the width of Spinner inside TableRow in Android
I placed a TextView and a Spinner inside a TableRow but I cannot change the width of the Spinner. When I put it in RelativeLayout everything works fine, I can set custom width, wrap_content or ...
1
vote
0answers
73 views
android.database.sqlite.SQLiteCursor@
I got that Error. How could I eliminate the android.database.sqlite.SQLiteCursor@ instead of INTEGER value alone? And how could I get the integer Value from my consumer table which is AccountID and ...
1
vote
0answers
119 views
How to add button to the footer of Spinner
I have a spinner, I want to add a button "Cancel" to the end of spinner so when the user click it the selected element in the spinner doesn't change.
xml
<Spinner
...
1
vote
0answers
84 views
Android callback error when clicking spinner
Below is a custom activity I've created for android
public class DisplayMenusActivity extends Activity implements OnItemSelectedListener {
@Override
protected void onCreate(Bundle ...
1
vote
0answers
49 views
How do I control the width of the android.R.layout.simple_spinner_dropdown_item
I have numerous spinners populated by long text strings. How do I control the width of the dropdown view such that the display closely approximates the length of the selectable items?
1
vote
0answers
186 views
Spinner Dropdown CheckedTextView Autoscroll
I am trying to use a Spinner filled with long strings which should autoscroll horizontally.
So I wrote a custom Adapter which uses my own dropdown layout:
Layout:
<CheckedTextView ...
1
vote
0answers
122 views
Progress dialog in imageview until i load image from server
How can I add the Progress dialog in ImageView until I loading image from server in android. When image download complete then display the image.
try {
cachedImage = ...
1
vote
0answers
120 views
Android spinner only listens once?
im trying to switch between two layouts using a spinner, im using setContentView to do so.
However, once i have made a selection with the spinner, its seems as the spinner stop "listening".
@Override
...
1
vote
0answers
135 views
changing text size of a selected spinner item
I am accessing a spinner inside an xml.And also using a customized adapter with another xml containig a textview alone.Now the problem is am not able to change the size of the selected spinner text.am ...
1
vote
0answers
249 views
Cursor Loader auto-requery on Spinner onSelectedItem call
I'm using a spinner as an actionbar item (also using tab navigation with swipes).
I have 2 listFragments (accessed via the tabs) that load data using a loader.
I want the loader to requery every time ...
1
vote
0answers
138 views
How to make a multi select list activity in Android, with multi-options?
I made an android application to do public opnion research and it has open questions to answer through the keyboard and closed questions to choose from a Spinner. It is ok, but there are many ...
1
vote
0answers
142 views
selected spinner value is updated in mysql db via soap webservice in android
hi i got the solution for selected spinner item is inserted in mysql database through calling soap webservice..thanks for giving nice ideas.but i can't develop update spinner value is save in mysql ...
1
vote
0answers
113 views
Android spinner calendar timezone
I am unable to set the user/device specific timezone that am fetching from the calendars event Uri onto the spinner. I have fetched the list of available timezones and added it to a spinner. But ...
1
vote
0answers
592 views
How to populate spinner in android using json webservice
I used this code
HttpClient httpclient = new DefaultHttpClient();
HttpPost httppost = new HttpPost("http://www.wisknowtech.com/hotel_jobs/country_list.php");
ResponseHandler<String> ...
1
vote
0answers
208 views
Android Spinner value retrieved from database and dynamic selected item
Hi All I need your help.
I am currently having problems regarding to Android spinner.
Well, I have two spinners, one for source language and the other for target language. these two spinners values ...
1
vote
0answers
244 views
Spinner item small text invisible on some devices
I want to change the spinner item layout. The layout will have two TextViews. One with small size text, and the other with medium size text. The layout below is what I am using:
<?xml ...
1
vote
0answers
379 views
Different colors for the selected item and the list of items in the dropdown of a Spinner
I have a TextView that sets the color for a Spinner. The problem is I want to have different colors for the selected single item and the items that are in the dropdown. I read that this solves the ...
1
vote
0answers
75 views
populating depended spinner from independent spinner listener
i have spinner1 with OnItemSelectedListener that should update values in adapter of spinner2 when onItemSelected accurs.
when i trying to get spinner2 by id from the activity that implements ...
1
vote
0answers
261 views
Android - Java HashMap keySet suddenly returns null
I have two methods:
The first one iterates over a HashMap<String, String> ("mWidgetStartConfig") to set the values of spinner widgets in a fragment. This method is always called in onResume.
...
1
vote
0answers
142 views
Setting datasource to android spinners as a Text_Field/Value_Field, similar to asp.net
I am trying to give my ArrayList as a datasource to a spinner, Where a property of CustomObject will be used as Display Field, and another property as a value field.
What we are currently doing is ...
1
vote
0answers
392 views
BadTokenException when populating Spinner inside Fragment
Why can't I populate Spinner's dialog inside Fragment in Support package?
Due to the requirement in UI design, I ended up having subview inside Fragment. So the structure is like:
Activity -> ...
1
vote
0answers
166 views
How to make A Spinner access the other Spinner?
I have Three Spinners= spinState,spinCounty,& spinCity, i would like to select the State spinner then choose a State,then the second spinner would give me the list of Counties within that ...
1
vote
0answers
191 views
App crashes on selecting Spinner in a website openend in a WebView within the App
I have a WebView in one of the tabs in TabView. The webView loads a specific url which contains a spinner. The action listener and spinner is triggered from the server side embedded in the url.
...
1
vote
0answers
148 views
Spinner empty, trying to populate with SimpleCursorAdaptor in subroutine
I am trying to populate a spinner with data from a database. The code is in a subroutine. Everything executes but the spinner is empty. If I copy the code to the "onCreate(Bundle saveInstanceState) ...
1
vote
0answers
334 views
Multiple Spinner in one activity
Im Developing an app which having two spinners in one activity I added one spinner and onItemSelected I will launch new Intent and fill one more spinner with server data. Everything is working fine ...
0
votes
0answers
12 views
How do you anchor a Dropdown spinner to a perent Linearlayout?
How do you anchor a Dropdown spinner to a perent Linearlayout?
I have a TextView and a Spinner in a horizontal LinearLayout. I want to set the LinearLayout to be the anchor of the spinner drop down. ...
0
votes
0answers
49 views
How to Customize Spinner in android
I want to add a custom height to the dropdown of spinner say 30dp and i want to hide the dividers of the dropdown list of spinner .
So far I tried to implement following style to the spinner
...
0
votes
0answers
57 views
Using IntelliJ-Idea - Getting “Cannot Resolve Symbol” on Spinners
So I'm using the android guide for creating a spinner and I can create both the spinner and ArrayAdapter objects but the .setDropDownViewResource(int i) and .setAdapter(adapter a) methods say they ...
0
votes
0answers
24 views
Change background when spinner is opened
is it possible to change the background of the "selected one/ first one" of an opened spinner, and re-get the original background once the spinner is closed.
Here when spinner is open
when is ...
0
votes
0answers
11 views
Android Widget - PLW From Changing Layout Via Config Activity
Ive created a config activity that changes a widget's layout if a string array id is selected. Problem is that I get random Problem Loading Widget errors after configuration of the widget.
Here's my ...
0
votes
0answers
28 views
How can i change Json response according to Spinner Selected Item?
In my project i want to show student's exam results according to academic years and for this i use listview for results and spinner for academic years;
1. I want to do:
the first, I want to make ...
0
votes
0answers
21 views
setSelection spinner in another tab does not work
I have two tabs. On the second tab I dynamically loading views depending on the business logic. These views have Spinners to which I assign setSelection as appropriate. The problem is, when I save the ...
0
votes
0answers
19 views
Define individual callbacks in the extending activity for a universal action bar
I have created a class to hold an action bar which I will be using within multiple other activities.
I have done this to save reproducing code.
I am creating a spinner from a resource, in my ...
0
votes
0answers
30 views
SherlockFragment, what method to process user input?
I have an app that I'm working on and need some help. I'm new to this and am sure I am just missing some basic concepts.
What I've got is an app that uses ActionBarSherlock with 3 swipe-able tabs. ...
0
votes
0answers
111 views
android setselection not working when parameter is variable for spinner
I have tried many solutions but setSelection(position) does not work when
position is variable for spinner i.e. not constant.
Following are the approaches I have tried and all were written after ...
0
votes
0answers
82 views
Android Spinner Selected Index
I'm developing an android application and i want to use spinner.
I fill spinnier by String array like;
String ilArr[] = {"Seçiniz","İstanbul(Avrupa)","İstanbul(Asya)"};
and I want to add selected ...





