Is there any way I can increase my EditText\'s scrolling? I want to make it scroll like it does on the web browse, smooth and fast. Is this possible?
Thanks, Alex.>
You could create a CustomEditText extends EditText class and override the onTouch and onTouchEvent methods and use these to detect gestures and then move the contents up or down.
CustomEditText extends EditText
onTouch
onTouchEvent