Search code examples
mvvmxamarinxamarin-studio

Which architecture pattern is suitable for Xamarin android development?


I'm new in Xamarin development. can you suggest which architecture pattern use for development. just like MVVM,MVP,MVC, etc.


Solution

  • I will now go with MVP considering the asynchronous nature of mobile applications. Check a discussion here https://blog.kloud.com.au/2018/01/17/xamarin-application-architecture/