There are 3 flavours of API:
- direct bidnigns which are bound directly to native API (iOS and Android) this is mostly for API investigation and analysis
- normalized/homogenized API (abstraction layer over iOS and Android API) used mostly for unified/homogene API layer for cross platform development (Xamarin.Forms)
... and 3 flavours of samples
- native classical with
- direct bindings Samples.Native.Classical.UberTestersSDK
- normalized/unified bindings these samples will be used for testing and analysis of normalized API Samples.Native.Classical.UberTestersSDK.Normalized
- native Xamarin.Forms with normalized/unified API Samples.Native.XamarinForms.UberTestersSDK.Normalized
- Ubertesters.Bindings.XamarinAndroid Android bidnings
- Ubertesters.Bindings.XamarinIOS iOS bindings
- Ubertesters.Application.XamarinAndroid Android sample DONE
- Ubertesters.Application.XamarinIOS iOS Sample working