Awesome
FlyOutMenu
An implementation of a fly-out menu (aka sliding menu, aka that navigation thing on the left) for Xamarin.Android
<p align="center"> <img src="https://blog.neteril.org/wp-content/uploads/fly-menu/state1.png" width="158"> <img src="https://blog.neteril.org/wp-content/uploads/fly-menu/state2.png" width="158"> <img src="https://blog.neteril.org/wp-content/uploads/fly-menu/state3.png" width="158"> <img src="https://blog.neteril.org/wp-content/uploads/fly-menu/state4.png" width="158"> <img src="https://blog.neteril.org/wp-content/uploads/fly-menu/state5.png" width="158"> <br/><em>Our menu in its different states when right slided</em> </p>Blog post introducing this code: blog.neteril.org/blog/2013/04/19/fly-out-menu-xamarin-android/
Note
There is now an Android blessed implementation of this pattern in the support package but this code is still useful as a learning experience or if you want to be able to have a fully customized slider.
License
This code is available under the Apache 2.0 license. Reuse as much as you want.