Introduction Hi everyone ππ»ββοΈ! My name is Vedant, and this time we are going to explore another Fusion library, FusionPayments. This is part 1 of the article which explains how to integrate Apple Pay. Apple Pay is a mobile payment … Read More
scade

Cache Implementation in Cross-Platform Swift Apps
Introduction Have you ever used a mobile app that remembered your login information or preferences, even after you closed the app? This is thanks to the magic of SharedPreferences in Android and UserDefaults in iOS. π In this article, we’ll … Read More
Tags: android, ios, mobile-app, scade, swift

Collection View in Cross-Platform Swift Apps
Introduction π±ππ As mobile apps become increasingly popular and versatile, developers are tasked with creating dynamic user interfaces that can adjust to various screen sizes and orientations. One way to achieve this is through the use of collection views, which … Read More
Tags: android, ios, mobile-app, scade, swift