/CheckiePyMobile

A Xamarin.Forms Android application

Primary LanguageC#MIT LicenseMIT

Getting started

Android client for the backend.

1. Prerequisites

  • Visual Studio or Xamarin Studio

  • Xamarin

2. Build and run

2.1. Open the solution

Open file CheckiePyMobile.sln with Visual Studio or Xamarin Studio and run build.

2.2. Setup secrets

Create in folder CheckiePyMobile/CheckiePyMobile/Helpers file SecretKeeper.cs that contents:

using System;
namespace CheckiePyMobile.Helpers
{
    public static class SecretKeeper
    {
        public static string MOBILE_CENTER_API_KEY = "";
    }
}

Here you can set a key from AppCenter to get app usage analytics.

3. Screenshots

Login Repositories New code style
Login Repositories New codes tyle

License

MIT