Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

CheckiePy/CheckiePyMobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Xamarin.Forms Android application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages