[android-developers] Strange behavior in EditText box on Samsung devices

2011-01-31 Thread LinusOnline
I'm struggling with some strange bahavior in EditText fields on the Samsung Galaxy Tab and Samsung Galaxy S. Has anyone else experienced similar behavior to this? Situation: I'm using an EditText as an input window for URLs. As the user enters a character in it, I want to autocomplete it, i.e.,

Re: [android-developers] Strange behavior in EditText box on Samsung devices

2011-01-31 Thread Kostya Vasilyev
Linus, Have you considered using AutoCompleteTextView instead of an EditText? It provides a ready-made infrastructure for autocomplete, and probably works on all devices. -- Kostya 31.01.2011 16:04, LinusOnline пишет: I'm struggling with some strange bahavior in EditText fields on the