Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 378 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 378 Bytes

Xamarin-POC

  1. Used MVVM pattern by Implementing the Base ViewModel and moving all the UI logic to the viewmodel. So that it will be easier to do Unit testing and loose coupling of UI from the backend.
  2. SQLite integration with user service and user Repository for User CRUD operations.
  3. Used the Xamarin dependency Service to initialize the User repository.