All Questions
3 questions
1
vote
1
answer
204
views
Most convenient way to implement the models used by the Service Access layer of a Xamarin application
I am new to the Xamarin technology, and I am working on an Asp.NET Core Web application which basically delivers micro-services which will be consumed by a Xamarin.Forms application.
So my Web API ...
0
votes
2
answers
468
views
How to properly architect app to display long forms with a lot of controls?
Basically, I've been tasked to work on a Xamarin.iOS app (predominantly for tablets only) that would display a long scrollable form that contains ~200 controls (buttons, switches, text fields, etc...)....
5
votes
2
answers
819
views
Should I remove "everything" from my controller in MVVM?
I'm working with Xamarin and we are following the MVVM design pattern. For those who don't know what Xamarin is, it's a technology that allows us to build iOS and Android apps with shared code. ...