I am having an Android view with a Spinner on it. I call a populateSpinner() method to add some default values to it.
I also have a onItemSelected()
event which gets called before the view is completed to print.
I would like to run a code inside this block only when the user changes the selected items, not when I add or the form gets created.
How is possible that?