Сompetitive assignment of the competence "Mobile application development" Final stage of the Professional Skills Championship "Professionals"
- Kotlin - A programming language that is used for Android app development
- Jetpack Compose - A declarative UI toolkit for building native Android UI
- Supabase - An open source Firebase alternative
- Dagger Hilt - A dependency injection library
- Room - A persistence library that provides an abstraction layer over SQLite interfacing with Kotlin
- JUnit - A simple framework to write repeatable tests
- Yandex mapKit SDK - A library that allows you to use the features of Yandex Maps
- Open a terminal and run the following git command:
git clone https://github.com/radlance/Matule.git
- Launch Android Studio and choose Open an existing Android Studio project. Navigate to the cloned repository and select the root folder of the project.
- In Android Studio, click on Build -> Generate Signed Bundle / APK and follow the instructions to generate an APK
- Alternatively, click
▶ Runand build the app and run it immediately