TrailersApp
A simple demo project for The Movie DB based on MVVM clean architecture.
Install / Use
/learn @anitaa1990/TrailersAppREADME
TrailersApp
A simple demo project for The Movie DB based on <b>MVVM clean architecture</b>.
<img src="https://github.com/anitaa1990/TrailersApp/blob/master/media/2.gif" width="200" style="max-width:100%;"> <img src="https://github.com/anitaa1990/TrailersApp/blob/master/media/3.gif" width="200" style="max-width:100%;"></br></br>
App Features
- Users can view list of the latest movies of their choice.
- Users can view list of the latest Tv series of their choice.
- Users can filter the movies or tv series based on popularity, upcoming and top rated.
- Users can search for any movie or tv series of their choice.
- Users can click on any movie or tv series to watch the trailers of their choice.
App Architecture
Based on mvvm architecture and repository pattern.
<img src="https://github.com/anitaa1990/TrailersApp/blob/master/media/1.png" width="500" style="max-width:500%;">The app includes the following main components:
- A local database that servers as a single source of truth for data presented to the user.
- A web api service.
- A repository that works with the database and the api service, providing a unified data interface.
- A ViewModel that provides data specific for the UI.
- The UI, which shows a visual representation of the data in the ViewModel.
- Unit Test cases for API service, Database, Repository and ViewModel.
App Packages
- <b>data</b> - contains
- <b>api</b> - contains the api classes to make api calls to MovieDB server, using Retrofit.
- <b>db</b> - contains the db classes to cache network data.
- <b>repository</b> - contains the repository classes, responsible for triggering api requests and saving the response in the database.
- <b>di</b> - contains dependency injection classes, using Dagger2.
- <b>ui</b> - contains classes needed to display Activity and Fragment.
- <b>util</b> - contains classes needed for activity/fragment redirection, ui/ux animations.
App Specs
- Minimum SDK 16
- Java8 (in master branch) & Kotlin (in kotlin_support branch)
- MVVM Architecture
- Android Architecture Components (LiveData, Lifecycle, ViewModel, Room Persistence Library, Navigation Component, ConstraintLayout)
- RxJava2 for implementing Observable pattern.
- Dagger 2 for dependency injection.
- Retrofit 2 for API integration.
- Gson for serialisation.
- Okhhtp3 for implementing interceptor, logging and mocking web server.
- Mockito for implementing unit test cases
- Picasso for image loading.
- Custom Views: Loading, Side Menu
Related Skills
node-connect
354.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
