xamarinhelp.com
Accessing Files on Emulators - Xamarin Help
https://xamarinhelp.com/accessing-files-emulators
Accessing Files on Emulators. December 1, 2016. When you are developing on an emulator, you may want to look at the files created by the application. Each emulator and SDK tools have different capabilities on reading and writing files to disk. You may want to do this to open a SQLite Database, or to change the hosts file in Windows Mobile Emulator. Windows Mobile Emulator, I have found to be the most cumbersome. You must shutdown the emulator, and load the VDD separately to see what is stored locally.
xamarinhelp.com
Troubleshooting Connecting to Xamarin Mac Agent - Xamarin Help
https://xamarinhelp.com/troubleshooting-connecting-xamarin-mac-agent
Troubleshooting Connecting to Xamarin Mac Agent. December 12, 2016. Couldn’t connect to mac.local. Please try again. This problem appears more than I would like and it is due to a variety of issues. These normally occur after upgrades or setting up your Mac Build Host for the first time. Connecting To The Mac Agent. You have a Mac setup and Visual Studio running and you are wanting to connect to your Mac Build host but it will not connect. Can you ping the Mac? If not, you have a network issue. The user ...
xamarinhelp.com
Discovery Archives - Xamarin Help
https://xamarinhelp.com/category/discovery
Interacting with Google Assist in Xamarin. August 13, 2016. Part 6 of App Discovery and Deep Linking Series Introduction Voice interactions come in a few flavors on Google. First there is Google Now. It is very similar to Siri, in that it can answer voice queries and delegate to other applications if needed. Google Now is available on both iOS and Android however is […]. Interacting with Siri on Xamarin in iOS 10. August 10, 2016. Xamarin.iOS Mobile Search API. August 7, 2016. August 5, 2016. Part 3 of A...
xamarinhelp.com
Xamarin Forms WebView Advanced Series - Xamarin Help
https://xamarinhelp.com/xamarin-forms-webview-advanced-series
Xamarin Forms WebView Advanced Series. January 8, 2017. The Xamarin Forms WebView control is an abstraction of the platform specific Android WebView, iOS UIWebView and UWP WebBrowser controls. It allows you to view HTML and run Javascript from a local or remote source. In this series are several posts about many things you can configure, to make your life easier. If you want to use Refresh or GoBack, you will need to extend the WebView control to make it accessible in your ViewModel. Click here to cancel...
xamarinhelp.com
Architecture Archives - Xamarin Help
https://xamarinhelp.com/category/architecture
Patterns for Referencing Dependencies in Cross Platform Development. February 13, 2017. There are many ways to obtain a reference to a dependency in programming. You may have heard of patterns called Service Locator, Constructor Injection, Static Instances or even PubSub. All of these are valid patterns and have their uses, but there are also many incorrect ways to use them. Service Locator Service Locator is a […]. November 2, 2016. October 10, 2016. October 5, 2016. Constructor injection is a great way...
xamarinhelp.com
3D Archives - Xamarin Help
https://xamarinhelp.com/category/3d
UrhoSharp 3D Moving Object. October 30, 2016. Following on from the Introduction to UrhoSharp in Xamarin Forms, we are now looking at creating a 3D moving object. If you haven’t read the first post, please do before continuing as this based on the final result of that post. To create a 3D moving object we need to create a scene, add components and […]. Introduction to UrhoSharp in Xamarin Forms. October 29, 2016. Latest Xamarin Forms Info. Discover lesser known info. Unsubscribe at any time.
xamarinhelp.com
Introduction To Xamarin Workbooks - Xamarin Help
https://xamarinhelp.com/introduction-xamarin-workbooks
Introduction To Xamarin Workbooks. December 4, 2016. Xamarin Workbooks is a unique product that allows you to write documentation, with runnable code examples and provides a way to visualize the user interfaces. You can create these workbooks for Xamarin Android, Xamarin iOS, WPF and Console. As of the date of this post, Xamarin.Android and Xamarin.iOS don’t have great (or any? Support in the Windows version, hence you will want to use your Mac, unless you plan to just use WPF or Console. When you have a...
xamarinhelp.com
Xamarin Help - Page 2 of 11 - Unofficial Xamarin site for helping programmers using Xamarin
https://xamarinhelp.com/page/2
Using Xamarin Inspector With Your Live Apps. February 1, 2017. The Xamarin Inspector, is its own product, that can inspect your Xamarin apps, while they are running. I have mentioned Xamarin Workbooks before, and you will have seen a live inspector, that ran your pieces of code. This is the same inspector, just separated to connect to a live app, instead of through Workbooks. Setup You […]. Tracking Memory Leaks In Xamarin With The Profiler. January 30, 2017. January 25, 2017. January 24, 2017. The WebVi...
xamarinhelp.com
Code Archives - Xamarin Help
https://xamarinhelp.com/category/code
Xamarin Forms Dependency Injection. March 12, 2017. Calling native platform code in your portable class library (PCL) is achievable via Dependency Injection. It’s a common question for people starting out, who are using a PCL or .NET Standard Library for developing their Xamarin apps. Dependency Injection involves creating an interface that can be commonly applied across all native platforms, then coding the […]. February 7, 2017. February 4, 2017. WebView Rendering Engine Configuration. January 24, 2017.
xamarinhelp.com
Accommodating The On Screen Keyboard in Xamarin Forms - Xamarin Help
https://xamarinhelp.com/accommodate-on-screen-keyboard-xamarin-forms
Accommodating The On Screen Keyboard in Xamarin Forms. December 2, 2016. Most, if not all apps, will require an entry field for user input. When you are on a mobile device, selecting an entry field will cause the onscreen keyboard to appear and depending upon the platform and app settings it can cause different things to happen to your layout. As a starting point, here is a simple Xamarin Forms page that creates 3 sections each with an entry field. A sample project SoftInput. ContentPage xmlns="http:/ xa...