Android app for StuDo –– the service for event organization and promotion inside RTU university
- Clone repository:
git clone --recursive https://github.com/RTUITLab/StuDo-Android.git
- The project can be built with Android Studio 3.6.3+
By default, app use https://studo.rtuitlab.ru/api/
as API URL. If you want to use your own API URL you need to provide it in the local.properties
file like so:
api.url=YourURLHere
- English
- Russian
- Written with Kotlin
- Kotlin coroutines for asynchronous operations
- Android Architecture Components:
- Navigation component
- Dependency injection