Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsuarezruiz/embeddinator-4000-sample
Embeddinator 4000 Sample
https://github.com/jsuarezruiz/embeddinator-4000-sample
dotnet embeddinator mono xamarin
Last synced: 28 days ago
JSON representation
Embeddinator 4000 Sample
- Host: GitHub
- URL: https://github.com/jsuarezruiz/embeddinator-4000-sample
- Owner: jsuarezruiz
- Created: 2017-07-30T16:29:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T18:51:50.000Z (about 7 years ago)
- Last Synced: 2024-05-02T05:31:37.057Z (8 months ago)
- Topics: dotnet, embeddinator, mono, xamarin
- Language: Objective-C
- Size: 22.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embeddinator-4000 Sample
Embedding .NET code into your iOS, Android, and macOS applications. See the getting started at: [https://github.com/mono/Embeddinator-4000](https://github.com/mono/Embeddinator-4000)
## Sample
We started with a portable class library developed in C# that allows to access to movie information using the [netflixroulette](https://netflixroulette.net) API.
![Basic code from Net Library](images/netcode.png)
Use Embeddinator-4000 to generates the necessary glue to surface the .NET API as a native API.
![The final result](images/Embeddinator.gif)
## More samples!
If you've been wanting more, I recommend accessing these [samples](https://github.com/jamesmontemagno/embeddinator-weather) about Embeddinator-4000 by James Montemagno.
## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).