Advertisement
petin

getItemID

Jun 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1.     @Override
  2.     public long getItemId(int position) {
  3.      return (position >= getCount() || position < 0) ? null : ((long) this.getItem(position).getProductId());
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement