Skip to content

Instantly share code, notes, and snippets.

@konk3r
Created March 20, 2016 21:58
Show Gist options
  • Save konk3r/38ae70baf7d8b10cf229 to your computer and use it in GitHub Desktop.
Save konk3r/38ae70baf7d8b10cf229 to your computer and use it in GitHub Desktop.
@Override
public void onBindViewHolder(PageViewHolder holder, int position) {
Page page = getList().get(position);
holder.bind(page);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment