2015년 5월 12일 화요일

android: Communication with service (안드로이드 서비스간 소통)

android: Communication with service (안드로이드 서비스간 소통)

- 목표 :  service 만들기, 서비스 간 소통하는 어플리케이션 제작

- 활용 기능 : Activity & implement service, implement service 

  Activity Life Cycle

  - 과정
    1. service 시작을 위한 bindService function 호출 
    bindService(Intent service, ServiceConnection conn, int flag)
    

  2. onBind function 호출, LocalBinder mBinder 변환 

  3. onServiceConnection 함수는 서비스가 연결 되면 호출된다. 

  4. mService 변수를 통해 함수들 불러오기

  5. unbindService 함수로 서비스 멈추기

  6. 결과 




댓글 없음:

댓글 쓰기