Skip to main content

All Questions

Tagged with
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 ...
Toto's user avatar
  • 155
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...)....
Euridice01's user avatar
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. ...
Gil Sand's user avatar
  • 2,193