Articles by Tag #mvvm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

MVVM for React Native

Understanding MVVM in React Native The MVVM (Model-View-ViewModel) pattern is widely used...

Learn More 7 0Aug 24 '24

A boilerplate for a React application using TypeScript and Vite, following the MVVM

First touch Hi team, hope you are doing well! This is my first time here, and in this...

Learn More 2 0Aug 9 '24

Construindo aplicativos mais robustos e escaláveis com Flutter: desvendando a implementação da arquitetura MVVM

Ei, você, pessoa apaixonada por desenvolvimento de aplicativos móveis! Se você está aqui, é provável...

Learn More 2 0Feb 18

Cracking the Code: How the MVVM with Bridge Pattern Saves a Messy Frontend UI (Part 2)

Note: This is the second part of our series on the MVVM architecture in the frontend. If you haven’t...

Learn More 1 0Dec 1 '24

MVVM Directory Structure for Point of Sale (POS) System

Here’s a standard and scalable directory structure for a Point of Sale (POS) system using MVVM...

Learn More 1 1May 7

MVVM Directory Structure for Point of Sale (POS) System

Here’s a standard and scalable directory structure for a Point of Sale (POS) system using MVVM...

Learn More 0 0May 7

MVVM + RxSwift + Coordinator directory structure for your large POS system

POSApp/ ├── App/ │ ├── AppDelegate.swift │ └── SceneDelegate.swift ├── Resources/ │ ├──...

Learn More 0 0Apr 23

Easiest Way to Fetch REST API data using Retrofit in Android Jetpack Compose

Let's set up Retrofit, Gson, and Kotlinx Coroutines to fetch a random quote from ZenQuotes API and...

Learn More 0 0Jun 8

Guía rápida para MVVM Toolkit .NET MAUI

Introducción En el desarrollo con .NET MAUI, seguir el patrón MVVM (Model-View-ViewModel) es clave...

Learn More 0 0Jun 14

Understanding MVVM Architecture in Android Development: Benefits, Implementation, and Best Practices

Introduction Developers working on Android are constantly looking for new ways to create...

Learn More 0 0Nov 8 '24

How I Model SwiftUI Views

The approach I take to defining ViewModels for SwiftUI was heavily inspired by Paul Hudson’s post...

Learn More 0 0Nov 23 '24