Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 728 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 728 Bytes

Application using https://developers.themoviedb.org/3.

Technology:

  1. MVVM
  2. DataBinding
  3. LiveData
  4. Retrofit
  5. Custom view

On the main screen of the application there is a list of popular films, it is possible to search for a movie, by clicking on a movie from the list it opens with a custom view with a full description of the plot, this screen is hidden by swiping up or down.

Main Screen with popular movies

Tap on movie

Search