I would like to add or delete pages from my view pager dynamically. Is that possible?
First:override the pagerAdapter method "getItemPosition"
@Override public int getItemPosition(Object object) { return POSITION_NONE; } }
Second:remove the data bind with the adapter.and call adapter.notifydatachanged