Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 566 Bytes

Overview

This is a simple application to research how well Xamarin and ReactiveUI play for Android and iOS.

Currently this application:

  • displays XAML page with login fields
  • enables login button only when those fields are not empty
  • displays activity indicator while login process is in progress
  • fakes login process by running an async delay

Preview

Here is how the final application looks like on Android and iOS:

Android iOS
Android preview iOS preview