Search Results for

Implement RecyclerView using Swift PM libraries

Implement RecyclerView using Swift PM libraries … Read More

Using Swift PM libraries in the Android Studio projects

Introduction Android app development has long been synonymous with Java and Kotlin as primary languages for building robust and versatile applications. However, for developers familiar with Swift, known for its expressiveness and safety, the desire to leverage its strengths in … Read More

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

Gesture Implementation for Cross Platform native Swift mobile apps

Introduction Hello everyone 👋 In our continuous series of SCADE articles, today we will be developing a SCADE application that will demonstrate the gesture implementation for both Android/iOS platforms. This app will contain the use case of displaying the touch … Read More

FusionNFC: Implement NFC for Cross-Platform Swift Mobile Apps

Introduction Hi everyone 🙋🏻‍♂️! My name is Vedant, and it is time to explore another Fusion library! We use NFC tags for various daily use cases like making payments, sending SMS and virtual business cards, etc. If we want to … Read More