Most voted "spinners" questions
44 questions
Sort by count of
-
4
votes3
answers1823
viewsHow to implement spinner loanding in Angularjs?
I’m trying to implement spinner loanding in my project in Engineering, it’s been a while! the spinner should run whenever a request is executed. What library do I use?
-
3
votes1
answer753
viewsSpinner to select Color
Good night, I am developing a Personal Finance APP and in my Category registration it will need to select a color, and I would like to do the same as the image. Someone knows how I can do or how to…
-
3
votes1
answer195
viewsCalling a method using Spinner selection
It is possible to call a method using a Spinner android? I need to be selected the option and based on this selected option I need to send a request to the webservice, and this return me the other…
-
2
votes1
answer106
viewsSpinner - Xamarin
I need to create a spinner by programming code and define: layout_height: match_parent layout_weight: 10 layout_width: wrap_content Spinner sp = new Spinner(this); sp.Layout_height ???…
-
2
votes2
answers3051
viewsPopular Spinner with Sqlite Database -
I have the following table in the database: CREATE TABLE turma(_id integer primary key autoincrement, nome varchar(20)) I need to fill out a SPINNER with this data, so that the class NAME is…
-
2
votes0
answers76
viewsMy spinner always assumes the same image
I’m populating my spinner through an Arrayadapter but now to display it always shows the same image for all items. Can anyone explain where the bug is? Here’s my mainactivity public class…
-
2
votes1
answer3080
viewsWith filling a spinner with an object field
I have a Spinner in my Activity, need to make your items to be the names (field) of a Arraylist of objects, and that when selected, I be returned the id of the same to be able to perform a new…
-
2
votes1
answer193
viewsSpinner does not load data from the.xml string
My spinner only appears the arrow. no 1 has to show the States and so informed 2 shows the cities of that state This is the java code. public class PropertyRegisterActivity extends AppCompatActivity…
-
2
votes1
answer656
viewsTown Spinner connected with the State Spinner
I have 2 spinner in my application, one populated with the name of the states I registered in the database in firebase and another with the cities, they are linked by the state ID. I managed to…
-
2
votes1
answer185
viewsHow to load SQL Server data into a combobox in Android Studio using Volley?
Currently, for testing purposes, I am using a spinner, but I now want to implement the data that comes from the BD. Is it possible to put in this same spinner or should I create another application?…
-
1
votes2
answers3920
viewsHow to set a value on a Spinners?
I have a formulariohelper which obtains the value of Spinners and save to the bank, but I can’t load the value of the bank into Spinners. Like I set the value? public Aluno getAluno(){…
-
1
votes1
answer50
views<p:spinner> Does not accept double
Guys, good night. I’m using Primefaces 5.0 and I have a problem with the component . Every time I try to put a floating point value on it (25.43, for example) it changes only to the whole part of…
-
1
votes1
answer213
viewsHow to prevent onItemSelected from being called when using setSelection?
I have a ListView and within each item of it carries a Spinner with some information. The way I want it to work (Expectation): The first time you load the Activity, present to the user a list and…
-
1
votes0
answers60
viewsUpdate Page( windows) during Button Click, Spinner stops working on WPF C#
I’m making a WPF application in c#, that when I click the query button on the bank. It starts spinning a "Spinner" that is inside the Usercontrol; private void BtnBusca_Click(object sender,…
-
1
votes1
answer1243
viewsFill spinner with Sqlite data
I have an application with Sqlite, I make a select to return the values of a field and save it in a variable. I wanted to use these values in a spinner, but it is not getting in the list but all…
-
1
votes1
answer79
viewsPopulando Spinner
I have the following doubt I have to use some Arrays List in my project they are... List Restaurant Dishes Restaurant 1 Dishes Restaurant 2 Price Restaurant 1 Price Restaurant 2 Within my Activity I…
-
1
votes1
answer161
viewsSpinner Android Retrofit
Good morning I’m creating an app, and I need it to have a spinner, which pull all the data from a database column. But it turns out that when I pull it brings the dice, but only that it makes the…
-
1
votes2
answers167
viewsRecover Spinner’s position to use in another Spinner from another Acitivity
I have a Banknote Registration App that has 1 spinner. Spinner contains card registration with Idcard, title and description (Saved in a "Card" table in the database). When save this register from…
-
1
votes0
answers20
viewsHow to save spinner items in firebase
I’m a beginner in android studio and I stuck in a part, I already looked here in the stack I saw some possible solutions but they didn’t work for me, I don’t know if it’s because of my code, come…
-
0
votes0
answers475
viewsSave spinner state
I would like to know how to, after selecting an option of the spinner, save it at the time of the form for change, example: I choose option 2, when it is time to change the form, the selected option…
-
0
votes2
answers424
viewsGreater space between spinner items
I’m creating an app that has spinner, but when opening the items are always glued together, I wonder if only by custom spinner I can give space or there is some style/theme that already has these…
-
0
votes0
answers92
viewsHow to set the index of a spinner?
I have 3 spinners that I am using for filters, in my application each column has a filter, name, age, city, when I click on the age filter, I will choose an age, for example 12 and the age will be…
-
0
votes0
answers288
viewsSpinner with Custom Items (image with round and color background)
How do I make one for one Spinner be filled with items, containing an image and the round background with a color? See in the image what I need:…
-
0
votes1
answer199
viewsRemove selected item in new selection in spinner
Hello I would like to remove an item already selected in the android spinner. Example: ItemA ItemB -> SELECIONADO ItemC ItemD Since Itemb is selected I wouldn’t want it to appear in the list when…
-
0
votes2
answers41
viewsonKeyDown when Spinner is open
Hello I’m trying to do an action when a user closes the spinner using the back button of the device. But the "onKeyDown" event does not run when the spinner is open, only if it is closed. How could…
-
0
votes1
answer127
viewsList within Spinner Layout
Hello, I wonder if you have how to put the list that is inside Spinner directly in the layout. Normally I do so: horario = new ArrayList<>(); horario.add(""); horario.add("Aberto Hoje");…
-
0
votes1
answer34
viewsInclude "Select All Vendors" in Spinner’s first position?
Good morning, everyone, I have Spinner in which I load the vendor information (user option to select a vendor) I need to include in this Spinner an option to select all vendors and then have the…
-
0
votes1
answer459
viewsSpinner.setadapter on a null Object Reference
The array of players is filled with the dice but gives error in the method setadapter. Spinner spinnerJogador1; ArrayList<JogadorModel> jogadores = jogadorRepository.SelecionarDisponiveis();…
-
0
votes1
answer80
viewsProblem adding spinner to my form
I am developing a form where I want to add the spinner, but when I add it in the xml file, nothing appears on the screen, only the box marked as you can see below: I already added my spinner options…
-
0
votes1
answer665
viewsError grabbing the selected item in a Spinner and showing in a Toast
I’m new on android and would like to know where is the error here. I’m trying to display list data with a Spinner component. So is the Activity: package sucesso.com.br.testecomponentes; import…
-
0
votes1
answer220
viewsSpinner with a call icon
Hello, I’m trying to make a spinner with the options: "Open Today" and "It doesn’t matter". In my layout, I do not want anything written and a clock icon to appear, when clicked, load the spinner…
-
0
votes0
answers110
viewsSpinner jQuery-UI no Up and Down buttons appear, conflict with bootstrap
I’m using the following component: http://jqueryui.com/spinner/#time As shown in the example, but in a modal bootstrap.. The problem is that my Spinner does not appear the Up and Down buttons,…
jquery twitter-bootstrap bootstrap jquery-ui spinnersasked 7 years, 10 months ago Fernando Muniz Erthal 43 -
0
votes1
answer49
viewsEN (Spinner) Firebase Exception: Found Conflicting getters for name: getAdapter
I am making an application where I choose a number in the spinner and write that number in Firebase. this giving the following error: details about the spinner and how I’m recording in firebase…
firebase android-adapter spinners getters-setters realtime-databaseasked 7 years, 7 months ago Garcez 31 -
0
votes1
answer127
viewsError spinner android
The method setOnItemSelectedListener is not called. I am trying to get a value of an item by means of a spinner, but when I click on the item I want, nothing happens. I created a TAG to check if the…
-
0
votes1
answer874
viewsPass Database values to Spinner
I am searching client values in the database through PHP/MYSQL and I am returning via JSON, and I would like to pass to SPINNER more than 1 argument (idclient + client name)... In this case, I…
-
0
votes0
answers109
viewsHow to update a Spinner from Edittext data on Android
I have a Spinner that is being filled with Sqlite data, I want to take this data, edit them and update them My Spinnerdatabase class method (responsible for the Spinner database) public void…
-
0
votes0
answers35
viewsHelp with Spinner - Android Studio
Hello, I need to do a function that changes the image of an Imageview, according to what you have selected in a spinner and with input data "height" and "area". I’m doing it this way and it’s…
-
0
votes1
answer571
viewsHow to load a Spinner into a Modal during Ajax (GET) - Asp.net requests
I have a Page Index with a Grid that lists CEPS. I am using "Modals" windows to Edit, Delete and Create a new Record. When I click on the Edit button, there is a delay of about 3 seconds for the…
-
0
votes1
answer24
viewsButton in the Spinner reset Mainactivity in a Dialogfragment
I have two buttons in Mainactivity, the first opens a custom Dialogfragment with some spinners and the other button resets the spinner of this Dialogfragment. When I click the reset button it calls…
-
0
votes0
answers40
viewspopular Spinner by Firebasefirestore Android
Good morning guys, I am trying to popular a spinner by the data searched from Firebasefirestore, however when starting the application the spinner becomes "white", when clicking on it shows the list…
-
0
votes0
answers6
viewsCustom spinner not correct image arrow
I have a custom spinner, I am correctly assigning the name, but the image is repeating in all items on the list. class Server(val context: Context, var servers: Array<ServerCode>) :…
-
0
votes0
answers85
viewsExpressionchangedafterithasbeencheckederror - Ngxspinnerservice Error
The error happens only when I try to open a dialog, where inside, requests happen inside onInit, when starting the application error does not appear. ERROR Error: NG0100:…
-
-1
votes1
answer284
viewsHow to return the selected item from a spinner
How to pass to a variable the value selected in a spineer at the moment the user selects some of the options? I tried to implement this option, but I was unsuccessful. Follow my code in case anyone…
-
-2
votes0
answers5
viewsWhy doesn’t the code show in the spinner the data of the "settlement" table in the firebase?
spListaAssentamentos = findViewById(R.id.spListaAssentamentos); nomeAssentamento = new ArrayList<>(); databaseReference = FirebaseDatabase.getInstance().getReference();…