Like this:
2.4 Renderers for platform specific controls
Sometimes of course, you want to use controls that are only available on one platform and show an alternative for the other platform. The Floating Action Button on Android is a good example for that. As it is part of Android's design pattern, you might want to show the prime functionality in a Floating Action Button and all others in the menu bar. On iOS and Windows, this pattern does not exist, so we just want to create an Andropid-only control on the Android platform only.
Like this:
2.4 Renderers for platform specific controls
Sometimes of course, you want to use controls that are only available on one platform and show an alternative for the other platform. The Floating Action Button on Android is a good example for that. As it is part of Android's design pattern, you might want to show the prime functionality in a Floating Action Button and all others in the menu bar. On iOS and Windows, this pattern does not exist, so we just want to create an Andropid-only control on the Android platform only.