Skip to content

isamborskiy/NUSBus

Repository files navigation

NUSBus app Build Status

Open source Android app for NUS shuttle buses.

App information

  • Requires Android: 5.0 and up
  • Current versions: 1.0
  • Supported languages: en/ru

Screenshots

How to build APK?

  1. Clone this repository
  2. Generate "Maps SDK for Android" API key for GoogleMaps (find more information about it here)
  3. Put generated API key into app/src/debug/res/values/google_maps_api.xml
  4. Run the following gradle task to assemble debug APK: ./gradlew assembleDebug
  5. Assembled APK file will be located here: app/build/outputs/apk/debug/app-debug.apk

Optional

To turn off LeakCanary you can go to NusBusApplication.kt and comment the following lines in onCreate method:

if (LeakCanary.isInAnalyzerProcess(this)) return
LeakCanary.install(this)

Used technologies

App is implemented in Kotlin language with using the following libraries:

About

Android application for NUS shuttle buses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages