In your adapter class override this method and replace position to getItemViewType(position)
@Override
public int getItemViewType(int position) {
return position;
}
In your adapter class override this method and replace position to getItemViewType(position)
@Override
public int getItemViewType(int position) {
return position;
}