Skip to content

Instantly share code, notes, and snippets.

@fiskurgit
Created November 6, 2014 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiskurgit/15c3dfe9f3c75a91a3e0 to your computer and use it in GitHub Desktop.
Save fiskurgit/15c3dfe9f3c75a91a3e0 to your computer and use it in GitHub Desktop.
Android palette class
Palette.generateAsync(bitmap, new Palette.PaletteAsyncListener() {
public void onGenerated(Palette palette) {
//update your views
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment