-
Notifications
You must be signed in to change notification settings - Fork 0
Home
-
to be able to use the visual studio IDE for ios development, I need a virtual machine (VMware) that would run the Mac OS. The VM running MacOS provides a platform for ios app deployment. The deployment itself, coding and debugging happens through windows-visual-studio. For it's needed to define the MacOS VM as an agent (in visual studio)
-
To be able to install MacOS on VMware, there's a need of the following patching software: https://github.com/DrDonk/unlocker
-
There are two options of having an app project development using Xamarin. "Xamarin Native", "Xamarin Forms". In Xamarin Forms, GUI development based on XML code. IMPORTANT: In case of need to implement a GUI module that is impossible to be done (the way we want) using the XML - only then it's possible to developer the module (render) in the native platform language.
-
There must be a wide use of "dependency injection" design pattern