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, 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
Rajan Lalrajanlal.hashnode.dev·Nov 29, 2024Android local data storage - room databaseThe Room persistence library is part of jetpack libraries. It provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. Benefits of using room library instead of the traditional SQLite in And...1 likeAndroid
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
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
Gopal Guptagopal0gupta.hashnode.dev·Jun 15, 2024Understanding MVVM Architecture in Jetpack ComposeIntroduction :-> Hey Android Enthusiasts🙋🏻♂️, In the evolving landscape of Android development, adopting the right architecture is crucial for building maintainable and scalable applications. One of the most recommended patterns is MVVM (Model-Vie...37 readsJetpack Compose
Deepak M.inoobcoder.hashnode.dev·Feb 2, 2024Here's a guide from beginner to pro for Android development:Beginner Level: Learn the Basics of Java/Kotlin: Understand fundamental concepts like variables, data types, loops, and conditionals. Explore object-oriented programming (OOP) principles. Set Up Android Studio: Install and set up Android Studi...8 likes·88 readsKotlinLanguage