Hello guys , Today i present you about sample project from my github . this project called Movie Catalogue App for android using TMDB API. As you know this app will show you about Movie Catalogue and upcoming movie on cinema. sample project include search menu to find any movie for that you had want known. You can find any detail movie , genres, rating and budget from this detail option . is there any detail movie to be your favorite , you can push love button to add in your favorite wishlist . the share button is for share movie detail that you like to inform movie somebody else and wanna enjoy the movie together. and also we have setting menu for reminder there is upcoming movie will shown today and localize your movie app language.
Features :
-Movie Calague database from The Movie Database (TMDb) API
-Widget For Showing Upcoming Movie
-Alarm Reminder For Upcoming Movie
-Search Menu to find Movie Information
-Favorite Menu to add in Your WishList
-Share Button
Gradle that you need :
supportLibraryVersion = '26.+'
butterKnifeVersion = '8.8.1
retrofitVersion = "2.3.0"
glideVersion = "4.0.0"
gcmVersion = "11.6.0"
circleImageViewVersion = "2.2.0"
please change your api key in Build.Gradle here :
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildConfigField ("String", "API_KEY", '"YOUR API KEY FROM TMDB"')
buildConfigField ("String", "BASE_URL", '"https://api.themoviedb.org/3/"')
buildConfigField ("String", "BASE_URL_IMG", '"http://image.tmdb.org/t/p/"')
Here The list UI from my APP :
**##
Home **
**##
Detail Movie **
**##
Upcoming Movie **
## Favorite Movie
## Navigation Drawer
**