Questions tagged as 'spinner'

1
answer

Insert SQL values in Android Spinner

I select a table and it returns a complete row. I put that row into an object. My intention is to collect the value and inflate a spinner so that if it finds for example in the select: "8" I generate a spinner with values from 1 to 8. I have fou...
asked by 04.06.2017 / 19:00
0
answers

How to create a search loadig in google apps script

Good morning. I have developed a Web application in google apps script, but I require that at the time of the search, when I run the search button, I see an image that shows me that the query is running and when I capture the screen. informat...
asked by 12.10.2018 / 22:43
0
answers

"Application stopped" in Android Studio, when opening images with a spinner

I am developing an application in Android studio where in a spinner saved images are saved in the phone gallery, try using the uri and convert them to Bitmap, but when I give the button that would save the uri in an array the application will st...
asked by 04.10.2018 / 10:21
1
answer

Spinner on white

I have two Spinners in a fragmentLayout , both work but I can not see them in the fragmentLayout , they appear in white. p> This is the fragment: This is a Spinner that you can not see: Fragment XML: <?xml ver...
asked by 04.09.2018 / 21:57
1
answer

how to work with an item of a spinner

I have a spinner and when I'm in "Annual" I want to modify an EditText, how could I do that, this is my code val tipo_plan = listOf("Anual","Mensual","Individual") val adapterTipo_plan = ArrayAdapter<String>(this, android.R.layou...
asked by 28.06.2018 / 18:21
0
answers

Multiple spin loader Angular 5

I have created a Spinner that is shown every time I make an http request, as I show in the image, the problem is that I want it to only show in the input in which I make the request and not in the others. I am using: <div class="input-g...
asked by 15.06.2018 / 06:05
1
answer

Data of a Spinner between activities

I would like to know how to make a Spinner reload the data I had when I come back from another Activity . That is, I have a Activity 1 with a Spinner and a button to go to Activity 2 , in that Activity 2 t...
asked by 05.06.2018 / 08:12
0
answers

Fill Spinner with SQL

I am trying to fill a spinner through a query of SQLServer, I put you in situation. I am making a form from which I bring data from my database and I put them in EditText or TextView, until then everything is fine. I find now that fill a spin...
asked by 16.05.2018 / 10:12
0
answers

Inquiry - Action Bar with SearchView and Sppiner

Is there any control that allows me to do a search from the ActionBar but previously selecting an item from a Spinner? I need the search shown in the image to be done from the ActionBar for reasons of space and consistency with the others Fragme...
asked by 19.04.2018 / 14:41
0
answers

I have a listview that I filter with a spinner, and I would like that result to filter it with an edittext

I have a Listview that contains information from a Sqlite database, and this information can be filtered by the family of products with a spinner, up to here everything is fine, but I need to put a search engine to make the search more expeditio...
asked by 30.03.2018 / 00:59