Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.4 KB

File metadata and controls

28 lines (17 loc) · 1.4 KB

ClothesStore (Android)

kotlin MVVM coroutines Dagger

Android client for an online catalogue.

App Demo Gif

Setup:

Create a serverSecrets.properties file in the root directory of your project

alt text

API_KEY="XXXXXXX_API_KEY_HERE_XXXXX"
BASE_URL="XXXXXXX_PROJECT_BASE_URL_HERE_XXXXX"
HEADER_AUTH_KEY="XXXXXXX_HEADER_AUTH_KEY_XXXXX"

The private keys above can be provided by Melissa.

Note:

The backend was designed in a way that requests had to be chained, hence the refresh after certain GET/POST requests