August 2010
1 post
ScrollView vs EditText: FIGHT!
I had a ScrollView wrapping an EditText in an application I was writing because I wanted the fling behavior ScrollView provided. EditText on it’s own simply stopped moving when the user lifted a finger from the display and it felt awkward. However, when I had a lot of text in the EditView, enough that the fling mattered, things would jump all over the place. I spent hours trying to figure...
Aug 7th