Android Preventing Double Click On A Spinner -


i have unwanted problem default in spinner view.

on android 2.2 when double click spinner opens twice, upon pressing button 2nd spinner closes 1st 1 remains open.

i need fix issue.

i want spinner show once regardless of how many times user clicks it.

this problem doesn't exist in android 4.0+.

is there way fix bug?

you can use setenabled(false) when user click on item first time prevent further interaction, , make setenabled(true) when need.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -

matlab - How to equate a structure array to structure array -