Skip to content

Commit

Permalink
Add template README
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang authored Jul 3, 2024
1 parent f445d7f commit 0ed5dc9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Get started with a new binding

Get started by copying the contents of this template and following the instructions in the [documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/native-library-interop/get-started).

This template provides the boilerplate needed to get started with creating a new binding via Native Library Interop. It is organized by binding and platform, like all the other sample bindings in the repo:
- **android**
- **NewBinding.Android.Binding** - the .NET API you will use
- **native** - the Android project with Java/Kotlin code exposing the API you will use
- **macios**
- **NewBinding.MaciOS.Binding** - the .NET API you will use
- **native** - the Xcode project with Java/Kotlin code exposing the API you will use
- **sample** - the .NET MAUI app showing the library in use

0 comments on commit 0ed5dc9

Please sign in to comment.