Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 2, 2018 12:35
Show Gist options
  • Save alfianyusufabdullah/1e8a43f9bef686e146465d65fdb56cb7 to your computer and use it in GitHub Desktop.
Save alfianyusufabdullah/1e8a43f9bef686e146465d65fdb56cb7 to your computer and use it in GitHub Desktop.
click
/**
* Created by jonesrandom on 1/2/18.
*
* @site www.androidexample.web.id
* @github @alfianyusufabdullah
*/
public interface OnItemClickListener {
void Click(View v, ModelMahasiswa mahasiswa, int pos);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment