/app-customers

A simple demo app with three screens: a list screen, a read-only detail screen, and an editable detail screen.

Primary LanguageC#MIT LicenseMIT

Sample Deprecated & Replaced

This sample has officially been deprecated and replaced with the "My Contacts" sample application that showcases Xamarin.Forms and an ASP.NET Core backend.

This repo is left here for historical purposes, back links, and is read-only.

app-customers

A simple Xamarin.Forms demo app with three primary screens:

  • a list screen
  • a read-only detail screen
  • an editable detail screen

Includes integrations such as:

  • getting directions
  • making calls
  • sending text messages
  • email composition

##Build Status Build Status

Google Maps API key (Android)

For Android, you'll need to obtain a Google Maps API key: https://developer.xamarin.com/guides/android/platform_features/maps_and_location/maps/obtaining_a_google_maps_api_key/

Insert it in ~/Droid/Properties/AndroidManifest.xml:

<application android:label="Customers" android:theme="@style/CustomersTheme">\
  ...
  <meta-data android:name="com.google.android.geo.API_KEY" android:value="[YOUR API KEY HERE]" />
  ...
</application>

Screens