/omdb-android-client

An Android search client for the Open Movie Database (OMDb) API

Primary LanguageJava

omdb-android-client

An android client for Open Movie Database (OMDb) API

Screen-record

screenRecord

Functionality:

  • search movies by title
  • present the result of the search on a list; each element on the list must have a thumb image of the movie (if it’s available), the title, the year and the director
  • the user can request a detail view of the movie, pressing on a the result list item and showing the details of the movie, with the poster of the movie on big size (if it’s available) and the detail information about the movie.