Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bulubuloa/SupportWidgetXF

SupportWidgetXF is a open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms.
https://github.com/bulubuloa/SupportWidgetXF

Last synced: 29 days ago
JSON representation

SupportWidgetXF is a open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms.

Awesome Lists containing this project

README

        

# Xamarin Forms Custom Control
I create this package to sharing all custom controls renderer i know, it help you get a better result with xamarin

### Available on NuGet:
![Build status](https://ci.appveyor.com/api/projects/status/7g3sppml9ewumr9i/branch/master?svg=true) [![NuGet Badge](https://buildstats.info/nuget/SupportWidgetXF)](https://www.nuget.org/packages/SupportWidgetXF/)

Add assembly references

xmlns:widgets="clr-namespace:SupportWidgetXF.Widgets;assembly=SupportWidgetXF"

Setup for iOS project (add to AppDelegate before LoadApplication)

SupportWidgetXFSetup.Initialize(this);

Setup for Android project (add to MainActivity before LoadApplication)

SupportWidgetXFSetup.Initialize(this, bundle);

## Support Widget Package

- SupportAutoComplete **(Complete)**
- SupportResultList **(Complete)**
- SupportDropList **(Complete)**
- SupportEntry **(Complete)**
- SupportButton **(Complete)**
- SupportActionMenu **(Complete)**
- SupportBindableStackLayout **(Complete)**
- SupportFlowLayout **(Complete)**
- SupportSearchView **(Complete)**
- SupportShadowView **(Complete)**
- SupportGradientView **(Complete)**
- SupportMapView **(Complete)**
- SupportRadioButton **(Complete)**
- SupportCalendarView **(Complete)**


Controls
Screenshots



SupportAutocomplete with 4 row templates: support binding Itemsource, etc..


  • Single Title

  • Title With Description

  • Icon with Title

  • FullText with Icon
  • Autocomplete source from API







SupportDropList with 4 row templates: support binding Itemsource, multi select

  • Single Title

  • Title With Description

  • Icon with Title

  • FullText with Icon
  • Autocomplete source from API