You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for this adapter. I am using a custom adapter in my project that has autocompletetextbox, edittext and few spinners. As soon as I add this adapter autocomplete and edittext dont work. I can't click on them and change values. looks like listeners aren't responding properly. May be its how its designed. Please suggest.
The text was updated successfully, but these errors were encountered:
I'm blocking descendant focus to make the onItemClickListener of the ListView work.
This is a rather heavy handed solution with drawbacks, but I couldn't find a proper solution so far.
At this point in time I think it's the better trade-off, but I'm trying to come up with a better solution.
Looks like this is a bug in Android itself: you can't have onItemClicked and an EditText work at the same time in a ListView.
The bug has also been declined, so they won't be fixing it. https://code.google.com/p/android/issues/detail?id=3414#c27
Hi, Thanks for this adapter. I am using a custom adapter in my project that has autocompletetextbox, edittext and few spinners. As soon as I add this adapter autocomplete and edittext dont work. I can't click on them and change values. looks like listeners aren't responding properly. May be its how its designed. Please suggest.
The text was updated successfully, but these errors were encountered: