Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xamarin/androidsupportcomponents
Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
https://github.com/xamarin/androidsupportcomponents
android-support androidx xamarin
Last synced: 12 days ago
JSON representation
Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
- Host: GitHub
- URL: https://github.com/xamarin/androidsupportcomponents
- Owner: xamarin
- License: mit
- Archived: true
- Created: 2016-04-13T00:04:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T18:48:53.000Z (over 1 year ago)
- Last Synced: 2025-01-14T22:07:17.030Z (18 days ago)
- Topics: android-support, androidx, xamarin
- Language: C#
- Homepage:
- Size: 29.1 MB
- Stars: 146
- Watchers: 61
- Forks: 56
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android Support for Xamarin.Android
Xamarin.Android bindings for the now-deprecated Google Android Support Libraries. These libraries have been replaced with AndroidX libraries.
# AndroidX
For AndroidX, please see https://github.com/xamarin/AndroidX## Status
Please note that both these packages and the Google libraries contained within them have been deprecated, and are no longer maintained or supported:
https://developer.android.com/topic/libraries/support-library/packages
Existing bindings published from this repository will continue to be available on NuGet, but will not receive fixes or updates.
## Building
Building from source requires calling the cake script:
```
.\build.ps1 --target=binderate
.\build.ps1 --target=libs
```## License
The license for this repository is specified in
[LICENSE.md](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](http://developer.android.com/sdk/terms.html)
## Contribution Guidelines
The Contribution Guidelines for this repository are listed in [CONTRIBUTING.md](.github/CONTRIBUTING.md)## .NET Foundation
This project is part of the [.NET Foundation](http://www.dotnetfoundation.org/projects)