Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVEMENT] Nuget Readme included in the package #790

Merged
merged 4 commits into from
Sep 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format according to nuget.org suggestion (template)
moljac committed Sep 24, 2023
commit 7aaafdb76e623277cae7c14a0753f49f3c8a3dea
72 changes: 68 additions & 4 deletions source/AndroidXNuGetReadMe.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
StringSplitOptions' does not exist in the current context
@using System
@using System
@using System.IO
@using System.Linq
@using System.Xml.Linq
@@ -23,7 +22,13 @@
}
}

# AndroidX Bindings NuGet Package @(Model.NuGetPackageId)
## About

<!--
A description of the package and where one can find more documentation
-->

AndroidX Bindings NuGet Package @(Model.NuGetPackageId)

.NET for Android (formerly Xamarin.Android) AndroidX bindings NuGet Package @(Model.NuGetPackageId)
for Maven artifact:
@@ -38,7 +43,35 @@ For more info please visit:

https://github.com/xamarin/AndroidX/

## What is AndroidX

## How to Use

<!--
A compelling example on how to use this package with code
-->

See samples:

https://github.com/xamarin/AndroidX/tree/main/samples

## Key Features

<!--
The key features of this package
-->

## Main Types

<!--
The main types provided in this library
-->

## Addtional Documentation

<!--
Provide links to more resources: List links such as detailed documentation, tutorial videos, blog posts, or any other relevant documentation to help users get the most out of your package
-->
### What is AndroidX

AndroidX (also called Jetpack) is a de-facto standard for Android application development and major
improvement to the original [Android Support Library](https://github.com/xamarin/AndroidSupportComponents).
@@ -58,6 +91,37 @@ compatibility in your Android apps.
The Jetpack guide to app architecture provides an overview of the best practices and recommended architecture
to consider as you build your Android app.

## Related Packages

<!--
The related packages associated with this package
-->

https://github.com/xamarin/AndroidX/blob/main/docs/artifact-list.md

https://github.com/xamarin/AndroidX/blob/main/docs/artifact-list-with-versions.md

https://www.nuget.org/packages?q=Xamarin.AndroidX

## Feedback & Contributing

<!--
How to provide feedback on this package and contribute to it
-->
https://github.com/xamarin/AndroidX/issues

<!--
Links to a GitHub repository where could open issues, Twitter, a Discord channel, bug tracker, or other platforms where a package consumer can connect with the package author
-->
https://github.com/xamarin/AndroidX/issues

https://discord.com/channels/732297728826277939/732297837953679412







### More Info