-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f445d7f
commit 0ed5dc9
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |