01.11.2014 Views

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

애플리케이션 개요 : 컴포넌트 생명주기<br />

Service 생명주기<br />

A service can be used in<br />

two ways:<br />

Service is<br />

started by<br />

startsService()<br />

Service is<br />

started by<br />

bindService()<br />

Context.startService()<br />

It can be started and<br />

allowed to run until<br />

someone stops it or it<br />

stops itself.<br />

onCreate()<br />

onStart()<br />

onCreate()<br />

onBind()<br />

Context.bindService()<br />

Service is<br />

running<br />

Client interacts with the service<br />

onRebind()<br />

It can be operated<br />

programmatically using<br />

an interface that it<br />

defines and exports.<br />

<strong>The</strong> service<br />

is stopped<br />

(no callback)<br />

onDestory()<br />

onUnbind()<br />

onDestory()<br />

Service is<br />

Shut down<br />

Service is<br />

Shut down<br />

<strong>Korea</strong> Android Community- www.kandroid.org<br />

4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!