Skip to content

CTLandry/xam-native-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

xam-native-users

Architecture (MVVM)

Follows MVVM architecture with view -> viewmodel <- model bindings and services injected in the constructor for low coupling core functionality.

Functionality

  • Contact List View
  • Add Contact
  • Validate Password Entry

Dependencies

  • MVVMCross
  • sql-net-pcl

Android

Implemented solution.

iOS

The requirements were for only one platform but to implment the same solution for iOS should be as simple as adding a reference to core, mvvmcross and adding a few view controllers. The only part of the solution that is not contained in core are the UI's. I did start to implement it with view controllers but ran out of time working on this over the weekend.

Releases

No releases published

Packages

No packages published

Languages