MauiFusionmauifusion.hashnode.dev·Dec 10, 2024Boost Your .NET MAUI Apps Using Contemporary Inbox and Chat InterfacesAre you a developer looking for .NET MAUI templates to supercharge your app development? Introducing Modern Inbox and Chat Screens for .NET MAUI, designed to offer a sleek, customizable, and professional-grade messaging experience. Built with the MVV....Net maui
MauiFusionmauifusion.hashnode.dev·Dec 10, 2024Building Modern Course Screens in .NET MAUI using MVVM and SQLiteAre you building an educational app or a course management system with .NET MAUI? Check out the Modern Term and Course Screens, designed with MVVM architecture and SQLite integration to efficiently manage your app’s data. These templates offer light ...1 likeMVVM
MauiFusionmauifusion.hashnode.dev·Dec 10, 2024Upgrade Your App's Login and Sign-Up Features with .NET MAUIWant to improve your app's first impression and ensure a smooth user journey from the beginning? Check out the Modern Login & Sign Up Screen for .NET MAUI—a fully customizable, user-friendly front-end solution that helps you create polished, professi...XamarinToMAUI
Nikhil Akkinikhilakki.in·Dec 6, 2024Understanding Django's Auto-discovery: A Deep DiveDjango's auto-discovery feature is one of those magical elements that makes the framework both powerful and developer-friendly. While many developers use it daily, few understand how it works under the hood or how to leverage it effectively in their ...35 readsPython Developmentdjango-auto-discovery
nathan kayumbanathan79c.hashnode.dev·Nov 8, 2024Introduction to ViewModel: Simplifying Communication Between View and DataIf you’re an Android developer, you’ve likely heard of ViewModel or even used it before. Today, let’s dive into what a ViewModel is, why it’s essential, and how it integrates within the architecture of an Android app. As someone transitioning from we...2 likes·972 readsViewModel
Aditya Dascodingandlearning.hashnode.dev·Sep 23, 2024MVVM Architecture in Android: A Comprehensive GuideWelcome to our in-depth exploration of the Model-View-ViewModel (MVVM) architecture in Android development. In this blog post, we'll dive into the core concepts of MVVM, discuss its benefits, and provide practical examples to help you implement this ...MVVM
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 10, 2024MVC (Model-View-Controller) vs MVVM (Model-View-ViewModel)MVC (Model-View-Controller) Model: This is where your data lives. It’s the part of your app that handles things like saving, updating, or loading information. View: This is what the user sees. It shows the data from the Model on the screen. Contro...MVVM
Eliud Githukugiteliud.hashnode.dev·Aug 9, 2024Using Data Store to store Jwt Token in native android developmentIntroduction In modern Android development, handling user authentication securely is crucial. JSON Web Tokens (JWT) are a popular method for managing authentication tokens. However, storing these tokens securely is equally important. In this blog, we...Beginner Developers
Yashraj Singh Jadonblog.yashraj.dev·Aug 2, 2024Implementing MVVM Architecture in AndroidModel-View-ViewModel (MVVM) has become a popular architectural pattern in Android development. This blog post will dive deep into MVVM, exploring its components, benefits, and implementation in Android applications. What is MVVM? MVVM is an architect...37 readsAndroid
Eric Zimmermanechozulu.hashnode.dev·Jul 28, 2024Adventures in PySide6 MVVM - Part 1Continuing my journey on Qt and PyQt, I was interested in how to structure medium to large sized applications with this technology (and Desktop applications for Python in general). I came across some blogs about Python with MVC, MVP and MVVM but noth...59 readsPythonPython