Skip to content

Flickr Image Search Application using Swift 5, VIPER architecture, URLSession API and Result Type

Notifications You must be signed in to change notification settings

suhitp/FlickrSearchApp

Repository files navigation

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.