Posts

Showing posts from May, 2015

Floating Action Button for Xamarin.Android

Image
Floating Action Button for Android Using Xamarin in Visual Studio Android L has introduced something called a Floating Action Button (FAB), which is basically a circle overlayed on top your application. This FAB can be clicked to do an action.  Floating action buttons are used for a promoted action. They are distinguished by a circled icon floating above the UI and have motion behaviors that include morphing, launching, and a transferring anchor point. Floating action buttons come in two sizes: Default size: For most use cases Mini size: Only used to create visual continuity with other screen elements At 2014 Google I/O, Google announced a new visual language called Material Design. Material Design guides creation of user experiences that work well on different devices, with different input methods and on different platforms. Google is gradually implementing Material Design in their apps and products, and we can start playing with it, too. One interesting new design p