Created
April 2, 2018 23:59
-
-
Save hkakutalua/deb09c14a55f6a2da917630f020b94a6 to your computer and use it in GitHub Desktop.
Presenting the results
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 void onLoadFinished(Loader<List<User>> loader, List<User> data) { | |
| if (data != null) { | |
| mAdapter.swapData(data); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment