Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 334 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 334 Bytes

MovieGalleria

Project Overview

In this project, the app will make a network call to api.themoviedb.org to retrieve list of most popular and top rated movies. The movie are displayed in a Grid layout.

Picasso library was used for downloading and caching of image while the network call was made directly using AsyncTask