コード例 #1
0
 public boolean isLastItem() {
   return position == adapter.getCount() - 1;
 }