I am new to android programming. In my application, i want to implement automatic scrolling. So, i used scroller for this purpose.It is performing scrolling but not maintaining constant speed till the end of scrolling the text. Can anyone help me out of this problem. Here, is the code used for scrolling:
prompt_text.setScroller(scroll); scroll.startScroll(scroll_x,scroll_y,0,50 * speedAmount, 100000/speedAmount);