0

I am referring this tutorial. http://www.dev-smart.com/archives/34

How can I achieve smooth left and right scrolling using on touch listener on left and right arrows? Any help will be highly thankful.

1 Answers1

0

This is a duplicated question please check this: Horizontal ListView in Android?

Also you can check navigation swipe views in the following link http://developer.android.com/training/implementing-navigation/lateral.html

Community
  • 1
  • 1
  • I have achieved this using offset calculating. My question was how can i scroll horizontol scrollview on next and previous arrows. – Ahsan Khan Sep 03 '14 at 11:37