﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=mushtaq-a2" rel="self" type="application/rss+xml" /><item><title>.NET 10 Kills MessagingCenter — Here’s the Modern Replacement for Your MAUI App</title><description>Migrate your .NET MAUI app from the deprecated MessagingCenter to WeakReferenceMessenger in .NET 10. Learn why it was removed and how to modernize your app&amp;#39;s communication for better performance a</description><link>https://www.c-sharpcorner.com/article/net-10-kills-messagingcenter-heres-the-modern-replacement-for-your-maui-app/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-10-kills-messagingcenter-heres-the-modern-replacement-for-your-maui-app/</guid><pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>DreamFlow: Revolutionizing Flutter App Development – A No-Code Solution for the Future</title><description>DreamFlow is an AI-powered no-code app builder that generates cross-platform, Flutter-native apps, helping developers rapidly prototype, save time, and create polished UIs while focusing on complex cu</description><link>https://www.c-sharpcorner.com/article/dreamflow-revolutionizing-flutter-app-development-a-no-code-solution-for-the/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dreamflow-revolutionizing-flutter-app-development-a-no-code-solution-for-the/</guid><pubDate>Sun, 13 Jul 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Consuming HTTP Calls in .NET MAUI Using HttpClient</title><description>Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.</description><link>https://www.c-sharpcorner.com/article/consuming-http-calls-in-net-maui-using-httpclient/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/consuming-http-calls-in-net-maui-using-httpclient/</guid><pubDate>Sun, 02 Mar 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Explore Android 15 and First Developer Preview of Android 16</title><description>Android 15 introduced groundbreaking features like Private Space, satellite messaging, and advanced security, redefining mobile experiences. With Android 16’s AI-driven personalization and cross-devic</description><link>https://www.c-sharpcorner.com/article/explore-android-15-and-first-developer-preview-of-android-16/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/explore-android-15-and-first-developer-preview-of-android-16/</guid><pubDate>Sun, 24 Nov 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How to Apply Custom Fonts in .NET MAUI</title><description>Learn how to add and apply custom fonts in your .NET MAUI app to enhance design and branding. This guide covers adding font files, registering fonts in MauiProgram.cs, and using them in XAML or C#. </description><link>https://www.c-sharpcorner.com/article/how-to-apply-custom-fonts-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-apply-custom-fonts-in-net-maui/</guid><pubDate>Wed, 06 Nov 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Detect Long Press in .NET MAUI App using TouchBehavior</title><description>Detect Long Press in .NET MAUI App using TouchBehavior</description><link>https://www.c-sharpcorner.com/article/detect-long-press-in-net-maui-app-using-touchbehavior/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/detect-long-press-in-net-maui-app-using-touchbehavior/</guid><pubDate>Sun, 30 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.NET MAUI - Root/Jail Broken Detection</title><description>Learn how to secure your .NET MAUI app by detecting rooted/jailbroken devices, preventing security breaches. Follow steps to set up the project, install plugins, and implement detection in your app.</description><link>https://www.c-sharpcorner.com/article/net-maui-rootjail-broken-detection/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-rootjail-broken-detection/</guid><pubDate>Tue, 26 Mar 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.NET MAUI - Base64 Image Encode/Decode</title><description>This blog guides 10th-grade students through incorporating Base64-encoded images in .NET MAUI apps. Covering project setup, implementation steps, and a demo, it empowers users to enhance app visuals s</description><link>https://www.c-sharpcorner.com/article/net-maui-base64-image-encodedecode/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-base64-image-encodedecode/</guid><pubDate>Fri, 08 Mar 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.NET MAUI - Video Player using Community Toolkit</title><description>.NET MAUI simplifies app development across devices, while the Community Toolkit enhances it. Dive into video integration for exciting apps! Follow setup steps, install the toolkit, and implement the </description><link>https://www.c-sharpcorner.com/article/net-maui-video-player-using-community-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-video-player-using-community-toolkit/</guid><pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Dev Express Charts in .NET MAUI</title><description>Elevate your .NET MAUI projects with DevExpress Charts! Learn step-by-step implementation using a lifetime-free plugin. Follow project setup, plugin installation, and code execution for creating dynam</description><link>https://www.c-sharpcorner.com/article/dev-express-charts-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dev-express-charts-in-net-maui/</guid><pubDate>Sun, 04 Feb 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit</title><description>In this article, we will learn about MVVM architecture with .NET MAUI and the MVVM Toolkit. Follow a step-by-step guide for project setup, plugin installation, and efficient implementation using ViewM</description><link>https://www.c-sharpcorner.com/article/mastering-mvvm-a-deep-dive-into-net-maui-with-mvvm-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mastering-mvvm-a-deep-dive-into-net-maui-with-mvvm-toolkit/</guid><pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Lottie Animations in .NET MAUI</title><description>In this article, we will learn about .NET MAUI projects with Lottie animations, a magical touch to enhance your app&amp;#39;s visuals. Learn the basics with SkiaSharp in this beginner-friendly guide, addi</description><link>https://www.c-sharpcorner.com/article/lottie-animations-in-net-maui2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/lottie-animations-in-net-maui2/</guid><pubDate>Sun, 07 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Lottie animations in .NET MAUI</title><description>Lottie animations in .NET MAUI</description><link>https://www.c-sharpcorner.com/article/lottie-animations-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/lottie-animations-in-net-maui/</guid><pubDate>Sun, 17 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Transforming Labels into Hyperlinks with .NET MAUI</title><description>Transforming Labels into Hyperlinks with .NET MAUI</description><link>https://www.c-sharpcorner.com/article/transforming-labels-into-hyperlinks-with-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/transforming-labels-into-hyperlinks-with-net-maui/</guid><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.NET MAUI with MVVM Toolkit</title><description>Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit. This article providse MVVM (Model-View-ViewModel) architecture using the MVVM Toolkit in .NET MAUI is informative and well-structured. It </description><link>https://www.c-sharpcorner.com/article/net-maui-with-mvvm-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-with-mvvm-toolkit/</guid><pubDate>Mon, 30 Oct 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Dev Express Data Grid Control for .NET MAUI: Free Lifetime Plugin</title><description>DevExpress, a leading software development company, offers a powerful Data Grid Control designed specifically for .NET MAUI, a framework for building cross-platform mobile and desktop applications. Th</description><link>https://www.c-sharpcorner.com/article/dev-express-data-grid-control-for-net-maui-free-lifetime-plugin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dev-express-data-grid-control-for-net-maui-free-lifetime-plugin/</guid><pubDate>Wed, 18 Oct 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Swipe View in .NET MAUI</title><description>In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build ap</description><link>https://www.c-sharpcorner.com/article/swipe-view-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swipe-view-in-net-maui/</guid><pubDate>Tue, 19 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI</title><description>.NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m</description><link>https://www.c-sharpcorner.com/article/mopup-alternative-to-rg-plugin-popup-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mopup-alternative-to-rg-plugin-popup-in-net-maui/</guid><pubDate>Wed, 06 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Transitioning from Deprecated OnBackPressed in .NET MAUI</title><description>Enhance User Experience: Android 13&amp;#39;s New Back Button Behavior Explained. Learn how to enable smoother navigation with OnBackInvokedCallback and simplify app exit process. Code and steps provided.</description><link>https://www.c-sharpcorner.com/article/transitioning-from-deprecated-onbackpressed-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/transitioning-from-deprecated-onbackpressed-in-net-maui/</guid><pubDate>Tue, 15 Aug 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Flyout Page in .NET MAUI</title><description>In this article, we will see how we can implement Flyout Page in .NET MAUI project.</description><link>https://www.c-sharpcorner.com/article/flyout-page-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/flyout-page-in-net-maui/</guid><pubDate>Tue, 25 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Dynamic Status Bar in .NET MAUI</title><description>Dynamic Status Bar in .NET MAUI</description><link>https://www.c-sharpcorner.com/article/dynamic-status-bar-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dynamic-status-bar-in-net-maui/</guid><pubDate>Tue, 20 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Localization in .NET MAUI</title><description>Localization in .NET MAUI
</description><link>https://www.c-sharpcorner.com/article/localization-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/localization-in-net-maui/</guid><pubDate>Wed, 14 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>File Picker in .NET MAUI</title><description>In this article, we will see how we can implement a File Picker in the .NET MAUI project.</description><link>https://www.c-sharpcorner.com/article/file-picker-in-net-maui2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/file-picker-in-net-maui2/</guid><pubDate>Fri, 02 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Toast in .Net MAUI</title><description>Toast in .Net MAUI</description><link>https://www.c-sharpcorner.com/article/toast-in-net-maui/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/toast-in-net-maui/</guid><pubDate>Sun, 21 May 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Avatar View in .NET MAUI Community Toolkit</title><description>Avatar View in .NET MAUI Community Toolkit</description><link>https://www.c-sharpcorner.com/article/avatar-view-in-net-maui-community-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/avatar-view-in-net-maui-community-toolkit/</guid><pubDate>Sun, 07 May 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Signature Pad Using .NET MAUI Community Toolkit</title><description>.NET MAUI is a powerful platform for building cross-platform mobile applications, and with the right tools and resources, it&amp;#39;s easy to add signature pad functionality to your app. In this tutorial</description><link>https://www.c-sharpcorner.com/article/signature-pad-using-net-maui-community-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/signature-pad-using-net-maui-community-toolkit/</guid><pubDate>Sun, 23 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Install The Adhoc iOS App Without Using Mac Machine</title><description>In this article, you will learn how to install the Adhoc iOS app without using Mac Machine.</description><link>https://www.c-sharpcorner.com/article/how-to-install-the-adhoc-ios-app-without-using-mac-machine/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-install-the-adhoc-ios-app-without-using-mac-machine/</guid><pubDate>Sat, 25 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.Net MAUI - QR Code Generator</title><description>In this article, you will learn about .Net MAUI QR Code Generator.</description><link>https://www.c-sharpcorner.com/article/net-maui-qr-code-generator/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-qr-code-generator/</guid><pubDate>Wed, 08 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Android 13 - Runtime Notification Permission</title><description>In this article, you will learn about Android 13 - Runtime Notification Permission.</description><link>https://www.c-sharpcorner.com/article/android-13-runtime-notification-permission/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/android-13-runtime-notification-permission/</guid><pubDate>Sat, 11 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Easiest Ways To Find The UDID In iOS (iPhone/iPad)</title><description>In this article, you will learn about easiest ways to find the UDID in iOS (iPhone/iPad).</description><link>https://www.c-sharpcorner.com/article/easiest-ways-to-find-the-udid-in-ios-iphoneipad/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/easiest-ways-to-find-the-udid-in-ios-iphoneipad/</guid><pubDate>Sun, 29 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.NET MAUI - Zxing Barcode Scanner</title><description>In this article, you will learn about .Net MAUI - Zxing Barcode Scanner.</description><link>https://www.c-sharpcorner.com/article/net-maui-zxing-barcode-scanner/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-zxing-barcode-scanner/</guid><pubDate>Wed, 11 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.Net MAUI - Local Notification</title><description>In this article, you will learn about .Net MAUI - Local Notification.</description><link>https://www.c-sharpcorner.com/article/net-maui-local-notification/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-local-notification/</guid><pubDate>Tue, 06 Dec 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.Net MAUI - Capturing Screenshots</title><description>This article guides you through capturing screenshots in cross-platform .NET MAUI applications. It covers project setup, and implementation steps, and provides a full code example for enhanced underst</description><link>https://www.c-sharpcorner.com/article/net-maui-capturing-screenshots/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-capturing-screenshots/</guid><pubDate>Wed, 09 Nov 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.Net MAUI - Animations</title><description>In this article, you will learn about .Net MAUI - Animations.</description><link>https://www.c-sharpcorner.com/article/net-maui-animations/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-animations/</guid><pubDate>Sat, 22 Oct 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.Net MAUI - Card Views Using Border Control</title><description>In this article, you will learn about .Net MAUI - Card Views using Border Control.</description><link>https://www.c-sharpcorner.com/article/net-maui-card-views-using-border-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-card-views-using-border-control/</guid><pubDate>Sun, 09 Oct 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>.Net Multi-Platform App UI - Designing Registration Form</title><description>In this article, you will learn about .Net Multi-Platform App UI - Registration Form.</description><link>https://www.c-sharpcorner.com/article/net-multi-platform-app-ui-designing-registration-form/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-multi-platform-app-ui-designing-registration-form/</guid><pubDate>Sun, 25 Sep 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>App Shortcuts In Xamarin Forms</title><description>In this article, you will learn about App Shortcuts in Xamarin Forms.</description><link>https://www.c-sharpcorner.com/article/app-shortcuts-in-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/app-shortcuts-in-xamarin-forms/</guid><pubDate>Sun, 14 Aug 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Video Player App In Xamarin.Forms</title><description>In this article, you will learn about the Video Player App in Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/video-player-app-in-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/video-player-app-in-xamarin-forms/</guid><pubDate>Wed, 03 Aug 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Quick Tour using Xamarin Community Toolkit</title><description>Quick Tour using Xamarin Community Toolkit</description><link>https://www.c-sharpcorner.com/article/quick-tour-using-xamarin-community-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/quick-tour-using-xamarin-community-toolkit/</guid><pubDate>Tue, 14 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Xamarin Community Toolkit - State Layout</title><description>In this article, you will learn about Xamarin Community Toolkit -  State Layout.</description><link>https://www.c-sharpcorner.com/article/xamarin-community-toolkit-state-layout/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xamarin-community-toolkit-state-layout/</guid><pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Xamarin Community Toolkit - Behaviors </title><description>In this article, you will learn about Xamarin Community Toolkit -  Behaviors.</description><link>https://www.c-sharpcorner.com/article/xamarin-community-toolkit-behaviors/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xamarin-community-toolkit-behaviors/</guid><pubDate>Sun, 01 May 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Xamarin Community Toolkit -  Effects</title><description>In this article, you will learn about Xamarin Community Toolkit -  Effects.</description><link>https://www.c-sharpcorner.com/article/xamarin-community-toolkit-effects/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xamarin-community-toolkit-effects/</guid><pubDate>Fri, 15 Apr 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Master Details Page Using Xamarin Community Toolkit</title><description>In this article, you will learn how to master Details Page using Xamarin Community Toolkit.</description><link>https://www.c-sharpcorner.com/article/master-details-page-using-xamarin-community-toolkit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/master-details-page-using-xamarin-community-toolkit/</guid><pubDate>Sun, 10 Apr 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Xamarin Community Toolkit - Featured Views</title><description>In this article, you will learn about New Views/Controls offered in XCT plugin.</description><link>https://www.c-sharpcorner.com/article/xamarin-community-toolkit-featured-views/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xamarin-community-toolkit-featured-views/</guid><pubDate>Sun, 27 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Xamarin Community Toolkit - Tutorial Series</title><description>In this article, you will learn about Xamarin Community Toolkit.</description><link>https://www.c-sharpcorner.com/article/xamarin-community-toolkit-tutorial-series/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xamarin-community-toolkit-tutorial-series/</guid><pubDate>Sun, 13 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Embedding QR Code Scanner In Xamarin.Forms</title><description>In this article, you will learn how to embed QR Code Scanner in Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/embedding-qr-code-scanner-in-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/embedding-qr-code-scanner-in-xamarin-forms/</guid><pubDate>Fri, 14 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Dropdown Control In Xamarin.iOS</title><description>In this article, you will learn about the dropdown control in Xamarin.Forms for iOS Platform.</description><link>https://www.c-sharpcorner.com/article/dropdown-control-in-xamarin-ios/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dropdown-control-in-xamarin-ios/</guid><pubDate>Sun, 07 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Multiple Item Selection Picker in Xamarin.Forms</title><description>In this article, you will learn about Multiple Item Selection Picker in Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/multiple-item-selection-picker-in-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multiple-item-selection-picker-in-xamarin-forms/</guid><pubDate>Sun, 04 Jul 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Gradient View In Xamarin.Forms Using Magic Gradients</title><description>In this article, you will learn about Gradient View in Xamarin.Forms Using Magic Gradients.</description><link>https://www.c-sharpcorner.com/article/gradient-viewin-xamarin-forms-using-magic-gradients/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/gradient-viewin-xamarin-forms-using-magic-gradients/</guid><pubDate>Wed, 29 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Multilingual Implementation Using Xamarin.Forms</title><description>In this article, you will learn about Multilingual Implementation using Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/multilingual-implementation-using-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multilingual-implementation-using-xamarin-forms/</guid><pubDate>Wed, 17 Jun 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Custom Camera Dialog For Windows Using UWP</title><description>In this article, you will learn about custom camera dialog for Windows using UWP.</description><link>https://www.c-sharpcorner.com/article/custom-camera-dialog-for-windows-using-uwp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/custom-camera-dialog-for-windows-using-uwp/</guid><pubDate>Mon, 16 Dec 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Placeholder For Picker - Xamarin.Forms</title><description>In this article, you will learn about placeholder for picker - Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/placeholder-for-picker-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/placeholder-for-picker-xamarin-forms/</guid><pubDate>Mon, 14 Oct 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>CalendarView In Xamarin.Forms</title><description>In this article, you will learn about CalendarView in Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/calendarview-in-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/calendarview-in-xamarin-forms/</guid><pubDate>Wed, 11 Sep 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>YouTube Player API In Android Using Kotlin</title><description>In this article, you will learn about YouTube Player API in Android using Kotlin.</description><link>https://www.c-sharpcorner.com/article/youtube-player-api-in-android-using-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/youtube-player-api-in-android-using-kotlin/</guid><pubDate>Mon, 12 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Verify OTP Without SMS Permission In Android Using Kotlin</title><description>In this article, you will learn how to verify OTP without SMS permission in Android using Kotlin.</description><link>https://www.c-sharpcorner.com/article/verify-otp-without-sms-permission-in-android-using-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/verify-otp-without-sms-permission-in-android-using-kotlin/</guid><pubDate>Sun, 21 Jul 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Use Extensions Method In Kotlin</title><description>In this article, you will learn how to use the Extensions methods in Kotlin.</description><link>https://www.c-sharpcorner.com/article/how-to-use-extensions-method-in-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-extensions-method-in-kotlin/</guid><pubDate>Tue, 25 Jun 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Dropdown Control In Xamarin.Forms - Part One</title><description>In this article, you will learn about dropdown control in Xamarin.Forms.</description><link>https://www.c-sharpcorner.com/article/dropdown-control-in-xamarin-forms-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dropdown-control-in-xamarin-forms-part-one/</guid><pubDate>Tue, 11 Jun 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Grid View In Xamarin.Forms Using FlowListView</title><description>Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje</description><link>https://www.c-sharpcorner.com/article/grid-view-in-xamarin-forms-using-flowlistview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/grid-view-in-xamarin-forms-using-flowlistview/</guid><pubDate>Mon, 27 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Use Extensions For LINQ - C#</title><description>In this tutorial, we will learn how to use extension methods with LINQ in C# to simplify the coding. </description><link>https://www.c-sharpcorner.com/article/how-to-use-extensions-for-linq-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-extensions-for-linq-c-sharp/</guid><pubDate>Sun, 19 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Rg Popup In Xamarin.Forms Using Fresh MVVM</title><description>In this tutorial, we will learn how to use Rg.Plugin.Popup in Xamarin.Forms using Fresh MMVM. </description><link>https://www.c-sharpcorner.com/article/rg-popup-in-xamarin-forms-using-fresh-mvvm/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/rg-popup-in-xamarin-forms-using-fresh-mvvm/</guid><pubDate>Wed, 08 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Custom Master Detail Page In Xamarin.Forms Using Fresh MVVM</title><description>In this tutorial, we will learn how to use master detail page in Xamarin.Forms using Fresh MVVM with FreshNavigationContainer.</description><link>https://www.c-sharpcorner.com/article/custom-master-detail-page-in-xamarin-forms-using-fresh-mvvm/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/custom-master-detail-page-in-xamarin-forms-using-fresh-mvvm/</guid><pubDate>Mon, 01 Apr 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Convert Web Link To PDF Without Using iText Library In Android</title><description>In this article, we will learn how to convert a Website url to a pdf file in Android. </description><link>https://www.c-sharpcorner.com/article/how-to-convert-web-link-to-pdf-without-using-itext-library-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-convert-web-link-to-pdf-without-using-itext-library-in-android/</guid><pubDate>Sun, 10 Mar 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Tabbed Page In Xamarin.Forms Using Fresh MVVM</title><description>In this tutorial, we will learn how create Tabbed Page in Xamarin.Forms using Fresh MVVM. We already learned how to create your master details page in my previous tutorials. If you are new to Fresh MV</description><link>https://www.c-sharpcorner.com/article/tabbed-page-in-xamarin-forms-using-fresh-mvvm/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/tabbed-page-in-xamarin-forms-using-fresh-mvvm/</guid><pubDate>Wed, 20 Feb 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Master Details Page In Xamarin.Forms Using FreshMVVM</title><description>In this tutorial, we will learn how to create Master details Page in Xamarin.Forms using FreshMVVM. </description><link>https://www.c-sharpcorner.com/article/master-detail-page-in-xamarin-forms-using-freshmvvm/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/master-detail-page-in-xamarin-forms-using-freshmvvm/</guid><pubDate>Sun, 27 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Use Retrofit 2 With Android Using Kotlin</title><description>In this article, we will learn how to use Retrofit 2 with Kotlin Android to build an application. </description><link>https://www.c-sharpcorner.com/article/how-to-use-retrofit-2-with-android-using-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-retrofit-2-with-android-using-kotlin/</guid><pubDate>Thu, 17 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Use Camera API For Android N And Above Devices In Android</title><description>In my previous article, we learned how to handle “android.os.FileUriExposedException” if we have an app that shares files with other apps using a URI on API 24+. In this article, we will learn how to </description><link>https://www.c-sharpcorner.com/article/how-to-use-camera-api-for-android-n-and-above-devices-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-camera-api-for-android-n-and-above-devices-in-android/</guid><pubDate>Wed, 02 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Handle &amp;quot;android.os.FileUriExposedException&amp;quot; In Android</title><description>In this article, we will learn how to handle “android.os.FileUriExposedException”, if we have an app that shares files with other apps using a URI on API 24+. As of Android N, we need to use FileProvi</description><link>https://www.c-sharpcorner.com/article/how-to-handle-android-os-fileuriexposedexception-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-handle-android-os-fileuriexposedexception-in-android/</guid><pubDate>Mon, 10 Dec 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Use Zxing Intent Integrator In Xamarin.Android</title><description>In this article, we will see how to use Zxing Intent Integrator in Xamarin Android Applications. We have seen a lot of articles about how to integrate Zxing Plugin in Android &amp;amp; iOS Applications. B</description><link>https://www.c-sharpcorner.com/article/how-to-use-zxing-intent-integrator-in-xamarin-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-zxing-intent-integrator-in-xamarin-android/</guid><pubDate>Tue, 27 Nov 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Room Architecture In Android</title><description>In Google I/O 2017, Google announced about Room Architecture for Android. This Architecture is used to maintain the State of Android Application when the orientation changes. As well as google announc</description><link>https://www.c-sharpcorner.com/article/room-architecture-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/room-architecture-in-android/</guid><pubDate>Wed, 21 Nov 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Create Weather App Using Retrofit 2 In Android</title><description>In this article, we will learn How to create our own weather app using Retrofit 2. There are a lot of providers available to provide weather data. In this tutorial we will use the famous provider “Ope</description><link>https://www.c-sharpcorner.com/article/how-to-create-weather-app-using-retrofit-2-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-weather-app-using-retrofit-2-in-android/</guid><pubDate>Tue, 13 Nov 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Upload Multiple Files To Server Using Retrofit 2 In Android</title><description>This article is a continuity of the article “Upload file to server using Retrofit 2 in Android”, where we have learned how to upload file to server. In this article, we will learn how to upload many f</description><link>https://www.c-sharpcorner.com/article/upload-multiple-files-to-server-using-retrofit-2-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/upload-multiple-files-to-server-using-retrofit-2-in-android/</guid><pubDate>Mon, 05 Nov 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Upload Files To Server Using Retrofit 2 In Android</title><description>In this article, we will learn how to upload any file to an online server using Retrofit 2 in Android.</description><link>https://www.c-sharpcorner.com/article/upload-files-to-server-using-retrofit-2-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/upload-files-to-server-using-retrofit-2-in-android/</guid><pubDate>Mon, 29 Oct 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Add Download Listener To WebView In Kotlin</title><description>In this article, we will learn how use add download listener to download files from webview in android using Kotlin.</description><link>https://www.c-sharpcorner.com/article/how-to-add-download-listener-to-webview-in-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-add-download-listener-to-webview-in-kotlin/</guid><pubDate>Thu, 18 Oct 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Customize Snackbar In Android</title><description>Every Android Developer knows about the Snackbar, which is an important component introduced in Material Design. It is similar to Toast used for Android Development. But the Snackbar had provided acti</description><link>https://www.c-sharpcorner.com/article/how-to-customize-snackbar-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-customize-snackbar-in-android/</guid><pubDate>Thu, 11 Oct 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Send Mail Directly From Android Applications In Xamarin.Android</title><description>In this article, we will learn how to send Mail directly from Xamarin Android Application without any Intents. For this, we can MailKit to send mail directly.</description><link>https://www.c-sharpcorner.com/article/how-to-send-mail-directly-from-android-application-in-xamarin-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-send-mail-directly-from-android-application-in-xamarin-android/</guid><pubDate>Mon, 24 Sep 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Clearable Material EditText In Android</title><description>In this article, we will learn how to create and use Clearable EditText without using any Third party library. It is very easy to implement and useful control for our application development.</description><link>https://www.c-sharpcorner.com/article/clearable-material-edittext-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/clearable-material-edittext-in-android/</guid><pubDate>Tue, 11 Sep 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Implementing Google Forms To Android Application</title><description>In this article, we will see how to create a simple feedback system using Google Forms in the back-end. For online applications, we have a separate table for feedback from users. But, for offline appl</description><link>https://www.c-sharpcorner.com/article/google-forms-to-android-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/google-forms-to-android-application/</guid><pubDate>Sun, 02 Sep 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Firebase Google Plus Authentication In Android</title><description>As discussed in our previous posts, we have learned how to perform email authentication and phone number authentication with firebase in android. In this article, we will how to perform Google Plus au</description><link>https://www.c-sharpcorner.com/article/firebase-google-plus-authentication-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/firebase-google-plus-authentication-in-android/</guid><pubDate>Thu, 23 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>KenburnsView In Android Using Kotlin</title><description>In this article, we will learn how use Kenburnsview in Android using Kotlin. Kenburnsview is an awesome Android library that provides an extension to ImageView that creates an immersive experience by </description><link>https://www.c-sharpcorner.com/article/kenburnsview-in-android-using-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/kenburnsview-in-android-using-kotlin/</guid><pubDate>Tue, 14 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Create A Music Previewer In Android</title><description>In this article, we will learn how to create a music previewer like Google play music and register the app as Music Player to the phone. Registering mobile app as Music Player will show our app in sug</description><link>https://www.c-sharpcorner.com/article/how-to-create-a-music-previewer-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-a-music-previewer-in-android/</guid><pubDate>Wed, 01 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Generate QR Code In Android</title><description>In this article, we will learn how to generate QR Code in android. Quick Response Code (QR Code in short) is a 2-Dimensional matrix type barcode used to store data. It is more popular because of its s</description><link>https://www.c-sharpcorner.com/article/how-to-generate-qr-code-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-generate-qr-code-in-android/</guid><pubDate>Mon, 23 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Do AsyncTask In Kotlin</title><description>In this article, we will learn how to perform AsyncTask in android with Kotlin. Async task is used to perform some asynchronous tasks without blocking the main thread. It is very useful in android dev</description><link>https://www.c-sharpcorner.com/article/how-to-do-asynctask-in-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-do-asynctask-in-kotlin/</guid><pubDate>Tue, 17 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Firebase Phone Authentication In Android</title><description>As discussed in our previous posts, Firebase provides User Authentication in many types as Email, Google Plus, Facebook, Phone Authentication and more. </description><link>https://www.c-sharpcorner.com/article/firebase-phone-authentication-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/firebase-phone-authentication-in-android/</guid><pubDate>Mon, 09 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Circular Reveal Animation In Android</title><description>In this article, we will learn how to create layout reveal animation in android. This feature is available by default from Lollipop. For Pre Lollipop Android versions, an awesome library is available </description><link>https://www.c-sharpcorner.com/article/circular-reveal-animation-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/circular-reveal-animation-in-android/</guid><pubDate>Mon, 02 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Perform View Binding In Android Using ButterKnife</title><description>In this article, we will learn how to perform View Binding in Android using ButterKnife which is very useful library in android application development. If you have been developing android application</description><link>https://www.c-sharpcorner.com/article/how-to-perform-view-binding-in-android-using-butterknife/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-perform-view-binding-in-android-using-butterknife/</guid><pubDate>Tue, 26 Jun 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Integrate Google&amp;#39;s reCaptcha Validation In Android</title><description>In this article, we will learn what is reCaptcha for Android and how to integrate the same to Android Apps.</description><link>https://www.c-sharpcorner.com/article/how-to-integrate-googles-recaptcha-validation-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-integrate-googles-recaptcha-validation-in-android/</guid><pubDate>Tue, 19 Jun 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Learn About Android Place Picker API</title><description>In this article, we will learn one of the greatest APIs for android provide by Google is called Place Picker API. This API is used to Pick Place from Google Maps Application without any Map Integratio</description><link>https://www.c-sharpcorner.com/article/learn-about-android-place-picker-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/learn-about-android-place-picker-api/</guid><pubDate>Mon, 11 Jun 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Download Files In Xamarin.Forms</title><description>In this article, we will learn how to download any file from an online server and save it to the local directory of the Android and iOS Phones.</description><link>https://www.c-sharpcorner.com/article/how-to-download-files-in-xamarin-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-download-files-in-xamarin-forms/</guid><pubDate>Tue, 05 Jun 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Import And Export SQLite Database</title><description>In this article, we will learn how to import/export Android SQLite Database directly from an application. We can use an SQLiteImporterExporter library to perform these functionalities.</description><link>https://www.c-sharpcorner.com/article/how-to-import-and-export-sqlite-database/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-import-and-export-sqlite-database/</guid><pubDate>Tue, 29 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Firebase User Authentication In Android - Part Two</title><description> In this part of the series, we will learn more Firebase features</description><link>https://www.c-sharpcorner.com/article/firebase-user-authentication-in-android-part-two/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/firebase-user-authentication-in-android-part-two/</guid><pubDate>Wed, 23 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Firebase User Authentication In Android - Part One</title><description>In this post, we will learn how to implement Firebase Email &amp;amp; Password authentication. To demonstrate how simplified and easy to use Firebase is, we will build a simple login / register (Firebase </description><link>https://www.c-sharpcorner.com/article/firebase-user-authentication-in-android-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/firebase-user-authentication-in-android-part-one/</guid><pubDate>Tue, 22 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Optical Character Recognition By Camera Using Google Vision API On Android</title><description>In this tutorial, we will learn how to do Optical Character Recognition by Camera in Android using Vision API. </description><link>https://www.c-sharpcorner.com/article/optical-character-recognition-by-camera-using-google-vision-api-on-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/optical-character-recognition-by-camera-using-google-vision-api-on-android/</guid><pubDate>Fri, 18 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Kotlin HTTP Example (Using Fuel HTTP)</title><description>After the announcement of Kotlin at Google I/O 2017, we have seen a series of tutorials in Kotlin. If you are new to Kotlin you can learn Kotlin from our previous articles.</description><link>https://www.c-sharpcorner.com/article/kotlin-http-example-using-fuel-http/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/kotlin-http-example-using-fuel-http/</guid><pubDate>Tue, 15 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Connect SQLite With Node.js</title><description>In this article, we will learn how to use connect SQLite with NodeJS and how to perform the CRUD operations with SQLite and NodeJS.</description><link>https://www.c-sharpcorner.com/article/how-to-connect-sqlite-with-node-js/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-connect-sqlite-with-node-js/</guid><pubDate>Sat, 05 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Downloading Files Using OKIO In Android</title><description>In this article, we will learn how to use OKIO Library to download files from server in Android.</description><link>https://www.c-sharpcorner.com/article/downloading-files-using-okio-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/downloading-files-using-okio-in-android/</guid><pubDate>Tue, 01 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>CRUD Operations With Firebase Cloud Fire Store</title><description>In this article, we will learn how to use Firebase Cloud Fire Store in Android and How to do CRUD Operations with Firebase Cloud Fire Store.</description><link>https://www.c-sharpcorner.com/article/crud-operations-with-firebase-cloud-fire-store/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/crud-operations-with-firebase-cloud-fire-store/</guid><pubDate>Sat, 28 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>CRUD Operations In Android SQLite - Kotlin</title><description>Learn how to perform CRUD operations in SQLite using Kotlin for Android development. This tutorial guides you through creating a TODO application step by step, covering database setup, user interface </description><link>https://www.c-sharpcorner.com/article/crud-operations-in-android-sqlite-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/crud-operations-in-android-sqlite-kotlin/</guid><pubDate>Tue, 17 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>How To Create Live Templates In Android Studio</title><description>In this article, we will see how to create Live Templates in Android Studio or IntelliJ IDE products like WebStorm, PHPStorm, etc. Live Templates are very useful to increase the speed of development, </description><link>https://www.c-sharpcorner.com/article/how-to-create-live-templates-in-android-studio/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-live-templates-in-android-studio/</guid><pubDate>Tue, 17 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>Google Smart Lock In Android</title><description>By integrating Smart Lock for Passwords into your Android app, you can automatically sign users in to your app using the credentials they have saved. Users can save both username-password credentials </description><link>https://www.c-sharpcorner.com/article/google-smart-lock-in-android/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/google-smart-lock-in-android/</guid><pubDate>Sat, 07 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item><item><title>RecyclerView In Android - Kotlin</title><description>In this article, we will learn how to work with RecyclerView in Android using Kotlin. </description><link>https://www.c-sharpcorner.com/article/recyclerview-in-android-kotlin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/recyclerview-in-android-kotlin/</guid><pubDate>Wed, 04 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mushtaq M A)</author></item></channel></rss>