Just wondering how you handle the following problem: a result is calculated depending on two spinners\' selected items. To handle the UI things, i.e. a user picks a new item in
It is very easy you can call the Spinner.setSelection(int position, boolean animate) method with false so the listeners will not react on the change.
Spinner.setSelection(int position, boolean animate)
false