This is a Non-Commercial project, we do not interfere with TMDB copyrights. We agree with CC BY 4.0 and CC BY-NC 3.0
You'll be able to follow the top 10 movies in the world.
- Top 10 movies
- Movies' detail
- Offline usage
- CI with Github Actions
app
— module that provide the mobile application itselfcore
— module that share common business logic (such as network configuration, data state and so on.)tokens
— module that share common UI units (such as strings, colors, dimens, custom views and so on.)home
— module that provide the Home's screenmovie
— module that provide structures to present the list of popular movies and its top 10.movie-details
— module that provide structures to present movie's detail