Monthly Archives: May 2015

img_xamarin

TipCalc

- - 0 Comments

TipCalc is based on an existing iOS and Android sample but has been completely rewritten for Xamarin.Forms using XAML and data-binding. This new version now builds for iOS, Android, and Windows Phone. If you open the solution in Xamarin Studio, it will not be able to load the Windows Phone...

img_xamarin

AirLocate

- - 0 Comments

AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegion. The code also provides an example of how you can calibrate and configure an iOS device as a beacon with CoreBluetooth. You can configure an iOS device as a beacon as follows: 1) Obtain two iOS devices equipped with...

img_xamarin

NSCustomView

- - 0 Comments

This example shows the creation of two custom NSViews, which each paint themself via different mechanisms. • One overrides the draw method and handles the painting there. • One arranges a set of Core Graphichs layers to handle the drawing. Author : https://github.com/dylankelly5. If you like this tutorial then you can...

img_xamarin

MotionGraphs

- - 0 Comments

This is a port of the WWDC2012 sample. MotionGraphs is an application project that demonstrates a how to use the push method to receive data from Core Motion. It displays graphs of accelerometer, gyroscope and device motion data. The project has the following classes : GraphView — A UIView subclass...