Dev/Android

Android Studio Dolphin 🐬(2021.3.1) - Stable Release

healthyryu 2022. 9. 20. 11:40

안드로이드 스튜디오 돌핀의 3가지 핵심 테마 - Jetpack Compose, Wear OS, 개발 생산성

 

https://android-developers.googleblog.com/2022/09/android-studio-dolphin.html

 

Android Studio Dolphin

Posted by Yuri Blaise, Product Manager, Android   The Android Studio team took a deep dive into making it easier to make high quality ...

android-developers.googleblog.com

 

1. Jetpack Compose

- Compose Animation Inspector - 애니메이션 미리보기 가능

 

- Multiple Screens 미리보기

 

- 사용자 인터페이스 디버깅에 도움되는 Compose UI counter(Layout Inspector) 도입 - recomposition 되는 수를 세어준다

 

2. Wear OS

- Wear OS 에뮬레이터 툴바 - Wear OS 기기에서 사용 가능한 버튼과 동작 추가

- 에뮬레이터 페어링 어시스턴트 - 여러 대의 Wear OS 디바이스를 가상 혹은 실제 스마트폰 한대와 페어링 간으

 

3. Development Tools

- Gradle Managed Virtual Device 를 테스트 디바이스에서 관리 가능

Gradle Managed Virtual Devices - If you've wanted to automate your app testing using emulators, but found it cumbersome to coordinate, and setup, then Gradle Managed Virtual Devices is for you. Just describe the virtual devices you need for your automated tests as a part of your build, and let Gradle take care of the rest. From SDK downloading, to device provisioning and setup, to test execution and teardown, Gradle manages the lifecycle of your virtual devices during instrumentation tests. Gradle further optimizes your test execution with new features that enable snapshot management, test caching, and test sharding to ensure your tests run efficiently, quickly, and consistently.
반응형

'Dev > Android' 카테고리의 다른 글

Bluetooth 관련 정리  (0) 2023.03.09
Stream Chat 구현 - Android / 안드로이드  (0) 2022.09.29
Android MVVM 패턴에 대해서  (0) 2022.09.01
Jetpack Compose 학습  (0) 2022.08.16
Kotlin Gson 활용해서 Json 파싱하는 방법  (0) 2022.07.28