Xamarin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
* [https://blog.xamarin.com/adding-facial-recognition-to-your-mobile-apps/?utm_medium=social&utm_campaign=blog&utm_source=linkedin&utm_content=msft-cog-services-facial-recognition Adding Facial Recognition to Your Mobile Apps] | * [https://blog.xamarin.com/adding-facial-recognition-to-your-mobile-apps/?utm_medium=social&utm_campaign=blog&utm_source=linkedin&utm_content=msft-cog-services-facial-recognition Adding Facial Recognition to Your Mobile Apps] | ||
* [https://github.com/pierceboggan/smarter-apps Learn how to build smarter mobile apps using Microsoft Cognitive Services & Xamarin] | * [https://github.com/pierceboggan/smarter-apps Learn how to build smarter mobile apps using Microsoft Cognitive Services & Xamarin] | ||
==Android== | ==Android== | ||
Line 62: | Line 24: | ||
====Android Camera==== | ====Android Camera==== | ||
* [https://github.com/googlesamples/android-Camera2Video googlesamples/android-Camera2Video] | * [https://github.com/googlesamples/android-Camera2Video googlesamples/android-Camera2Video] | ||
==iOS== | |||
* [https://blog.xamarin.com/visual-studio-2017-version-15-6-preview-available-today/ Visual Studio 2017 Version 15.6 Preview Available Today!] | |||
Automatic macOS Provisioning | |||
* [https://developer.xamarin.com/guides/cross-platform/windows/ios-simulator/ Remoted iOS Simulator (for Windows)] | |||
==MvvmCross== | ==MvvmCross== | ||
Line 67: | Line 34: | ||
* [https://github.com/Cheesebaron/Cheesebaron.MvxPlugins Cheesebaron.MvxPlugins] | * [https://github.com/Cheesebaron/Cheesebaron.MvxPlugins Cheesebaron.MvxPlugins] | ||
==== | ====Bindings==== | ||
* [https://blog. | * [https://blog.ostebaronen.dk/2018/01/mvvmcross-binding-target.html MvvmCross Binding Target] | ||
==UWP== | ==UWP== | ||
Line 76: | Line 43: | ||
====Reflection and Default.rd.xml==== | ====Reflection and Default.rd.xml==== | ||
* [https://marcominerva.wordpress.com/2016/02/22/pay-attention-to-net-native-when-using-reflection-mvvm-scenario/ Pay attention to .NET Native when using Reflection (MVVM scenario)] | * [https://marcominerva.wordpress.com/2016/02/22/pay-attention-to-net-native-when-using-reflection-mvvm-scenario/ Pay attention to .NET Native when using Reflection (MVVM scenario)] | ||
====Navigation==== | |||
* [https://blog.mzikmund.com/2017/03/modifying-uwp-navigation-backstack-with-mvvmcross/ Modifying UWP navigation backstack with MvvmCross] | |||
* [https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.navigation.pagestackentry PageStackEntry Class] | |||
* [http://www.mobilemotion.eu/?p=962 Re-implementing WinRT’s navigation system] | |||
====Migrating ot UWP==== | ====Migrating ot UWP==== | ||
* [https://msdn.microsoft.com/library/mt148501.aspx?f=255&MSPPError=-2147217396 Migrate apps to the Universal Windows Platform (UWP)] | * [https://msdn.microsoft.com/library/mt148501.aspx?f=255&MSPPError=-2147217396 Migrate apps to the Universal Windows Platform (UWP)] |
Latest revision as of 06:10, 25 March 2018
The Accord.NET Image Processing and Machine Learning Framework
Accord.NET is a framework for scientific computing in .NET. The framework is comprised of multiple librares encompassing a wide range of scientific computing applications, such as statistical data processing, machine learning, pattern recognition, including but not limited to, computer vision and computer audition. The framework offers a large number of probability distributions, hypothesis tests, kernel functions and support for most popular performance measurements techniques.* Accord .NET Framework
Facial Recognition
Adding Facial Recognition to Your Mobile Apps By Pierce Boggan
- Adding Facial Recognition to Your Mobile Apps
- Learn how to build smarter mobile apps using Microsoft Cognitive Services & Xamarin
Android
Android services
Android Emulator
Android Emulator Hardware Acceleration
Android Camera
iOS
Automatic macOS Provisioning
MvvmCross
Bindings
UWP
- Microsoft.Net.Native.SharedLibrary-x64
- Using SuspensionManager for Saving Application State
- UWP Community Toolkit
Reflection and Default.rd.xml
- Modifying UWP navigation backstack with MvvmCross
- PageStackEntry Class
- Re-implementing WinRT’s navigation system