IMDb is a simple android application to look at movies information consulting directly from IMDb.
- Get data from IMDb
- All movies screen with pagination and pull refresh
- Add movie to favorites
- Add movie to watch later list
- Favorites screen
- Watch later screen
- search screen
- Unit test
- Table support
| dependency | Version |
|---|---|
| Dagger2 | 2.17 |
| Room | 2.1.0 |
| Retrofit | 2.6.0 |
| Glide | 4.9.0 |
| jvmTarget | 1.8 |
| Coroutines | 1.2.1 |

