mobile-app

SQLite Database: Native Cross-Platform Swift Apps

Introduction Hello everyone πŸ‘‹ My name is Vedant, and today I am going to show you how to integrate SQLite DB into the SCADE mobile app. We often need to store data locally so that our app can use it. … Read More

Announcement: Swift 5.7 is now compatible with SCADE IDE

AnnouncementπŸ“’ Hi everyone πŸ™‹πŸ»β€β™‚οΈ! My name is Vedant, and I have an important announcement to make. The SCADE IDE now officially supports Swift 5.7 πŸŽ‰. In this article, we will discuss what’s new in Swift 5.7 that is supported by … Read More

Sliderline in SCADE

Introduction Hello everyone πŸ‘‹ My name is Vedant, and today I am going to show you how to quickly build a SliderLine UI widget in the SCADE mobile app. SCADE is now getting popular for building native, high-performance apps using … Read More

Calculating SafeArea Constants in Cross-Platform Native Swift App

Introduction Hello everyone πŸ‘‹ My name is Vedant, and today’s article is a bit different from previous ones. Instead of making apps, we will take a look into how we deal with the UI widgets kinds of stuff which are … Read More

Create AlertDialog for Cross-Platform Mobile Apps

Introduction Hello everyone πŸ‘‹ My name is Vedant, and I love building apps using Swift and Android SDK. In the previous article, we discussed how we can use the swift-android repository to use the Android Swift classes to calculate the … Read More

Share Content with other Apps: Cross Platform App Development

Introduction Hello everyone πŸ‘‹ My name is Vedant, and today’s article is about sharing textual content with other apps using the swift-android compiler. It will work for both Android & iOS mobile platforms. As you already know that sharing content … Read More

FusionLocation: Cross-Platform Swift Mobile App Development

Introduction Hi everyone πŸ™‹πŸ»β€β™‚οΈ! My name is Vedant, and it is time to build another SCADE app! We all love hybrid tech stack when it comes to building cross-platform mobile apps. And then we start having discussions within the team … Read More

FusionPayments: Part I – Integrate Apple Pay SDK

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

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

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