Anuj Tomarseoguy.hashnode.dev路Sep 23, 2024React vs React Native: Which One to Choose and Why?When developing modern applications, choosing the right technology stack is crucial. Among the many options available, React and React Native stand out as popular frameworks for building dynamic web and mobile applications. However, understanding the...DiscussReact Native
Oluwasegun Adekolasegedev.hashnode.dev路Jun 29, 2024Mobile Development Platforms and Software Architecture PatternsMobile Development Platforms and Software Architecture Patterns Introduction Today, I want to talk about mobile development platforms and the common software architecture patterns used in this field. Additionally, I'll share a bit about myself and th...DiscussDart
Yoosha Razaletsbuildyoosha.hashnode.dev路Apr 21, 2024Getting Started: Developing Your First Android App in React Native 馃Since we've learned about the React Native file structure and how to test our app, it's time to personalize it with our content. When I say content, I mean adding "Your Name" to the app 馃摎. Open your React Native application in Visual Studio Code (V...Discuss路10 likesReact Native SeriesReact Native
Tanveer Ahmed Siddiquicodewithtanveer.hashnode.dev路Apr 20, 2024React Native File Structure : A Easy GuideReact Native is a powerful framework for building cross-platform mobile applications using JavaScript and React. One of the key aspects of any React Native project is its file structure. Understanding the file structure of a React Native project is c...Discuss路1 like路38 readsReact Native
Jeet Bhalujeetbhalu.hashnode.dev路Apr 11, 2024Stateless vs Stateful WidgetStateless WidgetStateful Widget Static widgetsDynamic Widgets They do not depend on any data change or any behaviour change.They can be updated during runtime based on user action or data change. Stateless Widgets do not have a state.Stateful Wi...DiscussLearn FlutterFlutter
Jeet Bhalujeetbhalu.hashnode.dev路Apr 11, 2024Container Class in FlutterWhat is Container ? A Container is a Box. You can specify height , width , color , margin and padding etc. and in the below example. EdgeInsets.all means all direction (top , bottom , left , right). Example : import 'package:flutter/material.dart...DiscussLearn Fluttercontainer class in flutter
Jeet Bhalujeetbhalu.hashnode.dev路Apr 10, 2024What is Flutter SDK & Content of Flutter SDKWhat is Flutter SDK ? The Flutter SDK (Software Development Kit) is a framework developed by Google for building cross - platform mobile applications. it provides a complete set of tools, libraries, and resources to create native - like user inter...DiscussLearn FlutterFlutter
Jeet Bhalujeetbhalu.hashnode.dev路Apr 9, 2024Flutter Framework OverviewWhat is Flutter Framework? This article is intended to provide a high-level overview of the architecture of Flutter, including the core principles and concepts that form its design. Flutter is a cross-platform UI toolkit that is designed to allow c...DiscussFlutter
AMINE ABAIDIcodewithamine.hashnode.dev路Mar 11, 2024Use your web skills to build a native Desktop App1- Introduction Well in short answer yeah if you are a web developer you can build a desktop app with web technologies isn't that awesome what else do you want 馃槑. Electron packages your web application into an executable file, which can then be inst...Discuss路10 likesdesktop apps
Sean Coughlinblog.seancoughlin.me路Jan 15, 2024Exploring WebAssembly: The Future of Web DevelopmentIntroduction In the evolving landscape of web development, a groundbreaking technology has emerged, revolutionizing how we build and deploy web applications: WebAssembly (WASM). This game-changing standard is not just another tool in the developer's ...Discuss路3 likes路29 readsWeb DevelopmentWebAssembly