Created
March 1, 2012 22:11
-
-
Save 4poc/1953610 to your computer and use it in GitHub Desktop.
GalleryAdapter.java
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
public void onNewItems(List<Item> newItems) { | |
notifyDataSetChanged(); | |
} //just a test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment