PerpetualMobile
- 47,113 total downloads
- last updated 6/18/2021
- Latest version: 5.0.0.5
Library to write NUnit Integration Tests for Xamarin.Forms
- 46,177 total downloads
- last updated 3/24/2021
- Latest version: 1.4.36
Simple platform independent key/value storage for iOS and Android (Xamarin)
- 22,620 total downloads
- last updated 5/27/2021
- Latest version: 0.3.26
Simple platform independent location manager for iOS and Android (Xamarin)
- 12,246 total downloads
- last updated 9/9/2019
- Latest version: 1.0.9
XFormsTouch: provides touch event notifications for Android and iOS via Xamarin.Forms Effect.
The code is copied from https://github.com/xamarin/xamarin-forms-samples/tree/master/Effects/TouchTrackingEffect and adapted to be used as a separate library.
Xamarin explains how it works at...
More information
- 11,026 total downloads
- last updated 1/24/2019
- Latest version: 0.6.12
InterfaceBuilder is an hepful api to write Xamarin.Forms user interfaces directly in sourcecode. It's heavly relying on the builder pattern. So you can write:
var ui = new UI();
MainPage = ui.Page("MainPage", ui.Stack().With(
ui.Label("A"),
ui.Label("B"),
ui.Label("C"))
);
- 7,786 total downloads
- last updated 3/30/2020
- Latest version: 0.2.19
Piwik implementation for Xamarin Apps
- 4,988 total downloads
- last updated 2/16/2019
- Latest version: 0.94.0
Simple platform independent timer for iOS and Android (Xamarin)