Skip to content

Instantly share code, notes, and snippets.

@biodunalfet
Created June 7, 2016 21:45
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 biodunalfet/e58f2d660b29599fda500bc856dfbb6d to your computer and use it in GitHub Desktop.
Save biodunalfet/e58f2d660b29599fda500bc856dfbb6d to your computer and use it in GitHub Desktop.
public int getItemViewType(int position) {
if (general.get(position).isParent()){
return PARENT;
}
else{
return CHILD;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment