Gathers data from URL: "http://jsonplaceholder.typicode.com/albums/1/photos" and displays title + Album Cover in Table View Controller
- Responsive UI
- No lag in start up of app, as only data that is visible and near visibility is loaded
- App was written in both Swift and Objective C (https://github.com/ashah111/AlbumDisplayObjC)
- Refactored to use MVC design patter and reusable architecture
