xamarin/app-customers

Name: app-customers

Owner: Xamarin

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

Created: 2016-01-05 00:49:49.0

Updated: 2018-02-23 13:15:53.0

Pushed: 2016-01-22 21:07:25.0

Homepage: null

Size: 5347

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

app-customers

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

Includes integrations such as:

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.