Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.66 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.66 KB

Xamarin Prebuilt Apps

Visit the pre-built apps page on xamarin.com.


To download this repository and and its dependencies:

git clone --recursive [email protected]:xamarin/prebuilt-apps.git

To build all apps:

rake build

Employee Directory

Prototypical contacts application that can talk LDAP.

Available for iOS, Android and Windows Phone.

http://xamarin.com/prebuilt/employeedirectory

Field Service

A field service app containing a list of assignments. Take photos, signatures, record hours, etc.

Available for iOS, Android and as a Windows Store app (Windows 8 and Windows RT).

http://xamarin.com/prebuilt/fieldservice

###Note on the included solutions and projects

There are two solutions for each application: Xamarin.sln and VisualStudio.sln.

  • The Xamarin solution contains iOS and Android projects, and is primarily targetted at developers on OS X using Xamarin Studio.

  • The VisualStudio solution contains Android and Windows projects, and is primarily targetted at developers on Windows using Visual Studio (since it can handle the Windows project types).

Alternatively you can open any of the individual platform project files, or you can choose to add the existing iOS project to your Visual Studio solution.