Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.49 KB

movie-search

Movie Search is a simple app which use TheMovieDB API to show a list of movies ordered by popularity. Moreover, you can make a search by a movie of your preference and see more details of it. By clicking at the movie item you should be redirect to a detail screen of the movie.

Architecture

Used Model View Presenter(MVP) to facilitate separation of responsibilities and make the code more testable

Technologies

Preview

Preview

Images

You can see some more images about the application here

License

movie-search is released under the Apache License. See LICENSE for details.