Carousel or sliderview using Scrollview

 Carousel or sliderview using Scrollview Simple method-

Code 1:

hscroll.smoothScrollTo((slider.getWidth()/3)-100, 0);

code 2:

hscroll.smoothScrollTo(3000, 0);

Code 3:

hscroll.smoothScrollTo(0, 0);