Skip to content
NadavRamot edited this page May 10, 2018 · 8 revisions

Welcome to the Final Year Project wiki!

Important remarks collected during project implementation time frame

  • 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

Clone this wiki locally