Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Floating menu bar in xamarin

I have seen this video on how to make a FAB menu in Xamarin.Android:

What I am looking for is, if there a way to make a floating menu (doesn't have to be as fancy as FAB) in Xamarin.Forms (solution for cross platform!)

If there is no cross-platform solution that is fine, I just want to be absolutely sure before I proceed.

Thanks in Advance!

like image 312
James Carter Avatar asked Dec 05 '25 02:12

James Carter


1 Answers

Yes, there is a good implementation of it for Xamarin.Forms. It is made by great community contributor Alex Dunn.

You can find more about it here, also it is open source so you can see the code and sample on GitHub here.

Wishing you lots of luck with coding!

like image 124
Almir Vuk Avatar answered Dec 07 '25 15:12

Almir Vuk