Netflix clone is created in android with MVVM architecture. It uses APIs from TMDB - The Movie Database. It contains features like Trailer playback, Home feed, Movies coming soon, Search / View for movie, tv shows.
Download and try the latest apk from here
- Generate an api_key from https://developers.themoviedb.org/3\
- Update the following line in local.properties
api_key=YOUR_TMDB_API_KEY
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.