Hi, I released the following NuGets in case anyone else needs the functionality:
Xamarin.Forms.Chips - Chip support for Xamarin.Forms
Xamarin.Forms.DragView - A draggable pane component for Xamarin.Forms
Xamarin.Forms.SlideView - A sliding view component for Xamarin.Forms
Xamarin.Forms.ExtendedLifecycleContentPage - Extended lifecycle support for Xamaring.Forms.ContentPage
Direct NuGet package URLs:
https://www.nuget.org/packages/Xamarin.Forms.Chips/
https://www.nuget.org/packages/Xamarin.Forms.DragView/
https://www.nuget.org/packages/Xamarin.Forms.SlideView/
https://www.nuget.org/packages/Xamarin.Forms.ExtendedLifecycleContentPage/
They are extremely lightweight and do only the thing it says on the tin can. Hope you find them useful.
Posts
Hi Alessandro - I didn't know they accepted pull requests so I might just go for it.
Thanks for the tip!
Looks promising to use in my apps. But sorry for my ignorance, I didn't quite understand the functioning of Chips. What's it? Is like radio buttons?
I think it's like GWT Materials chips
https://help.syncfusion.com/xamarin/chips/overview
Chips are quite useful: https://material-ui.com/components/chips/
For what it's worth, I released another library: https://github.com/Tommigun1980/ServiceConcurrency
This is not strictly Xamarin.Forms specific, but quite useful if you make apps that call out to web services.