This app displays movies using the adapter and recycler view. The data which populates the view was fetched by the MovieDB API. In order to modify the API data it required a HTTP URL request to do so. When the user clicks on a certain movie thumbnail the detail page about the movie is shown. The sort order can also be changed from popular movies to top rated movies.