Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 941 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 941 Bytes

The Movie DB

Simple Android application that displays Movie Data using the The Movie Database API.

Description

The application consists of a single screen. The screen displays the various movies in a list. For each movie in the list the following parts are visible:

  • Movie Poster
  • Movie Title
  • Voting average
  • Release date

Design

The design adopted follows the MVVM with clean architecture design patterns. It is too complex for the simple functionality required, but it was chosen to illustrate the design patterns and best practices followed in larger scale and more demanding applications.

Libraries