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.

Home Page:https://www.nuget.org/packages/SupportWidgetXF/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 NuGet Badge

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

About

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://www.nuget.org/packages/SupportWidgetXF/


Languages

Language:C# 100.0%