Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 557 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 557 Bytes

OMDB-Explorer-App

An Android App that uses OMDB API

Available for Androids smartphones with API Level from 21(5.0 - Lollipop) to 25(7.1.1 - Nougat) version

All of results are retrieved from OMDB API available on link http://www.omdbapi.com/

Features and Dependencies:

ButterKnife - To inject views based on view ID

Android Data Binding - To bind the specific data of the movie on XML, without perform several sets on code

Retrofit - To make web service call

Glide - To download each movie image by a given URL

Espresso - To make Instrumented tests