Created
April 9, 2016 16:10
-
-
Save robbiemu/c436675007c372aa01035fc62adaf33f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
FavoritesContract.FavoritesEntry.ContentUris.CONTENT_URI, | |
new String[] {FavoritesContract.FavoritesEntry.COL_THEMOVIEDBKEY, | |
FavoritesContract.FavoritesEntry.COL_TITLE, | |
FavoritesContract.FavoritesEntry.COL_RELEASE_DATE, | |
FavoritesContract.FavoritesEntry.COL_VOTE_AVERAGE, | |
FavoritesContract.FavoritesEntry.COL_POSTER_PATH, | |
FavoritesContract.FavoritesEntry.COL_POSTER_TYPE, | |
FavoritesContract.FavoritesEntry.COL_BACKDROP_PATH, | |
FavoritesContract.FavoritesEntry.COL_OVERVIEW }, | |
FavoritesContract.FavoritesEntry.COL_THEMOVIEDBKEY + " = ?", | |
new String[] { mId }, | |
null); |
Author
robbiemu
commented
Apr 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment