Created
October 16, 2017 09:28
-
-
Save nutchy/c220aa6c2e0d1d7d33b64a83524f36a0 to your computer and use it in GitHub Desktop.
[MyLazyIntagram] - Implement Method (from Adapter)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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