After adding a big string in textview,how to scroll back to the initial part of the string?? i am using following textview
<TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="50sp" android:singleLine="true" android:gravity="end" android:layout_gravity="end" android:layout_marginTop="40dp"> how to make it scroll right to left??
View#scrollBy/View#scrollTo