- Fabulous on GitHub
- Fabulous documentation
- Awesome Fabulous - a collection of resources on Fabulous
- FSharp.org - The home of F#
This file contains hidden or 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
public partial class MyPage : ContentPage | |
{ | |
public MyPage() | |
{ | |
InitializeComponent(); | |
} | |
void Handle_Clicked(object sender, System.EventArgs e) | |
{ |
This file contains hidden or 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
aka.ms/xamdocs – Xamarin Documentation | |
aka.ms/learn - Loads of great content including now, Xamarin Uni stuff! | |
aka.ms/TryCogServices - Get started | |
https://docs.microsoft.com/en-us/azure/cognitive-services/ - Cognitive Services Documentation | |
portal.azure.com – Azure Portal for all things Azure | |
bit.ly/2McV2NH – Book on Xamarin.Forms | |
xam.jbb.io - Book on Traditional Xamarin | |
https://www.jimbobbennett.io/binding-the-cognitive-services-android-speech-sdk/ |
This file contains hidden or 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
<Slider Maximum="100" | |
Minimum="8" | |
Value="{Binding SliderValue}" | |
BackgroundColor="CornflowerBlue" | |
ThumbColor="BlueViolet" | |
Margin="20"/> |
This contains useful links related to my talk titled Zero to Mobile Hero - Intro to Xamarin and Cognitive Services
https://github.com/lucecarter/bodylanguageassistant
- https://aka.ms/xamdocs - Xamarin Documentation
- Xamarin 101 Series - This is a great 101 series to help you get up and running
- Xamarin Show on Channel9 - Home of all great Microsoft produced Xamarin content including Xamarin.Forms 101 with James and Maddy, Xamarin.Essentials API of the Week and much more!
- Xamarin Docs on Microsoft Docs
- Xamarin Essentials Docs
- My GitHub
- James Montemagno's Monkey Finder App
This file contains hidden or 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
https://github.com/dotnet/maui | |
https://azure.microsoft.com/en-gb/services/cognitive-services/#features | |
https://www.microsoft.com/en-us/garage/blog/2018/05/mobile-chest-x-ray-analysis-uses-machine-learning-models-to-demonstrate-smart-medical-apps/ | |
https://medium.com/miccai-educational-initiative/intelligent-edge-building-a-skin-cancer-prediction-application-using-azure-machine-learning-5bbb7de84406 | |
https://docs.microsoft.com/en-gb/learn/browse/?expanded=dotnet&products=xamarin |
120/80 - How I built a blood pressure tracking app using MongoDB's Develoer Data Platform and Xamarin
In this talk, Luce shows you how she had an idea for an app to track blood pressure and pulse readings and how she created it using MongoDB's Developer Data Platform including Realm and Atlas App Services.
- Slides
- GitHub Repo - Xamarin.Forms version
- GitHub Repo - MAUI version
- MongoDB University - Free learning platform with videos, labs and quizzes on all things MongoDB from beginner to advanced
- Community Forums - Our forums are the best place to ask questions, share your projects and meet others from MongoDB and the wider community
- Realm.io - Our page for all things Realm including blog posts and tuto
OlderNewer