Android HorizontalScrollView doesn't provide a built-in paging feature. You need to do some work for this. Creating an "indicators" custom view should be quite simple.
i have seen tabstripviewpager but in my case i am creating panels programmatically and adding them to the scrollview. TabStripViewPager requires a layout but mine is created in code.