Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 475 Bytes

File metadata and controls

14 lines (12 loc) · 475 Bytes

ActivityRecommender is a Xamarin application that organizes some code into separate Git submodules.

To build ActivityRecommender:

  1. Checkout the source dependencies from the git submodules. This can be done via git submodule init.
  2. Install Visual Studio.
  3. Install the Xamarin plugin to Visual Studio
  4. Open ActRect.sln in Visual Studio.
  5. Choose an OS to target: a. ActRec.Droid c. ActRec.iOS c. ActRec.UWP
  6. Ask Visual Studio to build it!