Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.03 KB

README.md

File metadata and controls

9 lines (5 loc) · 1.03 KB

This android app shows a list of popular movies from The Movie Database. When the scroll reaches the end of the list, automatically load the next pages. Furthermore, the user has the possibility to search for a movie by keyword and the search is automatically triggered while user is typing. The search results can be scrollable via pagination as well.

This project has been developed in Java, using Android Studio and implementing the libraries Retrofit and Glide. It isn´t developed with any specific pattern arquitecture. In other projects of this repository, I have developed the same functions with MVP arquitecture, which has code more cleaned and improve the separation of concerns in presentation logic. You can use the current project for look the differences.

Infinitelist Search while typing