Friday 30 March 2018

Custom TabbedPage in Xamarin.Forms MVVM

Introduction

The Xamarin.Forms TabbedPage consists of a list of tabs and a larger detail area, with each tab loading content into the detail area. But If we want to put some extra controls top of tabbed page or bottom of the tabbed page we can't in that case we need to create our own custom tabs. So, This article will explain to you how we can create our own custom tabbed page.

Thursday 22 March 2018

How to programmatically clear notifications in Xamarin.Forms

Introduction

This article demonstrates how to programmatically clear app notifications without clicking notification from notification tray in Xamarin.Forms.

Wednesday 21 March 2018

Circle Image in Xamarin.Forms using CustomRenderer

Introduction
Circular images in apps are nowadays very popular in-app development. Most of the applications we need to make user profile as circle image e.t.c. So in this article, we can learn how to make Image circle using CustomRenderer.

Circle Image in Xamarin.Forms

Introduction 
Circular images in apps are nowadays very popular in-app development. Most of the applications we need to make user profile as circle image e.t.c. So in this article, we can learn how to make Image circle using Xam.Plugins.Forms.ImageCircle.
If you want to make Image Circle without plugin follow my previous article.

Tuesday 20 March 2018

Horizontal and Vertical Gradient Color in Xamarin.Forms

Introduction

Sometimes, we may get the requirement to set Gradient Color for Layout or page. In this article, we can learn how we can set a Gradient Color for Layout or Page using CustomRenderer.