Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About Xamarin
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Delpin Susai Raj (18)
Logesh Palani (12)
Ahsan Siddique (7)
Suthahar J (6)
Sumit Singh Sisodia (5)
Anoop Kumar Sharma (5)
Pranav Tiwari (4)
Alain Natalini (3)
Alessandro Del Sole (3)
Rakeshkumar Desai (3)
Mushtaq M A (2)
Anbu Mani (2)
Ajithkumar J (2)
Vijay K (2)
Sekhar Srinivas (2)
Abhishek Kumar Ravi (2)
Omar Bangash (2)
Harikrishnan N (2)
Barath Kumar (1)
Lalit Bansal (1)
Sean Franklin (1)
Praveen Moosad (1)
Josue Yeray Julian Ferreiro (1)
Jose Carlos Macoratti (1)
Aditya Kumar (1)
Oussama Al Rifai (1)
Muhammad Zubair (1)
Nirav Vikani (1)
Munib Butt (1)
Nirmal Hota (1)
Swagata Prateek (1)
Vaikesh K P (1)
Ankit Kanojia (1)
Fabio Silva Lima (1)
Enrique Aguilar (1)
Zeeshan Ali (1)
Related resources for Xamarin
No resource found
Xamarin.Forms - Open App Store Or Play Store In XamarinApp
12/8/2020 8:26:54 AM.
In this article, you will learn how to open the Play Store or App Store in XamarinApp.
Xamarin.Forms - File Browser
11/23/2020 10:59:59 AM.
In this article, you will learn how to pick files from your device, Drive, iCloud in Xamarin.Forms.
Xamarin.Forms - Custom TitleView
11/13/2020 9:06:51 AM.
In this article, you will learn how to create a custom TitleView in Xamarin.Forms.
Xamarin.Forms - Mobile Network Speed Check (Slow Or Fast) In Android
10/26/2020 7:08:12 AM.
In this article, you will learn how to check you mobile network speed(slow or speed) using android native in Xamarin.Forms.
Xamarin.Forms - Network Speed Monitor
10/22/2020 7:50:59 AM.
In this article, you will learn how to monitor you network speed in Xamarin.Forms.
Xamarin Simple Web API Service Call To Save Function For Beginners
10/20/2020 7:35:16 AM.
In this article, you will learn about Xamarin simple web API service call to save function for beginners.
Xamarin.Forms - Support Dark Mode
10/12/2020 7:36:26 AM.
In this article, you will learn how to give support Dark Mode in Xamarin.Forms.
How To Retrieve Your Coordinates On Android And iOS With Xamarin.forms And Xamarin Essentials
8/12/2020 9:03:25 AM.
In this tutorial You'll see how to use Xamarin.Forms and Xamarin Essentials to create a geolocator application.
React Native vs Flutter vs Xamarin - Finding The Best Framework In 2020
7/31/2020 7:48:09 AM.
In this article, you will learn about React Native vs Flutter vs Xamarin and we will discuss finding the best framework in 2020.
Gradient View In Xamarin.Forms Using Magic Gradients
7/29/2020 8:08:45 AM.
In this article, you will learn about Gradient View in Xamarin.Forms Using Magic Gradients.
Covid-19 App In Xamarin Forms
7/26/2020 9:45:25 PM.
During the COVID pandemic situation all over the world, we get an idea to develop an app which has tracking record of the cases by counties and also show safety measures aims
Covid-19 App In Xamarin Forms - Part Two
7/25/2020 6:27:20 AM.
In this article, you will learn about creating a Covid-19 App in Xamarin Forms.
Xamarin.Forms - Debugging WebView
7/16/2020 8:06:11 AM.
In this article, you will learn how to debugging WebView in xamarin forms.
Building Xamarin Mobile Application With Bing News Search Using Cognitive Services
7/13/2020 12:19:10 AM.
The Bing News Search API returns a list of world news from a search query which can be customized.
Building Xamarin Mobile Application With Bing AutoSuggest Using Cognitive Services
7/8/2020 4:07:38 AM.
The Bing Autosuggest API returns a list of suggested queries based on the user enters in the search box. The Bing Autosuggest API returns a list of suggested queries based on what the user enters in
Building Xamarin Mobile Application With Bing Web Search Using Cognitive Services
7/8/2020 3:59:12 AM.
The Bing Web Search API provides an experience similar to Bing.com/Search by returning search results that Bing determines are relevant to the user's query. The API results include Web pages, imag
What Is .NET MAUI?
6/29/2020 9:57:16 PM.
In this article I will explain what is .NET MAUI and where it sits in the .NET ecosystem.
Top 10 Most Popular Articles of Xamarin
6/29/2020 2:08:19 AM.
This article lists the top 10 most-read articles of Xamarin category.
Xamarin Android: Create Login Using SQLite Database
6/29/2020 2:03:39 AM.
In this article, you will create login using SQLite database.
QR Code Scanner In Xamarin.Forms
6/29/2020 1:55:16 AM.
This article demonstrates how to make a QR CodeScanner application using C# and XAML in Xamarin.Forms. QR codes are plastered on advertisements, billboards, business windows, and products. They appear
Animations in Xamarin and Xamarin.Forms
6/29/2020 1:47:09 AM.
This article shows how to add animations to our Xamarin and Xamarin.Forms (iOS, Android and Windows Phone) apps.
Xamarin.Forms - Create A Login Page (MVVM)
6/29/2020 1:37:45 AM.
In this code we created the followings properties: Email, Password and the command SubmitCommand() that we will use in the Login command button in the Login page. We use the ICommand interface that al
Page Navigation Between Two Pages in Xamarin.Forms Using Visual Studio
6/29/2020 1:23:38 AM.
In this article, you will learn how to navigate from one page to another page in Xamarin.Forms, using Visual Studio.
OAuth Login Authenticating With Identity Provider In Xamarin.Forms
6/29/2020 1:04:49 AM.
In this article, you will learn about OAuth Login Authenticating with Identity Provider in Xamarin.Forms .
Local File Storage Using Xamarin.Forms
6/29/2020 12:52:22 AM.
In this article, you will learn about local file storage, using Xamarin.Forms.
Xamarin Android: Create Left Navigation Drawer Layout
6/29/2020 12:42:11 AM.
In this article you will create a new Xamarin Android Left Navigation Drawer Layout.
Xamarin.Forms: Image Button Recipe
6/29/2020 12:28:17 AM.
Tweak to add image buttons into your app. We will learn how to create an Image Button in Xamarin Forms.
Xamarin.Forms (Android): Workaround For Splash Screen With Logo, Custom Background and Animation
6/29/2020 12:14:29 AM.
This article shows how to build an Android App with splash screen with a logo, animation and custom background using Xamarin.Forms and Visual Studio.
Xamarin.Forms - Enable Default Zooming In Webview
6/19/2020 7:27:22 AM.
In this article, you will learn how to enable webview default zooming in xamarin forms.
Multilingual Implementation Using Xamarin.Forms
6/17/2020 7:26:11 AM.
In this article, you will learn about Multilingual Implementation using Xamarin.Forms.
Xamarin.Forms - Working With PDFView And Pinch Zoom
6/16/2020 5:41:51 AM.
In this article, you will learn how to implement PDF view with pinch zoom in xamarin forms.
Camera Integration In Xamarin
6/15/2020 5:44:51 AM.
In this article, you will learn about camera integration in Xamarin.
Creating A Data Storage Mechanism
6/14/2020 7:12:52 AM.
In this article, you will learn about the data storage mechanism.
Longpress Event For Image In Xamarin.Forms
6/9/2020 8:10:41 AM.
We will make custom control in which we will add a longpress event and command in the control.
Xamarin Forms 4.6
6/1/2020 6:07:15 AM.
In this article, you will learn about Xamarin Forms.
Xamarin Forms Pulse View
5/19/2020 9:45:17 PM.
In this article you will learn about Xamarin Forms Pulse View.
Xamarin.Android - Gesture Detector
5/18/2020 7:57:26 PM.
The gesture detector means finger movement in the touchscreen interface. The gesture types are Tab, Drag, Flick, Swipe, Double Tab, Pinch, Three Finger Pinch, Three Finger Swipe, Touch, Hold, Rotate,
Xamarin.Forms - DataGrid
5/15/2020 9:22:33 AM.
The DataGrid is format or architecture to show a set of data in the user interface. In Xamarin Forms there is no default DataGrid control, so we need to install “Xamarin.Forms.DataGrid” dependency.
Xamarin UiTest Backdoor Method
5/13/2020 6:41:17 PM.
In this article, we learn about the backdoor methods in Xamarin.Uitest
Microsoft Surface Duo Setup and Xamarin Forms-Based Android Application Example
5/12/2020 2:46:17 PM.
I have explained how to setup Microsoft surface duo emulator and shown a demo of an Xamarin forms-based Android application in this article. You will be able to run the Microsoft Surface Duo emulator
Building a .NET Mobile Application
4/24/2020 3:25:38 PM.
In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second article,
How To Create An Azure Back-End For A Xamarin.Forms Application
4/18/2020 1:12:05 AM.
This first part will show you how to work on Microsoft Azure to create a Back-End for a mobile application, how to create an Azure SQL Database and their relative server.
How to Create an Azure Back-End for a Xamarin.Forms Application - Part Two
4/9/2020 3:49:40 PM.
This is the second and final part of the article about how to create an Azure Back-End for a Xamarin.Forms application.
New Features Of Xamarin.Forms 4.4
4/9/2020 2:19:30 AM.
In this video, I have explained about the new features introduced in Xamarin.Forms 4.4 such as GIF Animations, SwipeView, Enhancements performed on the CarouselView and a new element called as Indicat
Start App Development With Xamarin
3/31/2020 1:27:23 PM.
In this article you will learn how to create an Android app with Xamarin.
Hello World in Xamarin
3/31/2020 12:29:09 PM.
In this article you will learn how to create an Android App with Xamarin.
Hello World Application in Xamarin
3/31/2020 11:42:56 AM.
In this article, we will learn how to create a simple Hello World Application for Android device using Xamarin / Mono for Android.
Creating Splash Screen For Android App in Xamarin
3/31/2020 11:32:47 AM.
In this article, we will learn how to create a Splash Screen for an Android Application in Xamarin / Mono for Android.
Auto Complete Text View in Xamarin
3/31/2020 11:18:22 AM.
This article explains how to use an AutoCompleteTextView Control in an Android application in Xamarin / Mono for Android.
CheckBox Widget in Xamarin
3/31/2020 7:41:59 AM.
In this article, we will see how to use a CheckBox widget control and the CheckBox's CheckedChange event in Xamarin.
Pass Data From One Activity to Another Using Intent in Xamarin
3/31/2020 7:10:54 AM.
In this Article, we will learn how to pass data from one activity to another using Intent in Xamarin.
Xamarin.Forms - Build Auth App With Node.Js And MongoDb
3/30/2020 9:39:12 AM.
In this article, you will learn about Xamarin.Forms - Build Auth App With Node.Js and MongoDb.
Working With DependencyService in Xamarin
3/27/2020 3:13:05 AM.
This article demonstrates the platform-specific tweaks when using the DependencyService of Xamarin.
Introduction to Xamarin.Android With MVVMCross
3/27/2020 1:17:35 AM.
An easy to understand introduction to Xamarin.Android With MVVMCross
Xamarin Project Architecture
3/22/2020 3:28:07 PM.
This article is about the architecture of Xamarin Environment in Visual Studio on Mac.
Face Detection In Xamarin.Android
3/21/2020 12:47:04 PM.
Here we are going to discuss about creating a small application to take picture and detect faces in that picture.
Xamarin.Forms - Useful String Converters for Your Text
3/11/2020 4:14:41 PM.
In this article, I will share some useful string converters for Xamarin.Forms that I use in my daily work to format specific content
Xamarin.Forms - Biometric Authentication With Fingerprint And Face ID
3/11/2020 11:27:10 AM.
In this article I will explain how to implement biometric authentication in Xamarin.Forms, using the CrossFingerPrint plugin.
Xamarin.Forms - Handle The Safe Area On iPhone X And Higher Models
3/4/2020 1:52:53 PM.
In this article, I will explain how to handle the safe area in Xamarin.Forms project for devices like iPhone X, XS, XR
Login And Registration Functionality In Xamarin.Android
3/2/2020 3:42:25 AM.
For this article, the purpose of the code is to create a Login & Registration Functionality in Xamarin.Android.
HotReload With Wi-Fi Debugging Gives More Power To Xamarin Forms
2/28/2020 8:54:06 AM.
The Wi-Fi debugging is another way to deploy and debug your application in Android and iOS devices. A couple of months back Microsoft released Xamarin HotReload for continuous change the values in the
How to Use Oxyplot Chart in Xamarin iOS
2/24/2020 6:05:23 PM.
Showing data in a chart/graph is much easier to understand. In Xamarin iOS no default option to show the chart. We must use a third-party plugin to show charts.
Xamarin.Forms - How to Use BindableProperty In Effects
2/23/2020 4:21:57 PM.
In this article, you will learn how to use BindableProperty Effects in Xamarin.Forms.
Mobile Blazor Bindings - Develop In Xamarin Using Blazor
2/18/2020 11:02:06 AM.
Imagine joining technologies like Xamarin, Blazor, and .NET Core to develop mobile applications using Razor Views instead of XAML.
Xamarin.Android - Working With Node.js And MongoDB - Part Two
2/18/2020 9:58:08 AM.
In this article, you will learn about Xamarin.Android. - Part Two
SideMenu In Xamarin iOS
2/17/2020 1:10:36 PM.
In this blog demonstrates how to use a sidebar in Xamarin iOS, since there is no default function for the sidebar or Navigation bar view. We can archive this using Xamarin.Sidebar Nuget without puttin
Custom Table View In Xamarin iOS
2/17/2020 11:17:04 AM.
TableView and their default cell behaviors. Now, we going to learn about how to use a custom table view cell in TableView.
Xamarin.Android - Working With Node.js And MongoDB - Part One
2/17/2020 8:27:38 AM.
In this article, you will learn about Xamarin.Android - Working With Node.Js and MongoDB.
Beginnings Of Xamarin Android For Developers Of Android Studio
2/17/2020 12:32:31 AM.
This tutorial will allow traditional developers that use Android Studio, to start the development of applications in Xamarin Android with Visual Studio.
Xamarin.Forms - Tint Image Color Using Effects
2/14/2020 8:45:04 AM.
In this article, you will learn how to change image color using Tint Image Effects in Xamarin.Forms
Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part Two
2/13/2020 8:37:30 AM.
In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol
Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part One
2/13/2020 8:33:41 AM.
In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol.
Xamarin UI Challenge
2/12/2020 8:53:14 AM.
In this article, you will learn about Xamarin UI Coding for Xamarin Developers.
Xamarin.Android - Duplicate Image Detector
2/11/2020 11:27:03 PM.
This article is all about developing real-life mobile applications in Xamarin.Android with the help of a hashing algorithm that will be used for detecting duplicate images from any mobile device with
Xamarin.Android - Realtime App with SignalR ASP.Net Core
2/11/2020 9:42:28 AM.
This article is all about building Xamarin.Android realtime app with SignalR ASP.Net Core.
PopUp Login & Signup Form in Xamarin.Forms Using AbsoluteLayout
2/10/2020 11:09:01 PM.
How to create a login and signup form on a single page in Xamarin.Form for cross-platform by using ContentPage and different Layouts like AbsoluteLayout, StackLayout, and ContentView.
Creating Xamarin iOS Binding For Razorpay Payment Gateway
2/5/2020 8:22:54 AM.
This article explains the creation of Xamarin iOS binding for RazorPay payment gateway
How To Pick A Document In Xamarin.iOS
2/5/2020 12:37:13 AM.
This article demonstrates how to pick a file in the iOS device in the Xamarin iOS application. In-default must enable the iCloud provisioning certificate, however, I need to pick from the local device
OTP View In Xamarin iOS
1/30/2020 9:07:44 AM.
I will explain how to create OTP View in Xamarin iOS without using third party plugins.
Creating Xamarin Android Binding For RazorPay Payment Gateway - Part One
1/30/2020 8:50:06 AM.
This article explains a step by step method of creating a Xamarin Android binding for RazorPay payment gateway.
Xamarin.Forms - Working With RefreshView
1/24/2020 5:52:31 PM.
In this article, you will learn how to implement Pull to Refresh the Entire Page using RefreshView in Xamarin.Forms.
Setup Xamarin UI Tests In Visual Studio Appcenter
1/23/2020 10:43:54 PM.
This article explains how to setup Xamarin ui tests in Appcenter.
Xamarin.Forms 4.4 Controls - Part Two
1/23/2020 8:40:55 PM.
In this article, you will learn about new Controls in Xamarin.Forms 4.4.
Xamarin.Forms 4.4 Controls
1/23/2020 7:48:33 PM.
In this article, you will learn about new controls released as a part of xamarin.forms 4.4.
How To Use Multiple View Controller In Single Page In Xamarin iOS
1/20/2020 9:16:14 PM.
In this blog, I will explain how to handle multiple view controllers on a single page in Xamarin iOS.
Xamarin.Forms - Getting Started With Prism
1/18/2020 3:15:16 AM.
In this article, you will learn how to use Prism in existing Xamarin.Forms app.
Xamarin UI Test
1/16/2020 10:35:10 AM.
This article is about the Xamarin UI test Cases.
How to Prevent Memory Leak and Profiling in Xamarin Applications
1/10/2020 7:37:35 AM.
In this article, you will learn how to prevent memory leak and profiling in Xamarin applications.
Android Application Aunthetications Using Xamarin.Forms
1/8/2020 9:01:56 AM.
This article describes Android Application Authentications for microphone location, camera, media files, contacts, etc.
Xamarin.Forms - Working With Effects
12/18/2019 7:54:24 AM.
In this article, you will learn how to use Effect instead of Custom renderer in Xamarin.Forms.
Table View In Xamarin iOS - Part Two🚀
12/16/2019 10:24:44 AM.
In this article, we are going take a look into different UITableViewCell built-in styles in given Xamarin.iOS.
Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel
12/4/2019 4:45:02 PM.
In this article, you will learn how to use Appearing and Disappearing in MVVM ViewModel using EventToCommand Behavior in Xamarin.Forms.
Xamarin.Forms - Converter In MVVM Using IValueConverter
12/4/2019 9:07:24 AM.
In this article, you will learn how to use Converter in MVVM using IValueConverter in Xamarin.Forms.
Xamarin.Forms - Compiled Bindings
12/3/2019 10:10:54 AM.
Learn what compiled bindings in Xamarin.Forms are and how to use them to improve performance and avoid spelling errors.
Xamarin.Forms - Bindable Layout
12/2/2019 10:05:32 PM.
Learn Bindable Layout and how to use it in Xamarin.Forms.
Custom Popup Dialog In Xamarin Android
11/26/2019 8:38:25 AM.
In this article, you will learn how to create a custom view and set the layout to popup layout in a Xamarin Android application.
Simple Table View in Xamarin iOS
11/6/2019 6:57:46 AM.
In this article, we will learn to create a simple table view in Xamarin iOS. Table View is a view for displaying the list of data in the scroll function.
Using CollectionViews of Xamarin.Forms 4
10/24/2019 12:22:56 AM.
In this video, I have explained in detail how to use the CollectionView from Xamarin.Forms 4 with demos. By the end of this video, you will get a clear idea on how to work with the CollectionViews of
Xamarin.Forms - MVVM ViewModel Locator Using MVVM Light
10/21/2019 9:27:53 AM.
In this article, you will learn how to create a MVVM ViewModel Locator using MVVM Light in Xamarin.Forms.
Use XAML Previewer To Preview Data In Xamarin Forms
10/17/2019 7:18:33 AM.
In this article, you will learn about XAML Previewer and how it is used to see design time preview of data in Xamarin.Forms