Android Mad
1,032 FOLLOWERS
Androidmad the Advanced Android Development Guide for Beginners and Professionals.
Android Mad
1M ago
I'm thrilled to announce that a new version of the QRGenerator plugin has just been released! ?
This update brings several enhancements and new features to make your QR code generation even more efficient and user-friendly.
Whether you’re developing for Android or looking to integrate QR code functionality into your applications, this update is designed to streamline your workflow and improve performance.
Key Features
? QR code color can be changed dynamically
? Android X support is included
? Minimum support from version 14 is included
? Margin of the QR code can be controlled
You can exp ..read more
Android Mad
4M ago
Introduction
In this tutorial, we will show you how to implement a long press gesture in .NET MAUI using TouchBehavior from the MAUI Community Toolkit. Learn how to trigger long press events or commands with parameters and see a live example of updating a button image on a successful long press.
Quick Links:
Project Setup
Install Plugin
Implementation
Download Code
Project Setup:
Launch Visual Studio 2022, and in the start window click Create a new project to create a new project.
In the Create a new project window, select MAUI in the All project types drop-down, select the .NET MAUI A ..read more
Android Mad
6M ago
Introduction
This article explores the concept of .NET MAUI handlers and how they are used in development. Handlers act as a bridge between virtual views and native views on each platform. In simpler terms, they are responsible for instantiating the underlying native view and mapping the cross-platform control API to the native view API. This essentially allows developers to use the same code across different platforms without worrying about the underlying implementation details.
Key concepts of handlers include property mappers and command mappers. These mappers define what actions are take ..read more
Android Mad
7M ago
Introduction:
Building an API in PHP is a fundamental aspect of web development, enabling seamless communication between different software applications. With the PHP API Builder - CLI tool, creating robust APIs becomes a breeze. This command-line interface simplifies the process by generating PHP files tailored for handling Create, Read, Update, and Delete operations (CRUD) on your specified database tables.
PHP API Builder - CLI streamlines API development by automating repetitive tasks, allowing developers to focus on crafting efficient solutions. Whether you're a seasoned developer or ju ..read more
Android Mad
8M ago
In the ever-evolving landscape of technology, tools and frameworks continuously evolve, and developers must stay ahead of the curve. One significant evolution in recent times is the transition from Xamarin.Forms to .NET MAUI (Multi-platform App UI). This shift brings about a series of changes and deadlines that developers must navigate skillfully. In this article, we'll simplify and explore the essential milestones and recommendations to smoothly transition from Xamarin to .NET MAUI.
Saying Farewell to Xamarin
Xamarin.Forms, the precursor to .NET MAUI, is reaching its twilight phase. Existing ..read more
Android Mad
9M ago
Introduction
Imagine building an app that works on different devices like phones and computers using .NET MAUI. Sometimes, it's tricky to show images in your app, especially when they're encoded in Base64. This blog helps you figure out how to do that easily. We'll break down the steps, making it simple for 10th-grade students to follow along. By the end, you'll know how to make your app look cool with Base64 images in .NET MAUI!
Quick Links:
Project Setup
Implementation
Demo
Download Code
Project Setup:
Launch Visual Studio 2022, and in the start window click Create a new project to cre ..read more
Android Mad
9M ago
Introduction
Hey! Ever wanted to create cool apps for different devices like phones and computers? Well, .NET MAUI makes it super easy. It's like a superhero for app creators! Now, imagine adding fun things like videos to your apps. That's where the Community Toolkit comes in – a toolbox that lots of developers work on together. Today, we're exploring the Video Player control, a cool feature powered by .NET MAUI and its friendly Community Toolkit. Get ready for an adventure in making your apps more exciting with videos!
Quick Links:
Project Setup
Install Plugin
Implementation
Demo
Download ..read more
Android Mad
9M ago
In this video, we will see the recap of .NET MAUI articles post on 2023. Supercharge your .NET MAUI projects by referring this articles.
DEV EXPRESS CHARTS IN .NET MAUI
December 04, 2023
Read More
Lottie animations in .NET MAUI
November 19, 2023
Read More
Transforming Labels into Hyperlinks with .NET MAUI
November 12, 2023
Read More
Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit
October 28, 2023
Read More
Dev Express - Data Grid Control for .NET MAUI (Lifetime - Free plugin)
October 15, 2023
Read More
Data Grid Control for .NET MAUI (Free plugin to Sort, Filter & Show Data ..read more
Android Mad
11M ago
Introduction
Supercharge your .NET MAUI projects with Devexpress Charts! This blog will explain you how to implement the chart in .NET MAUI projects using Dev express, a life time free plugin. This plugin has many customisations and will directly skip into the implementation part.
Quick Links:
Project Setup
Install Plugin
Implementation
Demo
Download Code
Project Setup:
Launch Visual Studio 2022, and in the start window click Create a new project to create a new project.
In the Create a new project window, select MAUI in the All project types drop-down, select the .NET MAUI App templat ..read more
Android Mad
11M ago
Introduction
Supercharge your .NET MAUI projects with Lottie animations! Imagine it as the magic wand for your app's visuals. Thanks to Adobe After Effects, Lottie speaks a special language called JSON, making animations a breeze. Meet SkiaSharp, a Microsoft buddy that helps Lottie shine in .NET MAUI, making your app look cool without the complexity. Learn the ropes in our beginner-friendly guide! Add a dash of Lottie, sprinkle in some JSON magic, and watch your app come to life!
Top advantages of Lottie Animations:
Vector-based Adaptability: Lottie animations, being vector-based, ensure se ..read more