Skip to content

AigioL/xamarin-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xamarin-bindings

Xamarin.Android and Xamarin.iOS binding

Android Libraries

  • CircleImageView NuGet version (de.hdodenhof.circleimageview) Maven Central
    • A fast circular ImageView perfect for profile images. This is based on RoundedImageView from Vince Mi which itself is based on techniques recommended by Romain Guy.
  • Facebook.Shimmer NuGet version (XAB.Facebook.Shimmer) Maven Central
    • Shimmer is an Android library that provides an easy way to add a shimmer effect to any view in your Android app.
  • Google.Flexbox NuGet version (XAB.FlexboxLayout) Release Version
    • FlexboxLayout is a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.
    • package -> namespace:com.google.android.flexbox -> Android.Flexbox
  • SmartRefresh
    • SmartRefresh.Layout NuGet version (SmartRefresh.Layout)
    • SmartRefresh.Header NuGet version (SmartRefresh.Header)
    • SmartRefreshLayout's goal is to build a strong, stable and mature pull-down refresh layout framework, and to integrate all kinds of cool, diverse, practical and beautiful Headers and Footers.
  • FloatingActionButtonSpeedDial NuGet version (XAB.FloatingActionButtonSpeedDial) Maven Central
  • Aho-Corasick NuGet version (XAB.Aho-Corasick) Maven Central
    • Aho CoraSick Algorithm For Efficient String Matching
  • TinyPinyin NuGet version (XAB.TinyPinyin) Maven Central
    • Fast, low memory footprint Chinese character to Pinyin library for Android

Publish samples\TestApp.Net6

dotnet publish "samples\Android.Net6\TestApp.Net6.csproj" -f:net6.0-android -c:Release