Skip to content

Instantly share code, notes, and snippets.

@dhiegoabrantes
Created January 11, 2017 16:19
Show Gist options
  • Select an option

  • Save dhiegoabrantes/24e795fada2c0e2aedb9dd4366520079 to your computer and use it in GitHub Desktop.

Select an option

Save dhiegoabrantes/24e795fada2c0e2aedb9dd4366520079 to your computer and use it in GitHub Desktop.
Operation Type Constants
public class OperationType{
public static final int POPULAR_MOVIES = 0;
public static final int TOP_RATED = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment