Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bulubuloa/SupportWidgetXF
- Owner: bulubuloa
- Archived: true
- Created: 2018-08-10T03:28:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T13:01:34.000Z (over 4 years ago)
- Last Synced: 2024-11-04T20:06:52.919Z (about 1 month ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/SupportWidgetXF/
- Size: 26.4 MB
- Stars: 59
- Watchers: 7
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Support: SupportWidgetXF.Droid/Helpers/TranslateExtension.txt
Awesome Lists containing this project
- awesome-xamarin-forms - SupportWidgetXF ★51
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
- Autocomplete source from API
FullText with Icon
SupportDropList with 4 row templates: support binding Itemsource, multi select
- Single Title
- Title With Description
- Icon with Title
- Autocomplete source from API
FullText with Icon