Skip to content

Instantly share code, notes, and snippets.

@nutchy
Created October 16, 2017 09:28
Show Gist options
  • Save nutchy/c220aa6c2e0d1d7d33b64a83524f36a0 to your computer and use it in GitHub Desktop.
Save nutchy/c220aa6c2e0d1d7d33b64a83524f36a0 to your computer and use it in GitHub Desktop.
[MyLazyIntagram] - Implement Method (from Adapter)
@Override
public int getItemCount() {
return 0;
}
@Override
public ViewHolder onCreateViewHolder(ViewGroup viewGroup, int viewType) {
return null;
}
@Override
public void onBindViewHolder(ViewHolder holder, int position) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment