Payal Porwalcodeswithpayal.hashnode.dev·Oct 9, 2024The Complete Guide to JavaScript: Use Cases, Scope, Frameworks, Libraries, and FutureIntroduction to JavaScript JavaScript (JS) is a powerful and versatile programming language primarily used in web development to create dynamic, interactive web pages. Since its creation in 1995, JavaScript has evolved significantly and is now used f...Discuss·88 readsJavaScript
ANSH VARUNblog.anshvarun.com·Oct 4, 2024Mastering Nuxt and Capacitor Integration: A Resource ToolkitCreate resources folder in root directory. Add icon.png with size - 1024x1024 px Add splash.png with size - 2732x3732 px So we have placed icon and splash in resources folder, now we need these in all sizes compatible with our android and ios platf...DiscussNuxt
Siro Davesdev.siro.co.ke·Feb 13, 2024Choosing a Cross Platform Tool in 2024Introduction After examining the comprehensive comparison between cross-platform and native development, along with exploring the shared principles and complexities inherent in cross-platform development – encompassing coding, compiling, testing, and...Discuss·10 likes·66 readsCross-Platform Development in 2024Cross Platform App Development.
Siro Davesdev.siro.co.ke·Jan 24, 2024Cross-Platform Development in 2024 2/3Introduction In my previous article Cross-Platform Development in 2024 1/3 I explored the realm of cross-platform app development, highlighting: Its benefits such as skill set consolidation, code re-usability, streamlined maintenance, and cost savi...Discuss·10 likesCross-Platform Development in 2024Cross Platform App Development.
Alvaro Montoroalvaromontoro.hashnode.dev·Nov 13, 2023Cordova or: How I Learned to Stop Worrying About Native and Love the WebTen years ago, as a personal project, I built several apps with HTML, CSS, and JavaScript, wrapped them with Cordova, and published them in the Play Store —also on the App Store, although only shortly as the Apple pricing was a barrier I couldn't aff...DiscussCordova
Stijn Mertensstijn.hashnode.dev·Feb 23, 2023Running a native UI5 desktop applicationThis blog was first published at Expertum.net. Introduction Having a dedicated desktop application can improve the user experience. To achive this, we'll want to use the Electron framework. This framework is used by some popuplar dektop applications:...Discuss·34 readsSAP
OneSignal Developersonesignaldevelopers.hashnode.dev·Jun 6, 2022How to add push notifications In Android using Ionic + Capacitor (React)Push notifications can help you engage and retain app users. This tutorial will show you how to integrate with OneSignal to leverage push notifications in your Android app. OneSignal & Your Browser's Push API The browser's Push API gives web applicat...Discuss·111 readsIonic Framework
Gaurav Tiwaricodecosmos.hashnode.dev·Dec 21, 2021Quick options to create an app if you have a web applicationI was working on a crucial project which required frequent updates and since we were just starting with the project with limited bandwidth we were out of option to go for native development. The option we were evaluating are Creation of Trusted Web ...Discuss·3 likes·230 readsMobile apps
Martina PapaliskaforCodeChemblog.codechem.com·Feb 12, 2021Signing Android APK with Apache CordovaIn order to submit an app to Google Play you need to sign the apk no matter what development framework you're using. In this article we'll see how to sign an apk using Cordova. Before starting we will assume that we have previously made all the neces...Discuss·70 likes·1.5K readsCordova
Indu Pillaiindupillai.hashnode.dev·Jan 28, 2021Which one do you think is a quicker way to develop a simple app both for Android and iOS?SwiftUI + Jetpack compse Kotlin multiplatform Ionic with React/Vue Framework 7 with svelteDiscuss·4 likes·90 readsIonic Framework