The Wayback Machine - https://web.archive.org/web/20180604104614/https://github.com/xamarin/AndroidSupportComponents
Skip to content
Learn more
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

No description, website, or topics provided.
C# PowerShell Other
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github Updates for .NET Foundation. Apr 27, 2016
animated-vector-drawable Change nuspec to target API 27 (8.1) Jan 11, 2018
appcompat-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
arch-core Fixes #87 Jan 12, 2018
arch-lifecycle Cherry pick tokenization of nuget dep versions Jan 5, 2018
cardview-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
component Updates for .NET Foundation. Apr 27, 2016
constraint-layout-solver Fully qualify attribute name Nov 30, 2017
constraint-layout Fully qualify attribute name Nov 30, 2017
customtabs Change nuspec to target API 27 (8.1) Jan 11, 2018
design Change nuspec to target API 27 (8.1) Jan 11, 2018
exifinterface Change nuspec to target API 27 (8.1) Jan 11, 2018
gridlayout-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
icons Add annotations icon Dec 6, 2017
leanback-v17 Change nuspec to target API 27 (8.1) Jan 11, 2018
mediarouter-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
palette-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
percent Change nuspec to target API 27 (8.1) Jan 11, 2018
preference-leanback-v17 Change nuspec to target API 27 (8.1) Jan 11, 2018
preference-v14 Change nuspec to target API 27 (8.1) Jan 11, 2018
preference-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
recommendation Change nuspec to target API 27 (8.1) Jan 11, 2018
recyclerview-v7 Change nuspec to target API 27 (8.1) Jan 11, 2018
renderscript-v8 Change nuspec to target API 27 (8.1) Jan 11, 2018
support-annotations Change nuspec to target API 27 (8.1) Jan 11, 2018
support-compat Change nuspec to target API 27 (8.1) Jan 11, 2018
support-content Change nuspec to target API 27 (8.1) Jan 11, 2018
support-core-ui Change nuspec to target API 27 (8.1) Jan 11, 2018
support-core-utils Change nuspec to target API 27 (8.1) Jan 11, 2018
support-dynamic-animation Change nuspec to target API 27 (8.1) Jan 11, 2018
support-emoji-appcompat Change nuspec to target API 27 (8.1) Jan 11, 2018
support-emoji-bundled Change nuspec to target API 27 (8.1) Jan 11, 2018
support-emoji Change nuspec to target API 27 (8.1) Jan 11, 2018
support-fragment Change nuspec to target API 27 (8.1) Jan 11, 2018
support-media-compat Change nuspec to target API 27 (8.1) Jan 11, 2018
support-tv-provider Change nuspec to target API 27 (8.1) Jan 11, 2018
support-v13 Change nuspec to target API 27 (8.1) Jan 11, 2018
support-v4 Change nuspec to target API 27 (8.1) Jan 11, 2018
support-vector-drawable Change nuspec to target API 27 (8.1) Jan 11, 2018
tests Remove wear from tests for now Oct 31, 2017
transition Change nuspec to target API 27 (8.1) Jan 11, 2018
util Updated droiddocs util Aug 22, 2017
wear Remove some accidentally made public interfaces Feb 23, 2018
.gitignore Fix ignore pattern for generated files Nov 30, 2017
AndroidSupport.TypeForwarders.sln Bindings now use .aar’s Jun 21, 2017
AndroidSupport.sln Fix a sln formatting error and template path typo Jan 11, 2018
External-Dependency-Info.txt Added notices to constraint layout nuspec Oct 10, 2017
LICENSE.md Updates for .NET Foundation. Apr 27, 2016
Metadata.common.xml Add common metadata file to bindings Sep 21, 2017
Metadata.generated.xml Remove auto generated entries conflicting Sep 15, 2017
README.md - Add bindnig project for android.arch.core:Runtime Dec 27, 2017
THIRD-PARTY-NOTICES Added notices file for sample content Oct 7, 2016
build.cake Fix up cake addin versions Apr 23, 2018
build.ps1 Switch back to cake default bootstrappers Dec 15, 2017
build.sh Merge pull request #79 from cosminstirbu/android-arch-lifecycle-exten… Jan 4, 2018
template.targets .targets files now don’t need XBD Jun 21, 2017

README.md

Xamarin Component for Android Support Library

Xamarin creates and maintains Xamarin.Android bindings for the Google Android Support Libraries, including:

  • Design
  • Animated Vector Drawable
  • Vector Drawable
  • Custom Tabs
  • Recommendation
  • Support v4
  • Support v13
  • Support v7 AppCompat
  • Support v7 CardView
  • Support v7 GridLayout
  • Support v7 MediaRouter
  • Support v7 Palette
  • Support v7 Preference
  • Support v7 RecyclerView
  • Support v8 RenderScript
  • Support v14 Preference
  • Support v17 Leanback
  • Support v17 Preference Leanback

Building

Prerequisites

  • Mac OSX 10.11 or higher / Windows 10 or higher (experimental support only)
  • Xamarin.Android 6.0 or higher
  • Mono 4.3 or higher
  • Java JDK 1.7 or higher
  • Android SDK with API Levels 15, 16, 17, 18, 21, 23

Build Scripts

The build script for this project uses Cake. To run the build, you can use one of the bootstrapper files either for Mac or Windows:

Mac:

sh build.sh --target=libs

Windows (experimental support only):

NOTE: Windows build support is still experimental. You may need to first build the externals target, then open the AndroidSupport.sln in Visual Studio, rebuild it, build the clean target, and then continue on normally building whichever targets you like. This will ensure the appropriate files are downloaded and cached in your user's AppData folder.

powershell .\build.ps1 -Target libs

The bootstrapper script will automatically download Cake.exe and all the required tools and files into the ./tools/ folder.

The following targets can be specified:

  • libs builds the class library bindings (depends on externals)
  • externals downloads the external dependencies
  • samples builds all of the samples (depends on libs)
  • nuget builds the nuget packages (depends on libs)
  • component builds the xamarin components (depends on samples and nuget)
  • clean cleans up everything

NOTE: The externals build task may take awhile to run as it downloads several large dependencies.

You may want to consider passing --verbosity diagnostic (or -Verbosity diagnostic on Windows) to the bootstrapper to enable more verbose output, including downloading progress.

Working in Visual Studio / Xamarin Studio

Before the .sln files will compile in Visual Studio or Xamarin Studio, the external dependencies need to be downloaded. This can be done by running the build.sh or build.ps1 with the target externals. After the externals are setup, the .sln files should compile in an IDE.

License

The license for this repository is specified in LICENSE.md

The externals build task downloads some external dependencies from Google which are licensed under and subject to the terms of Android Software Development Kit License Agreement

Contribution Guidelines

The Contribution Guidelines for this repository are listed in CONTRIBUTING.md

.NET Foundation

This project is part of the .NET Foundation

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.