Posts by MTSA • 1 point
2 posts
-
0
votes2
answers115
viewsA: How to overwrite the Onitemselected method of a Spinner?
I discovered my mistake, it was just lack of attention... I don’t have to call in the view but in the Parent u_u override fun onItemSelected(parent: AdapterView<*>?, view: View?, position:…
-
0
votes2
answers115
viewsQ: How to overwrite the Onitemselected method of a Spinner?
I’m trying to overwrite the method Onitemselected of a Spinner in my Fragment, the same way I did with the Button, but it’s not working... how could I get the same result? Inside Oncreate, the…