Skip to content

Simple Android application to show Movies from the Movie DB using Kotlin , Rxjava, Dagger2 and Room.

Notifications You must be signed in to change notification settings

wilsonrc/FavoriteMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Favorite Movies

This Simple Android application to show Movies from the Movie DB API https://www.themoviedb.org/documentation/api

Movies

Movie Details

Search Movies

Actual features:

  • List of Movies.
  • Movie Details.
  • List of Favorite Movies
  • Save Movies to Favorites
  • Search Movies by Name

App Architecture:

  • Kotlin
  • MVP
  • Dependency Injection (Dagger 2)
  • Rxjava
  • Room
  • Package by feature

Run the Project

To run the project, you need an API_KEY that you can get from the MovieDB API Page. After you get the key, you have to create a Gradle property like this "FavoriteMovies_ApiKey="YOUR_API_KEY_GOES_HERE" in your gradle.properties file.

About

Simple Android application to show Movies from the Movie DB using Kotlin , Rxjava, Dagger2 and Room.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages