https://github.com/aigiol/xamarin-bindings
Xamarin.Android and Xamarin.iOS binding
https://github.com/aigiol/xamarin-bindings
android circleimageview flexbox nuget nuget-package nuget-packages overscroll pull-to-refresh pulltorefresh refreshlayout shimmer xamarin xamarin-android-binding xamarin-android-library xamarin-binding xamarin-bindings xamarin-library
Last synced: about 1 year ago
JSON representation
Xamarin.Android and Xamarin.iOS binding
- Host: GitHub
- URL: https://github.com/aigiol/xamarin-bindings
- Owner: AigioL
- License: mit
- Created: 2020-02-05T08:12:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T05:59:41.000Z (over 2 years ago)
- Last Synced: 2025-04-11T00:03:04.547Z (about 1 year ago)
- Topics: android, circleimageview, flexbox, nuget, nuget-package, nuget-packages, overscroll, pull-to-refresh, pulltorefresh, refreshlayout, shimmer, xamarin, xamarin-android-binding, xamarin-android-library, xamarin-binding, xamarin-bindings, xamarin-library
- Language: C#
- Size: 86 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xamarin-bindings
Xamarin.Android and ~~Xamarin.iOS~~ binding
## Android Libraries
- **[CircleImageView](https://github.com/hdodenhof/CircleImageView)**
[](https://www.nuget.org/packages/de.hdodenhof.circleimageview/)
[](https://search.maven.org/artifact/de.hdodenhof/circleimageview)
- 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](https://github.com/facebook/shimmer-android)**
[](https://www.nuget.org/packages/XAB.Facebook.Shimmer/)
[](https://search.maven.org/artifact/com.facebook.shimmer/shimmer)
- Shimmer is an Android library that provides an easy way to add a shimmer effect to any view in your Android app.
- **[Google.Flexbox](https://github.com/google/flexbox-layout)**
[](https://www.nuget.org/packages/XAB.FlexboxLayout/)
[](https://github.com/google/flexbox-layout/releases/latest)
- 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](https://github.com/scwang90/SmartRefreshLayout)**
- **SmartRefresh.Layout**
[](https://www.nuget.org/packages/SmartRefresh.Layout/)
- **SmartRefresh.Header**
[](https://www.nuget.org/packages/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](https://github.com/leinardi/FloatingActionButtonSpeedDial)**
[](https://www.nuget.org/packages/XAB.FloatingActionButtonSpeedDial/)
[](https://search.maven.org/artifact/com.leinardi.android/speed-dial)
- Android library providing an implementation of the [Material Design Floating Action Button Speed Dial](https://material.io/guidelines/components/buttons-floating-action-button.html#buttons-floating-action-button-transitions).
- **[Aho-Corasick](https://github.com/robert-bor/aho-corasick)**
[](https://www.nuget.org/packages/XAB.Aho-Corasick/)
[](https://search.maven.org/artifact/org.ahocorasick/ahocorasick)
- Aho CoraSick Algorithm For Efficient String Matching
- **[TinyPinyin](https://github.com/AigioL/TinyPinyin)**
[](https://www.nuget.org/packages/XAB.TinyPinyin/)
[](https://search.maven.org/artifact/io.github.biezhi/TinyPinyin)
- 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```