Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created July 26, 2017 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sprejjs/bc317c9a7b993f23fca6307bcd44fb9a to your computer and use it in GitHub Desktop.
Save sprejjs/bc317c9a7b993f23fca6307bcd44fb9a to your computer and use it in GitHub Desktop.
public ViewHolder(@NonNull View view) {
this.nameTextView = (TextView)view
.findViewById(R.id.name_text_view);
this.mobileTextView = (TextView)view
.findViewById(R.id.mobile_text_view);
this.landlineTextView = (TextView)view
.findViewById(R.id.landline_text_view);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment