In case when IdentifyResultSpinner has a single IdentifyResult, onItemSelected() wouldn't invoke on selecting that item. How do I handle this behavior?
As per Android default behavior of Spinner: "This callback is invoked only when the newly selected position is different from the previously selected position or if there was no selected item." How can I overcome this default behavior?
Will I have to write a custom IdentifyResultSpinner? If anyone came across a similar scenario, please post your experience.
Thanks.