Paper Title
Reactive and Concurrency-Based Image Resource Management Module For iOS Applications
Abstract
This paper aims to serve as an introduction to image resource caching technique for iOS mobile applications. It will explain how developers can break down multiple image-downloading tasks concurrently, using state-of-the-art iOS frameworks namely Swift Concurrency and Combine. The paper will explain how developers can leverage SwiftUI to develop reactive view components and use declarative coding patterns. Developers will learn to bypass built-in image caching systems by curating the procedure to implement a swift-based LRU cache system. Paper will provide a full architectural overview of a system, helping readers understand how mobile applications are designed professionally. It will cover technical discussion, helping readers understand the low-level details of threads and how they can switch between them, as well as the significance of the main and background thread for requesting HTTP services via mobile applications.
Keywords - Main Thread, Background Thread, Reactive View Components, Declarative Coding.