Created
August 11, 2017 02:49
-
-
Save sprejjs/d57bfddf94051a571a906a4fe0dc26b0 to your computer and use it in GitHub Desktop.
Step 9. Modify `getCount()` method.
This file contains 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 this.contacts.size(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment