Skip to content

checkin-team/Checkin-Android

Repository files navigation

Check-Out! Build Status Codacy Badge

A budding startup project, named Check-Out! This repository contains the android project.

Things to do before starting:

  1. In the keystore.properties file, replace the value of storeFile to the relative path to the signature-debug.jks file in the project. Example:
  • In Windows, it is storeFile=..\\signature-debug.jks
  • In Linux, it is storeFile=../signature-debug.jks
  1. Use MVVM architecture whenever using an important data in an activity or fragment.
  1. Accounts are stored using Android AccountManager, so remove account from Settings to log out. Test Data is populated on success auth at initial step, so clear app data to solve possible local data issues.

Hall of Fame