Questions tagged as 'spinner'

0
answers

How to obtain the value of the spinners that have been "inflated" from a layout, in a certain number of times?

Good, these days I had a problem, I will use inflate to inflate a layout into another layout, the layout that contains a Spinner insert but the problem I have is that when I want to get the id of the spinner that insert so be 4 or 10 the...
asked by 04.01.2018 / 23:17
1
answer

Problem with spinner in android studio

I have an application which loads from a database made with php / mysql a list of genres (musical and cinematographic) and loads them to a spinner, the problem is that it loads the elements wrong, the default background is white , but now also t...
asked by 11.11.2017 / 22:36
0
answers

Access the elements of a Dialog Fragment called from a fragment

The fact is that my MainActivity is a BottomBarNavigation Activity, which has three fragments where all the elements are loaded so that the user can interact. In one of those fragments there is a list in which, when the user selects an item, the...
asked by 09.11.2017 / 12:59
0
answers

Load data to a spinner of a fragment in a dialog

I have not been able to load the data I have in an array (string) to a spinner that is in a fragment which is shown when I touch a certain button. Button code in the activity AlertDialog.Builder builder = new AlertDialog.Builder(this);...
asked by 01.07.2017 / 01:12
1
answer

Collect data from an ArrayList to display them in a Spinner

My question is this: I'm doing a CRUD on Android and I have a problem on the UPDATE. As you can see, I want to collect all the data in a Bundle and then print them with setText () in the update form. The problem is that the last data, the displa...
asked by 01.01.2019 / 13:16
1
answer

Add an item of a spinner inside a table and show information of spinners depending on one previously selected

What about guys, I hope you can help me, I have 3 spinners and I want the information that shows spinner 3 depends on spinner 2 and spinner 2 depends on spinner one. After selecting the third spinner, click on the button and add informatio...
asked by 09.05.2017 / 19:51