Skip to content

Instantly share code, notes, and snippets.

@amatkivskiy
Created October 22, 2016 03:23
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 amatkivskiy/ce068d69d0790803d0b54b3c44ba470a to your computer and use it in GitHub Desktop.
Save amatkivskiy/ce068d69d0790803d0b54b3c44ba470a to your computer and use it in GitHub Desktop.
boolean isFavourite = false;
for (MediaItem item : mediaItemList) {
if (item.getId().equalsIgnoreCase(currentItem.getId())) {
isFavourite = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment