본문 바로가기

HCI/Wearables

WearOS development - Samsung Galaxy Watch 4

REF: https://developer.android.com/training/wearables

 

Wear OS 개요  |  Android 개발자  |  Android Developers

Wear OS 개요 Wear OS by Google을 사용하면 사용자가 연결을 유지한 상태로 작업을 수행하고 자신을 표현할 수 있는 앱을 작성할 수 있습니다. Wear OS는 Android를 기반으로 하며 손목에 최적화되었습니

developer.android.com

 

WearOS는 Android 베이스의 스마트워치 앱 개발 플랫폼이다.

모바일 앱의 Android 어플리케이션을 전부 migration하는 것 보다는 중요한 작업을 Wear OS 인터페이스 위에 올려 집중하는 것이 좋다.
다양한 Design Surface가 존재하며 적합하게 활용하는 것이 중요함.

WearOS design surface

WearOS는 손목 디바이스에 최적화된 안드로이드 플랫폼이기에, 안드로이드 경험을 해보았다면 많은 features 와 API를 사용하는데 쉬울 것이다. 하지만 mobiel app과 wearOS app은 몇가지 차이점이 있다.
UI interaction 측면에서 기기의 차이로 인한 많은 차이가 있으며, 그래픽 혹은 백그라운드 task나 data handling 측면에서는 매우 유사하다. 
https://developer.android.com/training/wearables/wear-v-mobile

 

Wear OS versus Mobile Development  |  Android Developers

Wear OS versus Mobile Development Wear OS is based on Android and is optimized for the wrist. If you have developed for Android before, you may have used many of these features and APIs. However, there are some differences between how you design a mobile a

developer.android.com

 

'HCI > Wearables' 카테고리의 다른 글

WearOS development - ADB  (0) 2022.06.22