Robinrobinesau.com路6 hours agoA Beginner's Guide to Using the Permission Handler Plugin in FlutterThis article provides a brief overview of how to use the permission handler plugin for Flutter. If you want to learn more, I recommend checking the official plugin or this article. What are Permissions? When writing mobile applications, you often wan...DiscussFlutter
Ravi Viosappswithflutter.hashnode.dev路Nov 14, 2024Build iOS Apps with Flutter: An Easy Step-by-Step Tutorial for BeginnersAre you looking to create your own iOS apps but feel overwhelmed by the complexity of the development process? Fear not! With Flutter, building beautiful and powerful iOS apps has never been easier. In this comprehensive guide, we鈥檒l walk you through...DiscussFlutter
thevenkatapplelens.hashnode.dev路Oct 14, 2024Enhancing iOS App Security with SSL Pinning Through URLSessionIntroduction In today's digital landscape, securing user data is more crucial than ever. One effective way to protect your iOS applications from man-in-the-middle (MITM) attacks is by implementing SSL pinning. This technique ensures that your app onl...Discuss路122 readsiOS
Nidhish Kumar Guptanidhishcu.hashnode.dev路Aug 7, 2024Beginner's Guide to Android Development with React NativeAndroid is the most widely used mobile operating system in the world, powering hundreds of millions of devices in over 190 countries. By the end of 2021, Android had captured around 71% of the global market share, and its popularity continues to grow...Discuss路10 likes路46 readsReact Native
Swift Insightsblog.ganukeperera.com路Aug 4, 2024Asynchronous Operations with Async/AwaitIn Swift, there are several options to execute multiple asynchronous tasks concurrently without blocking the calling thread. DispatchGroup, DispatchSemaphore, and async let are great for independent tasks that can fire and forget. However, if you hav...Discuss路2 likes路268 readsSwift
Alperen Sar谋艧analperensarisan.dev路Aug 3, 2024Vapor: A Swift Approach to Backend DevelopmentIn the world of web development, choosing the right backend framework can make all the difference. Today, we're diving into Vapor, a server-side Swift web framework that's been gaining traction among developers. Let's explore what makes Vapor unique ...Discuss路28 readsDevelopervapor
Chris Wakefieldindieapplab.dev路Aug 1, 2024The truth about meWhen I started this blog, I decided I was writing it for my past self. The person who needed to just make a start with making apps but couldn鈥檛 find the motivation. I searched high and low for proof that this could be a viable, profitable business mo...Discuss路416 readsiOS
Mahima Manikmahimamanik.hashnode.dev路Jul 16, 2024Get Started with Firebase: A Quick Guide 馃殌Key Features 馃敟 Cross-platform: Firebase provides seamless integration across various platforms including web, Android, iOS and popular framework like React and Flutter. This ensures that developers can build and deploy their applications across dif...DiscussFlutter
Asaf Huseynasafhuseyn.hashnode.dev路Jul 6, 2024Are All Swift Functions Actually Returning Tuples?Contents Introduction The Genesis of the Theory Unraveling the Tuple Mystery The Swift Type System: A Deeper Dive Void in Swift vs. Other Languages Implications and Reflections Conclusion References Introduction Swift, known for its express...DiscussSwift
Kevin Topollajtheiosmentor.hashnode.dev路May 12, 2024Exploring Abstract Factory Design Pattern in iOS馃摑 Introduction The Abstract Factory design pattern is a creational pattern that provides a protocol for creating families of related or dependent objects without specifying their concrete classes. It allows clients to create objects without knowing ...Discuss路18 likes路304 readsDesign Patterns in iOSiOS