I have 2 views in the outer view pager. I want to change these views only with some button click.
setcurrentItem();
So now I have another inner view pager which I want to it be swipe able. but when I make outer view pager's touch event as false nor does the inner view pager work. How do i proceed? give me suggestions.