Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 490 Bytes

FlickrSearchApp

Flickr Search Application using Swift 5, VIPER Architecture, URLSession Wrapper and OperationQueue for Image Downloading and URLCache for Image Caching

Architecture

This Application is based on VIPER architecture for clean separation of different layers.

Networking

This application use URLSession based API

Image Downloading

Image downloading is using URLSession along with Operation subclass tied to OperationQueue for easy management of image downloading.