A spinner is a control/widget that allows the user to select an item from a group, like a dropdown list...

learn more… | top users | synonyms

0
votes
0answers
11 views

Android - Make Custom Alert Dialogue disappear after clicked

I am trying to make it so that when a button is pressed an alertdialogue pops up with a spinner in it, and in the spinner there are three options, how can i make it so that when one of the options are ...
1
vote
0answers
8 views

Spinners in ActionBarFragment Sherlock

@Override public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { // TODO Auto-generated method stub super.onCreateOptionsMenu(menu, inflater); MenuInflater blowup = ...
0
votes
1answer
42 views

Saving and Retrieving Spinner position with SQL

So i have a working SQL db that utilizes VARCHARs for all its values. I have no problem with this and use it for multiple apps. I have realized that for many of the parts of my app a spinner would ...
0
votes
1answer
29 views

Android AsyncTask Runtime Error

I develop a shopping app. I'm using web service for getting items. I call web service function in asynctask and I get items successfully. But I added login page and when user logged in, user navigate ...
0
votes
2answers
32 views

How can I replicate select (HTML) in android string.xml file [duplicate]

I have to replicate <select> <option value="36">Volvo</option> <option value="45">Saab</option> <option value="56">Mercedes</option> <option ...
0
votes
2answers
22 views

How to maintain spinner selected state in android

I just wanna maintain spinner selected state in android.I've an activity A which retrieves data from webservice & popped into spinner.After select any one item from that and goes to another ...
0
votes
1answer
38 views

Passing a spinner selected value to another value

Once a value is selected from the spinner, I am looking to have another list of values populate the spinner from the selection made. For example: When the user clicks the spinner the values "Home ...
0
votes
0answers
16 views

can i put a dialog in a spinner item?

I'm new in the android world but I got experience in java. Im trying to show a dialog when I select an especific item in my spinner but, when I do it, my application has stopped. I have 1 fragment ...
0
votes
1answer
39 views

Create a spinner which look like the drop down of ASP.Net

I need to create a drop down which has only three values. I have done this using spinner. But it looks like This But I am trying to create like This So while click on this it needs to show the ...
0
votes
3answers
38 views

How to change second spinner array when selecting in first spinner android

I have two spinners, when I select first spinner, based on first spinner selection, second spinner arrays to get change.How to do that. <?xml version="1.0" encoding="utf-8"?> ...
0
votes
1answer
18 views

how to add icon to spinner (where find the defult value)

how i add icon to spinner by xml where find the defult value (not in the the list) ?? <Spinner android:id="@+id/spinner1" android:layout_gravity="center" ...
0
votes
0answers
15 views

Spinner not reflecting the values of cursor adapter

I am facing a problem where updated data is not getting reflected in spinner. I have performed the following steps. 1. Initially declared the spinner with array adapter by manually passing the values ...
0
votes
1answer
21 views

starting an intent using spinner and message in edittext

I want to make a small app that takes value from EDITTEXT, performs an action(defined as spinner item) in SPINNER when a BUTTON is clicked...the onclick action is sendMessage(View view)...could ...
0
votes
1answer
26 views

Spinner as one of the items for a child of ExpandableListView

There is a expandable List View with Spinner as one of the items for each Child. The issue is the content of parent getting affected on select of item from the spinner. And also on selection of item ...
0
votes
4answers
59 views

ArrayIndexOutOfBoundsException: length=20; index=20 when select item from spinner [closed]

when i select from spinner first time every thing is good when select second time all good but after that when select from it , it show that error E/AndroidRuntime(10594): ...
1
vote
1answer
31 views

android fatal exception spinner

I want to get all cities in a asynctask then when the user press on a city i want to get all areas inside that city in another asynctask I tried this: class getAllCities extends AsyncTask<String, ...
0
votes
1answer
32 views

Change text of a TextView Layout inside spinner adapter

I have layout that contains a TextView which I am using in a spinner. How to change android:text at the runtime depending on my spinner. <?xml version="1.0" encoding="utf-8"?> <TextView ...
0
votes
0answers
25 views

Spinner inside list view doesn't maintain state android

I have added one spinner in list view, and i select the values in spinner, when i scroll the list view, the spinner values will changed. How can I handle object reuse? Please help. Adapter Code ...
0
votes
1answer
31 views

Issue with simplecursor adapter in android

I am populating a spinner with cursor adapter but my problem here is I am unable to understand how to give "from" and "to" of "SimpleCusorAdapter". From examples available I could understand that ...
0
votes
0answers
17 views

Make customized spinner size in xml and not in the java code

I am using a spinner in my activity for an application working on a tablet. While designing it shows me a a proper(big) spinner. But when i debug it on the actual tablet device the size of the spinner ...
1
vote
2answers
45 views

Align Spinner Text to left when set background on Spinner

I have a spinner in xml file , width and height set to wrap_content and I set the background to spinner, the text is shown in center, If I set width in dp or fill_parent then text is display at ...
1
vote
1answer
46 views

How to customize an android spinner similar to gmail app?

I'm kind of new to android, so sorry in advance if this is a silly question. I wanted to get some guesses on how gmail (or other apps) accomplish their custom spinner title, as shown in the picture: ...
0
votes
1answer
80 views

Old-fashioned Spinner for Holo theme

Is it possible to have old-fashioned Spinner (the one where you are selecting values in popup window) on Holo theme? I don't need it to look like on older platforms, I need to select values in large ...
2
votes
1answer
47 views

expandable-spinner : How to implement expandable spinner entry in Android

I am building an Android application, in which i've a spinner item. The spinner entry is a category, and there are sub category in each category. I want to implement a UI, such that, when i click a ...
0
votes
1answer
28 views

Update a single spinner in Android based upon the current value

Is it possible to update a spinner based on its current content? For example, I have a spinner with two values - fruit, vegetables. If the user selects the vegetables option, the spinner will ...
0
votes
1answer
67 views

Android Spinner with adapter get force close?

I have registration form and it has two edittexts and one spinner with adapter for gender selection and value from array, when I click register button and select a gender it's going successfully, but ...
0
votes
1answer
27 views

Android Spinner: Cannot selected

I have the code, which unfortunately does not work as it should. More specifically, we can not choose from the second spinner. Here is the code. Thank you in advance for your help. public class ...
-1
votes
0answers
25 views

Spinner custom button

I am facing problem while changing spinner background button. A black vertical line is occurring with my button, line is not a part of button image how can i remove this black line Please answer ...
0
votes
2answers
69 views

Cannot get rid of custom view in ActionBar until screen orientation change on fragments

I am using Android's native ActionBar (not sherlock) for a project. I have 1 FragmentActivity and 3 fragments: 2 of those ListFragments and the other a Fragment. In my initial "homepage" fragment, I ...
0
votes
1answer
22 views

Set spinner value by default in android

I have a spinner which I am creating dynamically from an activity.I want to select a value as per database from sever so I am doing this String[] items = { "Credit Card", "Cash"}; ...
0
votes
1answer
36 views

invalidation or spinner issue?

I have been searching through here for quite some time now, but was unable to find my current issue (although a lot of other ones). I have made a spinner with a listener, and inside that listener I ...
0
votes
1answer
49 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. ...
1
vote
1answer
329 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
2answers
86 views

Spinner text size does not change?

I could not change spinner's textsize or colour with the code below: <Spinner android:id="@+id/spinner1" style="@style/submitspinner" android:layout_weight="2" ...
0
votes
3answers
93 views

Spinners item selected to go to a different page

I am having problems implementing a spinner into my code. Not quite sure how it works. But here is a brief idea of what I want to do. (Ex: click on the spinner and you have 2 options "page 2" and ...
-2
votes
0answers
35 views

Pick up value of a spinner and search a database [closed]

I'm in the final stage of my application, I just need a method to catch a spinner and do a search on my database. Detail spinner populated with this ArrayAdapter in my MainActivity. Another grab ...
1
vote
1answer
69 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 ...
0
votes
0answers
231 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 ...
1
vote
1answer
181 views

Change holo spinner text colour

I have a spinner in a Holo theme dialog and am trying to change the text colour because it is very hard to read: I have looked at android styles.xml, as well as many other answers, and believe that ...
0
votes
1answer
38 views

How can I have multiple lines in a Spinner option

I need to put different lines in a Spinner I tried to put in the xml file android:singleLine="false" and writing \n as you can see in the example but nothing work. What I need exactly isn't just to ...
3
votes
3answers
308 views

How to change style of custom spinner in android

my view is as like this, I am Using Custom adapter for spinner I have design my spinner from this link http://rimpv.blogspot.in/2013/05/bind-spinner-dropdown-in-android.html @Override public View ...
0
votes
2answers
32 views

Inflating Spinner into main Layout

In my Main Activity I have two tabs,for two tabs two different layouts are used. In one tab I have spinner. I am setting a list in the main activity for spinner but its showing NullPointerException. ...
1
vote
0answers
48 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 ...
0
votes
1answer
58 views

Inserting data from database into spinner in android

Can somebody teach me how to fetch the data from the SQLite database and place all the information gathered from the database into the Spinner. For example, I have a tblState in my db and I need to ...
0
votes
1answer
42 views

Spinner by arrayadapter acts “weird”

I have a spinner. Which i have overridden the custom dropdown getview. I'm working in android 2.2 Problem is that the selected value gets replaced by the "default"(empty field) inserted value when ...
0
votes
1answer
146 views

ActionBarSherlock Change Text Color of Overflow Action Items

I'm working on an android app and I am using ActionBarSherlock for compatibility. Everything works great so far, except the fact that I want to change the text color of the overflow menu items. ...
1
vote
1answer
60 views

Android Preventing Double Click On A Spinner

I have an unwanted problem by default in spinner view. On Android 2.2 when I double click any spinner it opens twice, Upon pressing the back button the 2nd spinner closes but 1st one remains open. ...
0
votes
1answer
61 views

Load Data setOnItemSelectedListener

Problem: I load my class, the setOnItemSelectedListener function runs and sets variable wattage to a specific value, depending on what item was selected in the spinner. How can I prevent ...
0
votes
0answers
25 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 ...
1
vote
0answers
59 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 2 3 4 5 15