Languages

Menu
Sites
Language
time_tick 혹은 ambient_tick 함수에 대해

안녕하세요.

기어 서클앱을 짜고 있는데요...

제가 짜고 있는 앱은 배경이미지와 시계로 구성된 메인 화면에

시계 영역을 터치시 로터리앱이 뜨도록 구성하려고 합니다.

 

그런데 watch 가 아닌 앱으로 소스를 짜다보니 ,

ui_app_lifecycle_callback_s 에는 time_tick, ambient_tick 함수가 없더라구요...

watch_app_lifecycle_callback_s 에는 time_tick, ambient_tick 함수가 있던데....

 

ui_app_lifecycle_callback_s  에서 매초마다 업데이트 되는 시간정보를 알기위해서는 어떻게 처리하면 될까요?

도움좀 부탁드립니다.

감사합니다.

Responses

2 Replies
colin Rao

Hi,

Not clear your purpose. 

If you want to get the timer ticket update every second, seems it’s ok to use the watch_app_lifecycle_callback_s. Check the section “API References > Native Application > Wearable Native > Wearable Native API Reference > Application Framework > Watch Application” on IDE help doc.

If you just want to get the current time at a specific point, seems the Ucalendar api is ok. Check the section “API References > Native Application > Wearable Native > Wearable Native API Reference > Base > Utils > i18n > Ucalendar” on IDE help doc.

daniel kim

안녕하세요..

api를 뒤져봐도 ui app에서 time tick을 받아오는 방법은 없는 것 같습니다. colin rao님이 언급한 Ucalendar의 api를 이용하여 현재시각을 계속 불러오도록 하셔야 할 것 같습니다.

      int i18n_ucalendar_get_now  ( i18n_udate *  date )