Home

Awesome

Sharpnado's Silly Sample App!

Sample app for the following libraries:

PlatformBuild Status
AndroidBuild status
iOSBuild status

Including

Installation

The Sharpnado.HorizontalListView, Sharpnado.Tabs and Sharpnado.MaterialFrame are added as git submodules. Run the submodule update command after cloning the repository to be up and running:

git clone https://github.com/roubachof/Xamarin-Forms-Practices.git
git submodule update --init

Screenshots

<table> <thead> <tr> <th>iOS Neumorphism</th> <th>UWP Neumorphism badges</th> </tr> </thead> <tbody> <tr> <td><img src="__Docs__/ios_segmented_neu.png" width="320" /></td> <td><img src="__Docs__/bottom_tabs_uwp.png" width="320" /></td> </tr> </tbody> </table> <table> <thead> <tr> <th>iOS Theming </th> <th>Android Theming</th> </tr> </thead> <tbody> <tr> <td><img src="__Docs__/dark_mode_ios.gif" width="320" /></td> <td><img src="__Docs__/dynamic_themes.gif" width="320" /></td> </tr> </tbody> </table>