https://github.com/plumsoftware/lab-1
Лабораторная работа для курсов повышения квалификации. Android Lab #1
https://github.com/plumsoftware/lab-1
android kotlin
Last synced: about 1 month ago
JSON representation
Лабораторная работа для курсов повышения квалификации. Android Lab #1
- Host: GitHub
- URL: https://github.com/plumsoftware/lab-1
- Owner: plumsoftware
- Created: 2023-10-29T06:14:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T05:31:11.000Z (over 2 years ago)
- Last Synced: 2025-03-23T03:32:30.781Z (about 1 year ago)
- Topics: android, kotlin
- Language: Kotlin
- Homepage:
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lab1
This is Android Lab #1
It is just one screen, created with Jetpack Compose.
## Screenshots


## Get started
Firstly you need to download [Android Studio](https://developer.android.com/studio/)
## If it is first time
So, _If you have not worked in Android Studio before, then create a file AndroidStudioProjects in directory C:\Users\User\AndroidStudioProjects_
## Instalation
- Then in Android Studio click _Get from VCS_
- Copy this repository in AndroidStudioProjects
## Launch
To launch on divice you need use devices with versions from API 24 to API 34.
Check [release notes](https://developer.android.com/reference/android/os/Build.VERSION_CODES/)
You can find APK in following way
```
C:\Users\User\AndroidStudioProjects\Lab1\app\debug
```
Or you can create a virtual device with the settings that I described above. Then just click on launch button (Green triangle on right top side).