xamarin / prebuilt-apps

Complete, prebuilt apps for you to customize and deploy.
215 stars 300 forks source link

Xamarin Prebuilt Apps

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


To download this repository and and its dependencies:

git clone --recursive git@github.com:xamarin/prebuilt-apps.git

To build all apps:

rake build

Employee Directory

Prototypical contacts application that can talk LDAP.

Available for Android and Windows Phone.

http://xamarin.com/prebuilt/employeedirectory

This sample has been removed for iOS because the "UISearchDisplayController" API was depercated in iOS 8+ and replaced with "UISearchController". There is also a bug with IOS 13+ which causes the sample to crash on iOS 13+. Please see this sample for an example of working with "UISearchController".

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.

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.