xamarin-forms-samples
xamarin-forms-samples copied to clipboard
Samples that use Xamarin.Forms (http://xamarin.com/forms)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
When I create a project in Visual Studio 2015, this happens.  and If I think to create one in 2017 and open it in 2015, it doesn't work. please...
How to add the reference of robotics.mobile.core. I didnt find this in nuget.
Gives this error: `/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: Support for Classic applications (using monotouch.dll) is obsoleted in Xamarin.iOS 10.0+. Please migrate your project to Unified (Project > Migrate to Xamarin.iOS Unified API). (LoginPattern.iOS)`
Hi Why all your samples use old version of nugets packages??? you get paid for that, come on do it. Everytime i try a sample the sdk or java you...
Is there any hope for updating the code that leverages obsolete APIs?
When I try to run the android application, here are the errors I'm getting, using Visual Studio 2015 Update 3: ``` 1>100% ... 6793kb of 6793kb copied 1>:Deployment failed 1>Mono.AndroidTools.InstallFailedException:...
ViewFactory.cs line 46 & 68 ``` var page = (Page)Activator.CreateInstance (viewType); ``` should be ``` var page = (TodoItemPage)Activator.CreateInstance (viewType); ```
The link [Monkey.Robotics component](https://components.xamarin.com/view/Monkey.Robotics) in Readme.md gives a 404 error and searching for this component in the Xamarin component store yields nothing. The sources are on Git still however -...
After opening TISensorBrowser solution there in no Monkey.Robotics. I unfortunately cannot add it: Could not install package 'Monkey.Robotics 0.5.2'. You are trying to install this package into a project that...