This repository was archived by the owner on Feb 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +31
-6
lines changed
Expand file tree Collapse file tree 2 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 1- # BaseRecyclerViewAdapterHelper (BRVAH) binding for Xamarin Android [ Work in progress ]
1+ # BaseRecyclerViewAdapterHelper (BRVAH) binding for Xamarin Android
22
3- [ BaseRecyclerViewAdapterHelper] ( https://github.com/CymChad/BaseRecyclerViewAdapterHelper ) library v2.9.34 included
3+ [ BaseRecyclerViewAdapterHelper] ( https://github.com/CymChad/BaseRecyclerViewAdapterHelper ) library v2.9.34 included.
4+
5+ Download [ CymChad.BaseRecyclerViewAdapterHelper] ( https://www.nuget.org/packages/CymChad.BaseRecyclerViewAdapterHelper ) package from nuget.org.
46
57Sample app contains basic bindings for libraries:
6- * [ Logger] ( https://github.com/orhanobut/logger )
7- * [ MaterialSpinner] ( https://github.com/jaredrummler/MaterialSpinner )
8+ * [ Logger] ( https://github.com/orhanobut/logger ) ,
9+ * [ MaterialSpinner] ( https://github.com/jaredrummler/MaterialSpinner ) .
10+
11+ Data binding samples are not implemented because Data Binding Library is not supported by Xamarin Android.
812
913Prerequisites:
10- * Visual Studio 2017 with Xamarin.Android 8.3.0.19 or newer
11- * Android SDK API 27
14+ * Visual Studio 2017 with Xamarin.Android 8.3.0.19 or newer,
15+ * Android SDK API 26.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >CymChad.BaseRecyclerViewAdapterHelper</id >
5+ <version >2.9.34.0</version >
6+ <authors >Dominik Minta</authors >
7+ <owners >Dominik Minta</owners >
8+ <licenseUrl >https://github.com/dminta/BaseRecyclerViewAdapterHelperXamarinAndroidBinding/blob/master/LICENSE</licenseUrl >
9+ <projectUrl >https://github.com/dminta/BaseRecyclerViewAdapterHelperXamarinAndroidBinding</projectUrl >
10+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11+ <description >BaseRecyclerViewAdapterHelper (BRVAH) library binding for Xamarin Android (https://github.com/CymChad/BaseRecyclerViewAdapterHelper)</description >
12+ <releaseNotes >Initial release</releaseNotes >
13+ <tags >xamarin android xamarin.android monodroid material</tags >
14+ <dependencies >
15+ <dependency id =" Xamarin.Android.Support.v7.RecyclerView" version =" 26.1.0.1" />
16+ </dependencies >
17+ </metadata >
18+ <files >
19+ <file src =" ..\BaseRecyclerViewAdapterHelper\bin\Release\CymChad.BaseRecyclerViewAdapterHelper.dll" target =" lib\MonoAndroid80\CymChad.BaseRecyclerViewAdapterHelper.dll" />
20+ </files >
21+ </package >
You can’t perform that action at this time.
0 commit comments