Questions tagged as 'spinners'

3
answers

How to implement spinner loanding in AngularJS?

I'm trying to implement spinner loanding on my project at angularjs, it's been a while! the spinner should run whenever a request is executed. What library do I use?     
asked by 24.08.2015 / 22:30
1
answer

Call a method using Spinner selection

Is it possible to call a method using Spinner of android? I need to select the option and based on this selected option I need to send request to webservice , and this will return me the other options of Spnnier .  ...
asked by 12.12.2016 / 16:21
1
answer

Spinner to select Color

Good night,    I am developing a Personal Finance APP and in my Category register he has to select a color, and I would like to do the same as the image. Does anyone know how I can do or any tutorial that comes close to this. Thanks!     
asked by 11.06.2015 / 02:15
1
answer

Custom Spinner showing resource and not text

I'm having trouble setting up a custom spinner in my application. Here is an image of how it appears: Followmycode:Adapter.javapublicclassProfissionalCategoriaAdapterextendsArrayAdapter<ProfissionalCategoria>{privateContextcontext;priv...
asked by 29.07.2016 / 13:51
1
answer

Spinner - 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 ???     
asked by 28.10.2015 / 19:32
1
answer

City Spinner connected with State Spinner

I have 2 spinner in my application, one populated with the name of the states that I registered in the database in the firebase and another with the cities, they are linked by the state ID. I managed to get both of them popular, but I can not...
asked by 16.07.2018 / 02:02
1
answer

Spinner does not load data from string.xml

My spinner just shows the arrow. in 1 it has to show the states and so informed the 2 shows the cities of that state Thisisthejavacode.publicclassPropertyRegisterActivityextendsAppCompatActivityimplementsOnItemSelectedListener{privateSpinners...
asked by 27.12.2017 / 13:54
1
answer

With filling a spinner with a field of an object

I have a Spinner in my Activity , I need to make your items the names (field) of an ArrayList object, and which when selected, is returned the id of the same to be able to perform a new operation. For example: My contact object publ...
asked by 14.01.2016 / 23:03
0
answers

My spinner always takes the same image

I'm populating my spinner through an ArrayAdapter but in the past it always shows the same image for all items. Can anyone explain where the error is? Here is my MainActivity public class MainActivity extends FragmentActivity { GoogleMap mGoog...
asked by 15.09.2015 / 02:01
2
answers

Popular 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 in a SPINNER with this data, so that the class NAME is displayed, but actually when the user chooses the...
asked by 26.07.2016 / 16:40