"안드로이드 Service"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;안드로이드 Service
;안드로이드 Service
;안드로이드 서비스
;android.app.Service
*백그라운드로 동작함
*백그라운드로 동작함
*흔히 서비스로 제공하는 기능: 음악 재생, 다운로드 등
*장시간 백그라운드 작업을 수행할 수 있는 앱 구성요소
:UI로 제공할 수 없는 작업을 수행
*흔히 서비스로 수행하는 기능: 음악 재생, 다운로드 등


http://developer.android.com/images/service_lifecycle.png
==수명주기==
[[파일:android-service_lifecycle.png]]


==같이 보기==
==같이 보기==
*[[안드로이드 앱 구성요소]]
*[[안드로이드 앱 구성요소]]


==참고 자료==
==참고==
*http://developer.android.com/guide/components/services.html
*http://developer.android.com/guide/components/services.html
*http://treejsh.tistory.com/entry/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-service
*http://treejsh.tistory.com/entry/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-service


[[분류: 안드로이드]]
[[분류: 안드로이드]]

2019년 12월 7일 (토) 11:44 기준 최신판

1 개요[ | ]

안드로이드 Service
안드로이드 서비스
android.app.Service
  • 백그라운드로 동작함
  • 장시간 백그라운드 작업을 수행할 수 있는 앱 구성요소
UI로 제공할 수 없는 작업을 수행
  • 흔히 서비스로 수행하는 기능: 음악 재생, 다운로드 등

2 수명주기[ | ]

Android-service lifecycle.png

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}