An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Lab1
This is Android Lab #1
It is just one screen, created with Jetpack Compose.

## Screenshots
![screenshot #1](https://github.com/plumsoftware/Lab1/blob/master/app/src/main/res/drawable/img.png)

![screenshot #2](https://github.com/plumsoftware/Lab1/blob/master/app/src/main/res/drawable/img_1.png)

## 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).