How to set the Adapter for the circular Scroll-able tab
问题 I am trying to set infinite view Pager( circular Scroll-able tab ) using Infinite ViewPager but when I tried to set the adapter 1.It work only from the end side ( last Position ). 2.It is not working on the start( position 0 ) side. 3.It repeat the last fragment when scrolled further. My adapter private InfiniteViewPager pager = null; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); pager =