Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
/ app-customers Public archive

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

License

Notifications You must be signed in to change notification settings

xamarin/app-customers

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •