SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·Jan 27, 2024How to use the OpenCombine framework with Android StudioIntroduction π±Namaste Mobile Developers Community π! In the ever-evolving software development landscape, the demand for cross-platform solutions is more pronounced than ever. Developers seek tools that enable them to transfer their skills and code...DiscussΒ·29 readsSwift
Olanrewaju Olakunlecrossplatformscade.hashnode.devΒ·Aug 2, 2023Building a Cross-Platform eBook App in SCADEThis tutorial aims at introducing mobile developers to developing a cross-platform e-reader app solely using Swift and SCADE. The user interface of the eBook is inviting, and accessing it is quite simple. On the home page, it shows you four categorie...DiscussSCADE
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·May 19, 2023Collection View in Cross-Platform Swift AppsIntroduction π±ππ 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 collecti...DiscussΒ·144 readsSCADE
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·Apr 21, 2023Cache Implementation in Cross-Platform Swift AppsIntroduction 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 explore ...DiscussΒ·94 readsSCADE
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·Mar 23, 2023Announcement: Swift 5.7 is now compatible with SCADE IDEAnnouncementπ’ 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 the SCADE editor as...DiscussΒ·1 likeΒ·129 readsAndroid
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·Feb 8, 2023FusionPayments: Part I - Integrate Apple Pay SDKIntroduction 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 and digital wall...DiscussΒ·59 readsSwift
Olanrewaju Olakunlecrossplatformscade.hashnode.devΒ·Jan 20, 2023Authentication using FireBase in Cross-Platform Swift AppsAn essential component of developing a new mobile app is creating the user onboarding flow, which includes the landing page, login and registration pages, etc. One of FireBase's major features, authentication, is very handy in navigating users throug...DiscussΒ·100 readsFirebase
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·Nov 9, 2022FusionLocation: Cross-Platform Swift Mobile App DevelopmentIntroduction 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 for the possible ...DiscussΒ·79 readsAndroid
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.devΒ·Oct 21, 2022FusionNFC: Implement NFC for Cross-Platform Swift Mobile AppsIntroduction 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 develop an app for bot...DiscussΒ·1 likeΒ·34 readsSwift
Olanrewaju Olakunlecrossplatformscade.hashnode.devΒ·Oct 18, 2022Textbox Control Guide on Native CrossPlatform Swift Mobile AppsThe Textbox control's fundamental concept is to accept user input. By default, it writes on its textfield the word "Enter" and also takes a single line of text. However, you can make it accept multiple texts too. A Textbox in SCADE collects inputs f...DiscussΒ·95 readsSCADE