Thursday 7 June 2018

The differences between =, == and === in JavaScript:

Hi All,

I hope you are doing.

This article demonstrates what are the differences between =, == and === in JavaScript.

Tuesday 29 May 2018

Inversion of Control (IoC) in C#

Hi All,

I hope you are doing well and good.

This article demonstrates that what is "Inversion of Control(Ioc)" and How to use it in real time applications.

Dependency Injection in C#

Hi All,

I hope you are doing good.

This article demonstrates that what is "Dependency Injection" and how to use this to make the code loosely coupled.

Dependency Injection(DI)
Dependency Injection is the process of injecting (converting) coupled (dependent) objects into decoupled (Independent) object is called Dependency Injection(DI).

Thursday 24 May 2018

Display popup using Absolute layout in Xamarin Forms

Hello All,

I hope you are doing well and good.

This article demonstrates how to display popup using the Absolute layout in Xamarin Forms.
We have to do following things to display popup in Xamarin Forms.

Wednesday 23 May 2018

How to mask phone number like XXX-XXX-XXXX in Xamarin Forms using Behaviors?

Hello All,

I hope you are doing well and good.

Introduction:
This article demonstrates how to mask phone number filed like XXX-XXX-XXXX using Xamarin Forms Behaviors concept.

Tuesday 22 May 2018

Download PDF into device on tapping/clicking link button in Webview using Xamarin Forms

Hi Everyone,

In this post I will gonna be explaining about how to download PDF file into device on tapping/clicking the link button in webview Xamarin Forms.

Please follow the below steps to accomplish above task.

How to hide menu options (Cut, Copy, Paste ... etc ) for Xamarin Forms Entry

Hi Everyone,
In this post I will gonna be explaining about hiding the menu options like Cut, Copy, Paste ... etc for Xamarin Forms Entry.

When it is useful ?
  1. We can restrict the user from copy pasting the text in case of Password and Confirm password.
  2. We can restrict the user from copy pasting the bank account details ... etc

How to make phone call, send SMS, send Email in Xamarin Forms without using additional nuget package.

Hi All, I hope you are doing good.

In this post I am gonna be explaining about following.
  • How to open text through “Messages” application once we click on Message button.
  • How to open “dialer with phone number” once we tap/click on Dial button.
  • How to open mail application with populated data once we provide all to mail(s), Email subject and Email body on taping/clicking Mail button.

Monday 21 May 2018

How to resolve error "Emulator: Incompatible HAX module version 3, requires minimum version 4" ?

Hi Everyone,

In this post we will gonna be know about how to resolve “Emulator: Incompatible HAX module version 3, requires minimum version 4” error.

Thursday 17 May 2018

How to check internet connection in device using Dependency Service in Xamarin Forms

Hi Everyone,

In this post I will gonna be explaining about how to check internet connection in device using Dependency service in Xamarin Forms.

Prerequisites:
  • Visual Studio with Xamarin templates installed in either windows machine or Mac machine.

In my case, I am using a windows machine to demonstrate this post.

Wednesday 16 May 2018

How to display items in Card View Xamarin Forms

Hi All, I hope you are doing good.

In this post I am gonna be explaining about how to display items in Card View using Xamarin Forms.

Actually CardView was introduced in Android 5.0 (Lollipop). But here we are creating CardView for both the android and iOS platforms using the “Frame” Layout available Xamarin Forms.

Tuesday 15 May 2018

How to remove navigation bar for Navigation page in Xamarin Forms.

Hello All, I hope you are all doing well and good.

In this post I will gonna be explaining about how to hide/invisible the navigation bar in Navigation page.

First of all, what is Navigation bar?

Monday 14 May 2018

How to hide scroll bar in Listview Xamarin Forms

Hello All, I hope you are all doing well and good.

In this post I will gonna be explaining about how to hide scroll bar for listview in Xamarin Forms.

Step 1: Create a class in PCL/.NET Standard or Shared project with any name that matches your naming conventions.

Here I have created class with the name “CustomListview”

Intoduction to Flutter

Hi All, I hope every one is doing good In this article, we will know about the introduction of Flutter.