Skip to content

System Manual

Halit Özsoy edited this page Jan 2, 2020 · 5 revisions

Android

Installing The App

Download kereviz-android.apk file from the Github repository. Connect an Android device to the computer and send the kereviz-android.apk file to the Android device via the USB cable. On the Android device open the file. The installation of the app must start automatically.

Note: Android device must be in developer mode. To switch your device to Developer mode, click to the Android version in the Settings, seven times.

Minimum SDK version supported for Android app is 15.

Debugging The App

The Android app is developed on Android Studio and Android Studio is the IDE that is advised by Kereviz team to use if you want to see the code and debug.

After installing Android Studio, clone the repository using Git commands on the terminal of Android Studio. After cloning, Gradle build should be automatically configured. And the code will be visible on the Android Studio.

You can debug the app using a real Android device or Android emulator of Android Studio once the code is cloned. Simply click the green triangle on the top and select which device you want to use.

Front-End

You can use npm start after npm install and you are good to go!

You can also use npm test for running the unit tests.

You can also use npm cosmos for checking out / trying some of the components individually. (it's like storybook)

🏠 Home

📃 Assignments

👯 Team Members

📚 Resources

Clone this wiki locally