I m using an EditText in which the text is filled programaticaly, when users performs some action (consider this like a chat window). Now when the text has filled the complete window, a scrollbar appears, but the user has to manually scroll it to see the latest chat (at the bottom). Would it be possible to scroll it automatically to the latest chat ? PS: I m using an EditText and not a ScrollView
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...