2014-07-22

Complete Graph on Android

Similar to the Complete Graph in Silverlight from back in 2010, here is a complete graph on my Android phone built using F# on the Xamarin Platform.

You touch the screen to increase the number of points and press the reset button to reset it back to three points.

This is a bare minimum F# Xamarin Android app. The app code is a single MainActivities.fs file.
If you need to freshen up your math skills like I did for this, I highly recommend Khan Academy.