Competitive assignment on the competence "Mobile application development" Final (interregional) stage of the Professional Skills Championship "Professionals" in 2025
- Kotlin - A programming language that is used for Android app development
- Jetpack Compose - A declarative UI toolkit for building native Android UI
- Retrofit - A type-safe HTTP client for Android and Java
- Dagger Hilt - A dependency injection library
- Yandex SpeechKit - Speech recognition and speech synthesis technologies based on machine learning
- JUnit - A simple framework to write repeatable tests
- TensorFlow Lite - Google's high-performance runtime for on-device AI
- Open a terminal and run the following git command:
git clone https://github.com/radlance/LanguageApp.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