ViewPagerArrowIndicator
ViewPagerArrowIndicator copied to clipboard
Dynamic View Pager
I have a view pager that changes its content dynamically based on arraylist returned from a search result. Currently I am calling bind(viewpager) everytime after notifyDataSetChanged() of the adapter. But the arrows wont show up.