© 2023 Hashnode
#mvvm
Last updated on February 12, 2023 This blog further moves with Kotlin for examples with Room-DB Introduction Storing data locally is one of the most important yet necessary things to do when buildin…
This post demos how you can use .searchable modifiers to create a search bar for your List in SwiftUI. Let’s create a list of Person object, show the name and age in a list view, and then make the lis…
Introduction Welcome to the third part of my mini-series about MVVM Source Generators for C# .NET and the awesomeness of the MVVM Community Toolkit. So far, we have seen how we can save ourselves from…
Introduction If you have already used modern .NET-based UI frameworks like Xamarin.Forms and .NET MAUI before, you are likely familiar with a common concept called data binding. This concept is used t…
Introduction In this article, we will be discussing a recent project that aimed to create an Android mobile application for COVID-19 awareness and statistics. The application provides users with up-to-date information on the latest statisti…
Introduction Welcome to the second article of my mini-series about MVVM Source Generators for C# .NET. In the previous post, I discussed the basics and most important features that the MVVM Community …
Introduction I am a huge fan of the Model-View-ViewModel pattern (MVVM) and it's no surprise to me that it keeps gaining popularity (even outside of .NET development). When applied correctly, it helps…
Overview In 2017, I found up Naxam with the aim to build a great software development company specialized in Microsoft technologies, started with Xamarin. Following my way of learning, I chosen a pet …
MVVM Architecture with React, TypeScript, Next using MobX Hello good people, I was looking for a CLI for Mobx react MVVM Typescript. But Alas! I was unable to find one. Then I decided why not I made o…
So Software architectural patterns in general are reusable solutions to commonly occurring problems within a given context and the needs of software development cycles. These patterns address various …