Skip to content

Instantly share code, notes, and snippets.

@k0siara
Created May 30, 2021 23:13
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 k0siara/db32934968e674cb4281ad9665be3563 to your computer and use it in GitHub Desktop.
Save k0siara/db32934968e674cb4281ad9665be3563 to your computer and use it in GitHub Desktop.
GetItemCount.kt
@Override
public int getItemCount() {
if (dataset == null)
return 0;
return dataset.size();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment