Wednesday, June 20, 2012

if you are not getting position in view pager oninstantiate item method


Write this code
@Override
public int getItemPosition(Object object) {
return POSITION_NONE;
}

No comments:

Post a Comment