Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created August 11, 2017 02:48
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/4e7d07d3da78b2058b26d1a3447caa28 to your computer and use it in GitHub Desktop.
Save sprejjs/4e7d07d3da78b2058b26d1a3447caa28 to your computer and use it in GitHub Desktop.
Step 7. Override onCreateViewHolder method.
@Override
public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
return new ViewHolder(
LayoutInflater
.from(context)
.inflate(R.layout.contact_item, parent, false)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment