TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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]
Ahsan Siddique (29)
Logesh Palani (17)
Mohammad Irshad (15)
Ajith Kumar (6)
Delpin Susai Raj (6)
Satyaprakash Samantaray (5)
Sumit Singh Sisodia (4)
Mushtaq M A (3)
Ravi Shankar (3)
S.Ravi Kumar (2)
Rebai Hamida (2)
Ammar Shaukat (1)
Rafnas T P (1)
Karthick R (1)
Vijayaragavan S (1)
Suchit Khunt (1)
Umair Hassan (1)
Mahesh Chand (1)
Jose Carlos Macoratti (1)
Related resources for Xamarin
No resource found
Xamarin.Forms Tip - The Easiest Way To Convert A PCL Project Into .NET Standard Project
1/25/2018 12:39:37 PM.
Microsoft updated the Xamarin.Forms project templates in VS 2017 to use .Net Standard instead of PCL for writing the shared code (including the Xamarin.Forms UI more details here) as NET Standard is t
Custom Cells In TableView In Xamarin.iOS Application
1/23/2018 11:33:34 AM.
In this article, we will use TableView using custom cells in Xamarin. We have an application with the table view having a list of employees with the required details.
Xamarin.Forms - Pages
1/23/2018 11:11:03 AM.
In the previous chapter, I explained how you can prepare your environment for Android or iOS application development, in this chapter I will start presenting the structure of our page in Xamarin.Forms
Swipe Table Cell To Perform RowAction In TableView In Xamarin.iOS
1/22/2018 1:57:38 PM.
In this article we will learn how to create an IOS application using Xamarin. We will learn how to add and work with table view and its row swipe action. We will have a table of content and we will sw
Checking Battery Status Using Xamarin.Forms
1/21/2018 1:00:26 PM.
This article is about checking battery status in Xamarin.Forms.
Sharing Data To Third-Party Services
1/20/2018 5:28:16 AM.
The ActivityViewController is a controller that allows the current application user to share the data in the form of text, images etc easily between the current application and services. There are a n
HTML Parser In Xamarin.Android Using jsoup
1/20/2018 5:28:05 AM.
In this article, we will learn how to parse an HTML page using jsoup in Xamarin.Android.
XAML Progress Bar In Xamarin.Forms
1/19/2018 12:21:44 AM.
Long running tasks in any application make the application or software non-responsive. So keep the user updated about the running task and also keep the application responsive during long running task
Activity Indicator In Xamarin.iOS
1/17/2018 11:20:26 PM.
In this article, we are going to create a simple xamarin.Ios application that will have the activity indicating some background task is going on. We will use activity indicator that will animate on th
Toolbar In Xamarin.iOS Application View
1/17/2018 11:17:40 PM.
In this article, we are going to create Xamarin application that contains toolbar item with respective tools and functionality. Tools like add, edit, refresh, search in form of icon or text can be ap
MVVM Databinding In Xamarin.Forms Using Fresh MVVM
1/16/2018 11:17:20 PM.
In this tutorial, we will learn how to perform MVVM approach in Xamarin.Forms using Fresh MVVM.
Segmented Control In Xamarin.iOS
1/16/2018 4:49:22 PM.
In this article, we are going to create a Xamarin iOS application that contains UI Segmented control that let the user select the value between the certain range of values. We will create a simple app
Drawing Pad or Signature Pad For Android Using Xamarin.Forms
1/16/2018 1:13:37 AM.
This article will explain how to create a drawing pad or signature pad for Android OS using Xamarin Forms.
Building A Tabbed Application In Xamarin iOS Application
1/15/2018 4:02:44 PM.
A tabbed application is a kind of app which has a bunch of buttons at the bottom of your iPhone. When you tap any button, it changes to a different page. We will learn how we can develop this function
Xamarin.Forms - FFImageLoading App
1/12/2018 11:21:15 PM.
In this article, let us learn how to add and display gif, svg, jpg images with transformation in Xamarin.Forms application.
How To Create And Use A Blurred Image In Xamarin.Forms
1/11/2018 4:25:49 PM.
This article demonstrates how to create and use a blurred image in Xamarin.Forms, XAML, and C#. This article starts with the introduction of the Blurred Image tag in XAML.
Xamarin.Android - Circle ProgressBar In Android
1/10/2018 5:33:28 PM.
In this article, you will create Android App on circle progressbar
How To Bring Internet Connectivity To Xamarin.Forms Application
1/10/2018 5:29:34 PM.
How To Bring Internet Connectivity To Xamarin.Forms Application
Xamarin.Forms Tools - XAML Previewers
1/10/2018 11:06:41 AM.
Initially, when Xamarin.Forms were released, the biggest challenge in developing the mobile application was to develop its UI as there were no drag and drop designers available for it like storyboard
Setting Up Xamarin Development Environment In Windows And iOS
1/10/2018 10:58:54 AM.
This course aims to introduce Xamarin multi-platform development framework in my way of learning.
Pin Coordinates To External Maps In Xamarin.Forms
1/9/2018 10:40:16 AM.
In this tutorial, we will learn how to pin Latitude and Longitude Coordinates in External maps in Xamarin.Forms. The Coordinates are pinned with Google Maps in Android and Apple Maps in iOS.
Xamarin.Forms Custom Switch Control
1/9/2018 10:16:32 AM.
This article demonstrates how to create and use a Custom Switch control in Xamarin.Forms, XAML, and C#.
Retrieving Weather Info In Xamarin.Forms Application For Android And UWP
1/7/2018 12:45:00 PM.
Reading this article, you can learn about retrieving weather details using API key from openweathermap.org in Xamarin Forms application for Android and Universal Windows Platform.
Login And Registration Functionality In Xamarin.Android
1/7/2018 12:22:55 PM.
For this article, the purpose of the code is to create a Login & Registration Functionality in Xamarin.Android.
How To Dynamic List View In Xamarin.Forms
1/7/2018 11:38:23 AM.
This article is about Dynamic List View Image Resizing in Xamarin.Forms.
Xamarin.Forms - Deep Linking Application Using SQLite
1/6/2018 11:56:53 AM.
Android deep links open a specific page within an app and optionally pass data to it. Developers may find deep links particularly useful for actions such as clicking a notification or sending an app l
SearchBar View With SearchContent In Xamarin.Forms Application
1/6/2018 4:41:48 AM.
SearchBar view control is the control that provides you the way to search from the list of content. It has the events 'SearchButtonPressed', 'TextChanged' for performing actions respec
Customize Slider Control In Xamarin.Forms
1/6/2018 4:40:59 AM.
This article demonstrates how to create and use a Customize Slider control in Xamarin.Forms, XAML, and C#. This article starts with the introduction of the Customize Slider tag in XAML. After that, it
Xamarin.Forms Custom Entry
1/3/2018 1:56:12 AM.
This article demonstrates how to create and use a Custom Entry control in Xamarin.Forms, XAML, and C#.
Xamarin.Forms - Dynamic GridView
1/2/2018 7:08:24 PM.
This article demonstrates how to create Dynamic GridView using Xamarin.Forms. If you ever need to show something in a data-bound grid view that is not in your data source, just create that extra row d
Xamarin.Android - QR Code Reader By Mobile Camera
1/2/2018 5:23:25 PM.
Today, I shall show you how to create a QR code reader with Mobile Camera Android application in Xamarin.
Xamarin.Forms - Expandable ListView App
1/2/2018 4:40:49 PM.
In this article, we will discuss how to create an expandable listview in Xamarin.Forms application using Visual Studio 2017.
Xamarin.Forms - Google Maps API
1/2/2018 10:38:07 AM.
In this article, we will learn how to use Google Maps API in Xamarin.Forms application.
Xamarin.Android - Finger Print Authentication
12/31/2017 3:46:47 AM.
Today, I shall show you how to develop fingerprint authentication application in Xamarin.Android.
Xamarin.Android - Working With Recycler View
12/30/2017 3:47:43 PM.
In this tutorial, we are going to learn how to render a simple RecyclerView with a custom layout
How To Display Analog Clock Using BoxView In Xamarin.Forms
12/29/2017 11:50:14 AM.
Although Xamarin.Forms doesn't have a vector graphics programming interface, it does have a BoxView. Although normally used for displaying rectangular blocks of color, BoxView can be sized, positi
Support Multiple Languages In Xamarin.Forms Application
12/27/2017 11:25:42 PM.
In this article, we are going to make an application through which we can support multiple languages in our Xamarin.forms application.
Xamarin.Android - To Do List App
12/27/2017 1:30:49 PM.
In this article, I shall show you how to make a To Do List app in Xamarin.Android.
Xamarin.Android - Download Image From URL With Progress-Bar
12/27/2017 1:06:26 PM.
In this article, you will learn how to download an image from a URL address into your Xamarin Android application.
Xamarin.Android - Logo Quiz Game
12/26/2017 1:29:21 PM.
Test your knowledge in this logo quiz game! From Transformers to Minecraft, find out how many world famous logos you recognize.
QR Code Scanner In Xamarin.Forms
12/23/2017 11:56:42 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
Fluent Validation With MVVM In Xamarin Forms Application
12/22/2017 4:23:26 AM.
Fluent Validation is used to create the validation logic separate from business logic for any type of objects you want to validate.
ContextMenu In Xamarin.Forms Application
12/21/2017 10:25:44 PM.
In this article, we will learn how to add a ContextMenu on the list view having cell items in Xamarin.Forms application.
MasterDetailPage In Xamarin Forms Application
12/21/2017 10:24:23 PM.
MasterDetailPage is the main page that is responsible for two related pages. It contains the master page that has items and the detail page that shows the details about the items present on master pag
Xamarin.Android Custom Tab And ListView Using C# - Part Five
12/21/2017 10:37:17 AM.
In this module, I have added some tabs and put some listviews on every tab page.
Xamarin.Forms - Custom Background Image Animation In UWP
12/21/2017 10:34:54 AM.
In this article, we are going to learn about how to add custom user image animation control in UWP
Xamarin.Android - Working With Firebase Database - Part Two
12/20/2017 11:48:36 PM.
Today, we are going to learn how to save and retrieve data from Firebase in Android.
Xamarin.Forms - Bottom NavigationBar
12/20/2017 10:38:11 AM.
In this article, you will learn how to create a Bottom NavigationBar in Xamarin.Forms.
Xamarin.Android - Working With Firebase Database - Part One
12/19/2017 10:32:18 PM.
Today, we are going to learn how to save and retrieve the data from Firebase in Android.
Add Email Authentication To Xamarin.Android App Using Firebase - Part Two
12/19/2017 7:14:21 PM.
Today, I am going to show you how to add Email authentication in Android using FireBase.
Text To Speech In Xamarin.Forms
12/18/2017 12:41:32 PM.
This article demonstrates how to create Text To Speech application using C# and XAML in Xamarin.Forms.
Add Email Authentication To Xamarin.Android App Using Firebase - Part One
12/18/2017 12:32:20 PM.
Today, I am going to show you how to add Email authentication in Android using FireBase.
Xamarin.Android - SQLite Database
12/17/2017 2:55:49 PM.
In this article, I shall show you how to handle all database CRUD operations using SQLite.
Xamarin.Forms - Rounded BoxView Using Custom BoxRenderer
12/16/2017 1:35:08 PM.
In this article you will learn how to Create Rounded BoxView Using BoxRenderer in Xamarin forms.
Xamarin Android - Working with Existing DB
12/16/2017 1:17:49 PM.
In this article, I shall show you how to retrieve user data from existing SQLite Database.
MVVM Lite For Data Binding In Xamarin.Form
12/16/2017 6:33:21 AM.
We are using MVVM light that will provide the facility to implement Model-View-ViewModel. This is the quick way for development of an application and also provides a user the facility to customize and
Xamarin.Forms - Working With Directory Using DependencyService
12/15/2017 5:55:10 PM.
In this article, you will learn how to Create a Directory , Rename Directory and Delete using DependencyService in Xamarin forms.
Two-Way Binding Or MVVM In Xamarin.Forms Application
12/15/2017 1:13:48 AM.
In this article, we are going to learn how to apply two-way binding in Xamarin forms application with the help of InotifyPropertyChanged System component model.
Xamarin.Android - Stop Watch Seconds And Milliseconds
12/14/2017 12:26:47 PM.
In this article, I shall show you how to make a simple stop watch app in Xamarin Android. A stopwatch is a handheld timepiece designed to measure the amount of time elapsed from a particular time when
Xamarin.Forms - Messaging App
12/14/2017 5:01:49 AM.
In this article, we are going to learn about messaging plugin and discuss how to use it in xamarin.forms application by using visual studio 2017 15.5
Xamarin.Forms - Working With Files Using DependencyService
12/13/2017 8:17:12 PM.
In this article, you will learn how to create a file using Dependency Service in Xamarin.Forms.
Xamarin.Forms - WebView With ProgressBar
12/13/2017 11:09:32 AM.
In this article, we will learn how to use ProgressBar in WebView in Xamarin.Forms application using Visual Studio 17 15.5 preview.
Xamarin.Forms - Microcharts App
12/11/2017 7:26:02 PM.
In this article, we are going to learn how to display micro-charts in single line code for Xamarin.Forms.
Xamarin.Android - Spelling Checker App
12/11/2017 7:25:32 PM.
In this article, I shall show you how to make a simple spell checker app in Xamarin Android.
Xamarin.Forms - Geolocation App
12/11/2017 7:24:55 PM.
In this article, we are going to learn how to access our GPS hardware in Xamarin.Forms Application and get our location of latitude and longitude.
Xamarin.Forms - Multilingual App
12/10/2017 12:06:52 PM.
In this article, we are going to learn how to create a multi-language application using Visual Studio 2017 15.5
Xamarin.Android - Gesture Overlay View
12/10/2017 12:06:08 PM.
In this article, I shall show you how to create Gestures using Gesture Overlay View in Xamarin Android
Xamarin.Android - Simsimi Chat App
12/9/2017 4:58:45 PM.
Today, I shall show you how to make a simple Simsimi chat application.
Xamarin.Android - User Input Dialog
12/9/2017 2:18:45 PM.
This article is an attempt to demystify the use of dialog box to gather user input. It is not intended to be exhaustive, rather, it is aimed at new or beginning programmers.
Xamarin Android - A Quick Demonstration Of SignalR
12/9/2017 3:34:57 AM.
In this article, I shall show you a quick demonstration SignalR in Xamarin Android app.
Xamarin.Forms - Video Player App
12/8/2017 5:40:39 PM.
In this article, we are going to learn about how to create a media player in Xamarin.Forms application. Play audio and video in local or remote control for that project.
Xamarin.Android - Flags Quiz Game App - Part Two
12/8/2017 12:10:34 PM.
In this article, we shall learn how to build a flags quiz game in Xamarin Android. Flag quiz basically is a simple game that can develop your knowledge about countries' flags.
Xamarin.Android - Upload An Image To Firebase Storage
12/8/2017 11:56:45 AM.
Today, I am going to show you how to upload an image to Firebase storage and then show that uploaded image in Firebase Storage.
Login Window Xamarin.Forms UWP App With Blocking Feature If Incorrect Login
12/7/2017 11:03:06 PM.
In this article, we are going to create the login window application that will take UserId and Password as its credentials and prompt success if correct credentials are passed.
Xamarin.Forms - Border Shadow Effects Using Custom Frame Renderer
12/7/2017 2:21:55 PM.
In this article, you will learn how to use Border Shadow Effects Using Frame Renderer in your controls in Xamarin forms.
Xamarin.Android - Flags Quiz Game App - Part One
12/6/2017 5:14:54 PM.
In this article, we shall learn how to build a flags quiz game in Xamarin Android.
Xamarin.Android - Making A Weather App
12/6/2017 5:14:45 PM.
In this article, I shall show you how to make a waether app using Open Weather Map API by geographic coordinates.
Xamarin.Forms - Text App
12/6/2017 1:38:21 AM.
In this article, we are discuss about how to display text in different styles and font sizes in Xamarin.Forms using Visuaal Studio 2017
Xamarin.Forms - Hierarchical Navigation App
12/2/2017 1:30:03 PM.
In this article, we are discussing how to create a hierarchical navigation application in Xamarin.Forms using Visual Studio 2017
Xamarin.Forms - Border Shadow Effects Using Frame
11/30/2017 4:41:28 PM.
In this article, you will learn how to use Border Shadow Effects in your controls in Xamarin Forms.
Xamarin.Forms - BugSweeper App
11/28/2017 10:54:46 AM.
In this article, we will learn how to create BugSweeper application in Xamarin.Forms using Visual Studio 2017.
How To Use Xamarin Live Player (Preview) Using Visual Studio 2017 15.4
11/26/2017 12:58:46 PM.
Learn how to deploy a Xamarin.forms or native application using Xamarin Live Player.
Xamarin.Forms - Modal Pages
11/22/2017 10:49:59 PM.
In this article, we will learn how to create modal pages in Xamarin.Forms using Visual Studio 2017.
Xamarin.Forms - Camera App
11/22/2017 6:17:50 PM.
In this we will learn how to create your own camera application and showing the last captured image.
Xamarin.Android - Create A Chat App Using ASP.NET And SignalR
11/22/2017 3:07:28 AM.
Today, I demonstrate you how to build a signalr chat client application using asp.net and xamarin.android with azure.
Xamarin.Android - QR Code Reader App
11/21/2017 9:24:25 AM.
In this article, I shall show you how to make a QR code reader app in Xamarin.Android.
Xamarin.Android - Working With MongoDB
11/21/2017 9:13:57 AM.
Today, I will show you how to create MongoDB and how to use MongoDB using Xamarin.Android.
Make A Text Recognition App Using Xamarin.Android
11/20/2017 10:51:09 AM.
Today, I shall show you how to create a Text Recognition app using Xamarin Android. I shall used Xamarin Google-Play-Services Vision for text recognition.
Xamarin.Android - Text Recognition By Mobile Camera
11/20/2017 10:49:29 AM.
Mobile Vision is an API which helps us to find objects in photos and video, using real-time on-device vision technology.
Xamarin.Forms - Design Catclock Using SkiaSharp
11/18/2017 12:18:10 PM.
In this article we will discuss about how to paint 2D images using SkiaSharp in Xamarin forms using Visual Studio 2017
What Is Embeddinator-4000
11/18/2017 8:14:20 AM.
Learn and download Embeddinator-4000
Create App Using Xamarin.Android Using C# - Part Four
11/17/2017 7:17:23 PM.
Xamarin.Android has native user interface controls. These controls can be easily added to Xamarin.Android apps using the Android Designer or programatically via XML layout files. Xamarin.Android expos
Building A Reminder Application In Xamarin.Android
11/17/2017 7:17:00 PM.
This is simple Reminder Application that will remind the particular things (eg: Remind for shopping, remind for particular office work/meeting, remind for go to particular place etc etc). This applic
Xamarin.Android Player Using C# - Part Three
11/16/2017 4:01:45 PM.
it can be simpler and more cost effective to simulate/emulate Android hardware using a tool such as the Xamarin Android Player.
Xamarin.Forms - Create A Login Page (MVVM)
11/15/2017 5:56:48 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
Steps To Configure Xamarin.Android Emulator Performance - Part Two
11/14/2017 6:16:17 PM.
Xamarin is a cross-platform development tool. With Xamarin, you can use C# for iOS, Android, and Universal Windows apps. And with Xamarin Forms, interface design for all three platforms can be accompl
Xamarin.Forms - Login Flow APP
11/13/2017 3:19:38 PM.
In this article, we will discuss how to create login system in Xamarin.Forms using Visual Studio 2017
Introduction To Xamarin.Android Using C# - Part One
11/10/2017 12:39:44 PM.
Xamarin.Android will create native Android applications using modern language (C#), .NET Base Class Library Visual Studio. Xamarin is a cross-platform development tool. It solves dilemmas many develop
Alphabets to Numbers Translator For Calling In Xamarin.Android
11/9/2017 11:40:42 PM.
In this article, we will learn how to build Call Translator App for Xamarin Android. This is a simple app for learning some basics for beginners and you can also create it in Android Studio but I like
Create A Flash Light App In Xamarin.Android Using Visual Studio
11/9/2017 11:40:31 PM.
Here it goes, My friend receive Samsung mobile phone few month ago. She like it in particular, yet one thing that it doesn't accompany is the toolbox for fundamental utilities. One of them is the