/ShopifyIt

Primary LanguageKotlin

ShopifyIt App

N|Solid

This is an Android App to show Shopify Github Repositories.

  • Kotlin Development
  • MVVM Architecture
  • Coroutines
  • Room Persistence
  • Retrofit Http Client
  • Dagger

Configuration

This Project was developed using Android Studio

To Download the code from this Repository you can use Android Studio or command line, running:

git clone https://github.com/gabeira/ShopifyIt

To Build the Project, you can use Android Studio or from command line, just run:

./gradlew build

To install debug app from command line, use:

./adb install /app/build/outputs/apk/app-debug.apk

External Libs Reference

Tests

There is some small tests done, but essential for the functionalities, you can run on Android Studio or from the command line, to run the Unit Tests just use:

./gradlew test

Also there is some Connected Android Tests, but this requires to have a device or emulator connected:

./gradlew connectedAndroidTest