Created
December 24, 2017 13:58
-
-
Save hkakutalua/5af0acbfb819dd1c2b9bab31bb6caa26 to your computer and use it in GitHub Desktop.
Adding fake data to our 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
... | |
ArrayList<String> moviesList = new ArrayList<>(); | |
moviesList.add("Liga da Justiça"); | |
moviesList.add("Mulher-Maravilha"); | |
moviesList.add("The Matrix"); | |
moviesList.add("Interstellar"); | |
moviesList.add("Batman: The Dark Knight"); | |
moviesList.add("Liga da Justiça"); | |
moviesList.add("Mulher-Maravilha"); | |
moviesList.add("The Matrix"); | |
moviesList.add("Interstellar"); | |
moviesList.add("Batman: The Dark Knight"); | |
moviesList.add("Liga da Justiça"); | |
moviesList.add("Mulher-Maravilha"); | |
moviesList.add("The Matrix"); | |
moviesList.add("Interstellar"); | |
moviesList.add("Batman: The Dark Knight"); | |
popularMoviesAdapter.swapMoviesList(moviesList); | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment