- Notifications
You must be signed in to change notification settings - Fork0
Devansh-Maurya/TMDb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An Android app to show movies information from The Movie Database (TMDb) API. The app also supports local data caching to show information when offline.
Download APK :Google Drive Link
Trending Movies | Movie Details |
---|---|
![]() | ![]() |
Bookmarks | Search |
---|---|
![]() | ![]() |
- Java
- RxJava2
- Dagger2
- Room
- Retrofit, OkHttp, Gson
- Navigation Components
- MVVM Architecture Pattern with ViewModels and LiveData
- Pagination using Paging3 library
- Glide image loading library
- Deeplink to open movie details screen using deeplinktmdbapp://movie/detail/{movieId}
- Movie sharing functionality with movie poster, info and a deeplink
- Debounced search query on movie search screen