Languages

Menu
Sites
Language
UI빌더를 사용할 경우 lifecycle 관련해서 질문드립니다

빌더를 사용하여 새로운 프로젝트를 하나 생성하였고, 다른 코드를 이 프로젝트에 추가하려고 하는데 

create가 생성되고 terminate에 의해 종료되기까지 reset, pause, resume 함수가 계속해서 진행중인 코드가 어디인가요???

( 음 간단하게 얘기하자면 다른 코드를 미리 만들어둔 상황에서 타이젠에 추가하려고 하는 상황인데, 어디 쪽에다가 입혀야 하는지 감이

안잡혀서 질문드리는 상황입니다.)

Responses

1 Replies
Mehedi Alamgir

What i understood from your question is, you want to know the location of native Life Cycle methods of UI Builder project.

If that is the qustion then goto

/src/app_main.c file 

You will find all the life cycle methods (on_create, on_resume,on_pause, on_terminate etc) in this file .