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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Webview uses Smooth scrolling. A scroll view also have this property.
Enable Smooth Scrolling using the below method,
Control the smooth scrolling by specifying bounds for the scroll, using the below method…
You can also imitate the overscroll behavior using the following Method,
Also you can add Fling Action using the following method,..