Posts by Deryty • 3 points
1 post
-
-1
votes1
answer747
viewsQ: "If the "such" item is selected from spinner1, then "tal2" item from spinner2 is selected" how to do an if in that?
public void Spinner1() { Spinner spinner1 = (Spinner) findViewById(R.id.spinner1); ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(this, R.array.curso_array,…