@Override
 public void onItemClick(AdapterView<?> l, View v, int position, long id) {
   adapter.changeSelection(v, position, limit);
 }