An Android app to search movie and its IMDB rating, plot, genre and released date. You can download the apk from here
Data is provided by OMDB . You can access this dataset via the OMDB API.
- Search the movies, series, episodes, etc.
- View the list of movies/series/episodes based on the search result.
- View the released date, genre, IMDB rating and short plot.
Name | Version | Description |
---|---|---|
Gradle | 2.10 | Gradle build system |
Android Gradle Build Tools | 2.1.0 | Official Gradle Plugin |
Android SDK Build Tools | 23.0.3 | Official Build Tools |
Android Studio | 2.1 | Official IDE |
####Android Libraries:
Name | Version | Description |
---|---|---|
Android AppCompat-v7 | 23.3.0 | Support Library API 7+ |
Android Design Support | 23.3.0 | Design Support Library |
Glide | 3.7.0 | Image loading and caching library |
Retrofit | 1.9.0 | Network library |
OkHttp | 2.7.2 | HTTP Client |