Removing the 1st item position as Facebook Native ad in ...

Change getItemViewType as following for ignoring position 0 as ad @Override public int getItemViewType(int position) { if (position == 0) ...

Lee mas