Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 18:46
Show Gist options
  • Save clayallsopp/857529 to your computer and use it in GitHub Desktop.
Save clayallsopp/857529 to your computer and use it in GitHub Desktop.
BrocabAdapter Stub 3
...
row.setOnClickListener((OnClickListener)this.getContext());
row.setTag(position);
return row;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment