Skip to content

Instantly share code, notes, and snippets.

@amitkma
Created September 29, 2017 06:16
Show Gist options
  • Save amitkma/c4ddd8265c007d2fbadb47a3154e1787 to your computer and use it in GitHub Desktop.
Save amitkma/c4ddd8265c007d2fbadb47a3154e1787 to your computer and use it in GitHub Desktop.
@Inject Map<MessageType, Provider<ViewHolder>> mViewHolders
//...
for (Message message : messages) {
mViewHolders.get(message.getType()).get().display(message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment