A C# implementation of the AndroidResideMenu by SpecialCyCi
Currently a near direct translation of SpecialCyCi's repository. See TODO to see what I will be adding in the future.
- Clone the repo.
- Build the ResideMenu project.
- Reference "ResideMenu.dll" from your project; found under
"Xamarin.Android.ResideMenu\src\ResideMenu\bin\[Debug|Release]\ResideMenu.dll"
- Support view layout attributes
- Support custom menu item layouts
Remove obsolete methodsReplace call-back interfaces with eventsReplace Java int const pattern with .NET enumsRefactor
Provided under the MIT license. See LICENSE for details.