Skip to content

Instantly share code, notes, and snippets.

@IhorKlimov
Last active November 27, 2016 17:02
Show Gist options
  • Save IhorKlimov/58bf821fe3e94fb1f918dfebe1fec1a4 to your computer and use it in GitHub Desktop.
Save IhorKlimov/58bf821fe3e94fb1f918dfebe1fec1a4 to your computer and use it in GitHub Desktop.
public class ViewHolder extends RecyclerView.ViewHolder {
${fragment_layout?replace('_', ' ')?capitalize?replace(' ','')}Binding binding;
public ViewHolder(View view) {
super(view);
binding = DataBindingUtil.bind(view);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment