Open source Android app for NUS shuttle buses.
- Requires Android: 5.0 and up
- Current versions: 1.0
- Supported languages: en/ru
- Clone this repository
- Generate "Maps SDK for Android" API key for GoogleMaps (find more information about it here)
- Put generated API key into
app/src/debug/res/values/google_maps_api.xml
- Run the following gradle task to assemble debug APK:
./gradlew assembleDebug
- Assembled APK file will be located here:
app/build/outputs/apk/debug/app-debug.apk
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)
App is implemented in Kotlin language with using the following libraries: