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

1
vote
6answers
170 views

How to find whether if user clicked spinner in Android?

In my application I am creating spinner dynamically in code.I want to force user to click on Spinner and change its value/content. Otherwise user should not be able to go to next screen by clicking ...
0
votes
0answers
36 views

How to display different mapview depending on selection from spinner?

I have a spinner containing a list of attractions (in attractions_layout.xml), when the user selects an attraction from the spinner, its information is displayed in another activity (in ...
0
votes
3answers
95 views

Second Spinner not receiving the proper info based on the first Spinner's selection

I know there are about a million topics on this already, but hear me out. The title says it all, when i select an item in spinner 1, spinner 2 gets a specific list of choices to pick from (which ...
0
votes
1answer
259 views

Action Bar .selectTab() and .setSelectedNavigationItem() not working

I have an ActionBar with multiple tabs, each linked to a fragment. The problem I have is that when I use either bar.selectTab(Tab) or bar.setSelectedNavigationItem(int), it doesn't work. ...
3
votes
4answers
950 views

Populating Spinner using ArrayList in Android

I have an activity in which I have to parse an XML and populate a Spinner using the parsed data. I am done with parsing the XML. This is the method: void parse_ExamList() { ...
0
votes
0answers
452 views

How to display page loading indicator using spin.js

I am learning how to use Spin.js so that a loading indicator (the spinner) can be shown while the web page is loading. I got it working but I am not sure whether I am calling the spin/stop in the ...
0
votes
1answer
134 views

Android Cannot dispatch touch events to Spinner

I am writing an Android JUnit test that iterates through a list of MotionEvents and dispatches them to the Activity under test. For most events, I can just use the ...
0
votes
1answer
96 views

Save spinner list in file and read it?

I have a Edit text for get number and a add button to add number to my spinner, and 2 buttons to save and display a text file. For example if I have two numbers in my spinner: 123456 987654 I want ...
0
votes
2answers
102 views

Spinner Text Not Visible

I am trying to setText in Spinner but is not visible in device. (Visible in emulater) . Please give solution for this.
1
vote
0answers
67 views

Strange ClassCastException with a Spinner

I have this code: Spinner entrega=(Spinner)findViewById(R.id.comboentrega); //This is the line where it cracks ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(this, ...
1
vote
0answers
172 views

Multi-Line Spinner Wont Work

I have trying to get my multi-line spinner to work, thought I can not work out why it wont! (It just shows single line - so the text runs off the edge). I have read this, but still doesn't work. Here ...
0
votes
1answer
54 views

Get value from an array froma java file,Android Spinner

Now i know how to flood values in the spinner drop down from the xml. I have a String array.I need these values to be the data in my spinner. So how do i put values into my spinner from an ...
0
votes
0answers
110 views

setOnItemSelectedListener on spinner is called when activity is show

I need to change the language of my application. For this I have a spinner that contains all the languages necessary for my application. Here is how I use it : private Spinner language; ...
0
votes
0answers
94 views

android - loop through dynamically added form inputs

I have dynamically added edittexts and spinners into my activity. What is the best way to iterate through all of the dynamically added inputs to validate and get their text values? Should i create ...
0
votes
1answer
69 views

Stop quantity spinner from going negative

I have a problem with a spinner. I want to stop the decrease function from working if the quantity is 0. Here is the code: $(document).ready( function() { var elm = $('#htop'); ...
0
votes
2answers
35 views

Showing spinner with custom tabs

$('#widget .tabs li a').click(function (e) { $('#widget .tabs li').removeClass('ui-tabs-active'); $(this).parent().addClass('ui-tabs-active'); $('.group-tabContent').hide(); ...
0
votes
3answers
88 views

[android]spinner onItemSelected and visibility

I try to make editText and TextView visibility triggered by select item on spinner. I use the code below but it does not work. The item should be gone at first time and when i select item on the ...
0
votes
1answer
130 views

case and switch method to stop and start android media player using spinner

I have a spinner that you can choose which quality you prefer to stream, and when selected you have to press stop button to stop the player, then select your stream, then you have to select play ...
0
votes
2answers
91 views

Retrieve value of a spinner after validation

I have a problem to retrieve the value of a spinner when I want to validate my insertion. here is how I fill my spinner : ArrayList<HashMap<String, String>> myArrayList; myArrayList= new ...
1
vote
2answers
60 views

How to get Spinner OnListItemSelected to work

I am currently trying to implement a Spinner within my android application. I am having trouble with getting the OnItemSelected method, to open a new class based on what item was selected. I have ...
1
vote
1answer
381 views

How to change the text background color of a opened Spinner on Android

I set this XML Style in my app, but when I open a Spinner I cant see the text. This is where searching of information takes place.I don't really know what I am doing wrong. This is the XML Style: ...
0
votes
0answers
43 views

Number Spinner displaying text

I want a number spinner on my page to input product quantities... I am using jQuery Ui spinner to do this, but for some reason my code does not work I need a spinner which takes values like ...
0
votes
1answer
42 views

Groovy-Issue: recalling a closure inside of a vbox again, when a spinner's stateChanged fires an action

If you take the numPanels as a fixed value of e.g. 20, it's really a nice and groovy swinging. But I try since two days to add more or less panels with a groovy.swing.Spinner dynamically (my program ...
0
votes
0answers
234 views

Retreiving spinner item based on value in sqlite database in mono for android

m working on spinner in mono for android...here i have two edittexts(sno,saddress) and one spinner (scourse) and two buttons save and retreive...i have populated spinner with coursenames with ...
0
votes
0answers
123 views

enhancement code for spinner in mono for android just like dropdown list functionality

m working on spinner in mono for android...here i have two edittexts(sno,saddress) and one spinner (scourse) and two buttons save and retreive...i have populated spinner with coursenames with ...
0
votes
1answer
93 views

Android - populating a spinner from a database function returning an array dynamically

I have a database filled with certain values and I wondered how i can put them in a spinner. I have a class called SetSql which holds all of my database functions, and in it a function called ...
0
votes
2answers
84 views

Android spinner crashing when clicked on

I have a spinner on my page, which is populated using an arrayAdapter. When i launch my app everything is ok, but the moment i click on the spinner, the app crashes and logcat gives me no reference to ...
0
votes
1answer
53 views

Receiving spinner from R.ID gives NullPointerException

I'm trying to access a spinner in my layout, and to set values on it from an array in my arrays.xml file. I'm using the default implementation of setting values on a Spinner, but I'm getting a ...
0
votes
1answer
59 views

Remove pressed color on Spinner

I'd like to remove the blue color (I'm testing my app with Holo) appearing when I click on a Spinner. My code : ArrayAdapter<String> array_adapter = new ArrayAdapter<String> ...
0
votes
1answer
114 views

populating spinner using ArrayAdapter

I have a list of custom objects, that I created from downloaded JSON array and I would like to populate the Spinner with just one field from my list, but I still want to keep the whole onItemSelected. ...
0
votes
0answers
282 views

ICS spinner outside ActionBar and not working dropdown menu

I've tried to make IcsSpinner outside ActionBar using ActionBarSherlock. I used the informations from Dropdown Spinner outside of actionbar? (IceCream Sandwich style, w/ActionBarSherlock). It looks ...
2
votes
1answer
66 views

Call value into string from a server

I want to access a list of strings from a server. Below is my code. When I select first spinner value in second spinner display fetch from server. When I select any value of spinner in out put I want ...
-1
votes
2answers
209 views

using switch case statement for spinner to display images in android programming

I have a spinner which has a list of attractions. I want to use switch case statements to change the image displayed depending on which attraction the user selects. @Override protected void ...
0
votes
1answer
113 views

Android dynamic linear layout containing edit box and spinner

I have below layout i.e 1 spinner and a linear layout containing some edit box's and spinner's.this layout maps/represent to an object (Lets call it X). The main spinner will be having n number of ...
3
votes
1answer
344 views

Actionbar spinner customisation

I am trying to customise the android actionbar spinner to something that like the google currents application. Basically, only the 'subtitle' should reflect what i choose from the spinner while the ...
1
vote
2answers
235 views

How to show labels next to spinners in a relativeLayout

I have the following RelativeLayout: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...
0
votes
1answer
66 views

Disable text change in spinner

When I click on item inside dropdown list in spinner view in Android - the value on spinner is changed to the one i clicked. I would like to disable this behavior. I just need the callbakck, that ...
0
votes
2answers
43 views

Android: Failed to load activity

I am very new to android so dont blame me for my mistakes and if you can try and help me. My application starts ok, but as soon as I try to switch to another activity it says that my app has ...
1
vote
0answers
164 views

How to add jquery UI spinner on jqgrid table column

Is it possible to add jquery UI spinner on jqgrid table coulumn ? I have jqgrid table with more than 7000+ records , I am want to apply spinner on one column.Does jqgrid allow to do this? Thanks in ...
0
votes
1answer
55 views

Only images in a spinner

I have 4 images (drawables) that I want to use in a spinner. I have found many ways to include text and images using hash maps and overriding arrayadapter. They all seem very complex to handle one ...
-1
votes
2answers
111 views

Android spinner selected item not match with text

I use below code to get selectediem text and i like display something base on what been selected but weird it is not match, any clue? Spinner mlogin_store; mlogin_store = (Spinner) ...
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 ...
2
votes
3answers
153 views

android: gap between icon and spinner

I would like to ask about the actionbar in the gmail app. In the main activity, there is a spinner in the actionbar (Inbox, Sent, etc.) and there is no title. I tried that in my app but there is a ...
0
votes
0answers
68 views

Dynamically Adding Spinner Via java in android

I am currently trying to get a function working similar to how adding phone numbers work in your android phone contact list. What I mean by this is that if a contact has more than one phone number you ...
0
votes
1answer
482 views

Android - Spinner, onItemSelected(…) not being called

Here's the code: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import ...
0
votes
2answers
192 views

Android spinner refresh without using an OnItemSelectedListener

I have an issue I have been unable to figure out. I have a spinner loaded from an ArrayList saved in SharedPreferences. I allow the users to modify the spinner names through a PreferenceActivity in ...
0
votes
0answers
45 views

How do i replace the “ ” in an array with a letter from a-z (in the spinner items)

A user inputs a word...The word is placed in an array-string when the OK button is pressed...I..if the user inputs a word with a blank letter(corresponded by a space) example "h" "_" "l" "l" "o" (the ...
1
vote
6answers
166 views

setOnItemClickListener Not Works with Spinner

setOnItemClickListener Not Works with Spinner. Here is my code... supplier.setOnItemClickListener(new OnItemClickListener() { @Override public void ...
-3
votes
2answers
200 views

how to allign spinner equal in width of edittext

how do i align spinner to show equal in width in all screen? in my code spinner show different width in different screen what do i do? i have given fixed length android:layout_marginRight="45dp" ...
0
votes
0answers
128 views

Can't select items on a custom Android 4 Spinner

I've created a custom Spinner on Android to select a item. It works on Android 2.3-, but on Android 4 (that I've tested), I can open the list, but I can't select any item. The code is the following: ...

1 2 3 4 5 36