Introduction

With the ever-changing requirements and wide range of standards for mobile application development, it gets confusing for stakeholders and developers. To address the concern to some extent Google has introduced Material Design which dictates how the Mobile controls should look and behave irrespective of operating system, and catering for Web applications also. We have support for Native android, iOS, Flutter and Xamarin.

Xamarin, being one of the popular cross platform development tools, has ensured it has Material UI support as part of its Packages. However there are limitations of using Material components directly in Xamarin forms and hence it requires custom renderers to be created. In this tutorial we will see how to build Material Chips in Xamarin forms for Android step by step.

In the last blog we have seen how to create TextField; here is a  link for reference

We will be building the Material Chips with embedded ChipGroup as shown in the Material guide. Let’s start!!!

#xamarin #xamarin forms #material series

Creating Material Chips In Xamarin Forms
8.40 GEEK