This project is a basic Android application using Kotlin as language
- Android Studio
- Pixel 6 emulator API level 33 and platform version 13
gradle assembleDebug
gradle spotlessApply
${androidSdk}/emulator emulator -adv ${deviceName}
Where:
${androidSdk}
is your Android SDK directory${deviceName}
is device you created
${androidSdk}/platform-tools/adb -s emulator-5554 install ${projectHome}/app/build/outputs/apk/debug/app-debug.apk
Where:
${androidSdk}
is your Android SDK directory${projectHome}
is your project directory
gradle test
Notes:
- Use credentials
client:secret
for testing the app - Pull new messages tapping in the toolbar
- Android authenticator uses spring-web-resource-server project as a backend service.