I am using EditText, and it has good amount of matter to scroll and read. Now my problem is, it's scrolling slow. So, i want increase it's scrolling speed. If anyone understood my problem and have solution please respond, Thanks in advance
How to enable fast scrolling to "EditText Field" in android application
1.2k Views Asked by John Kiran At
3
There are 3 best solutions below
1

I think you're looking for this:
<ListView
...
android:fastScrollEnabled="true"/>
and this to "jump" in listView:
http://developer.android.com/reference/android/widget/SectionIndexer.html
Source: Android: Scrollbar Accelerator?
put the text box in a scrollview so that you move the textfield around and not the cursor in the text