I re-built the existing Waitrose Product app, which had previously been built as a native iOS app, in Xamarin Forms, for both Android and iOS.
Built using Xamarin Forms for both Android and iOS
This project was an initial proof of concept, transferring an existing native iOS app to a cross platform Xamarin Forms app. It was to be deployed primarily on a special Android device with a built in scanner, but with a requirement for it to be deployable on iOS aswell.
I developed it using the MVVM software architectural pattern, and built the UI using databinding and XAML. We achieved in the region of 90% code share, the only native Android code was to interface with the device scanner.