コード例 #1
0
 @Override
 public void deleteItem(int position) {
   mAdapter.remove(position);
   mAdapter.notifyDataSetChanged();
 }