Книги автора: Beginning Android
Книга: Beginning Android
Prometheus Unbound
Prometheus Unbound
When you are done with the IPC interface, call unbindService()
, passing in the ServiceConnection
. Eventually, your connection’s onServiceDisconnected()
callback will be invoked, at which point you should null out your interface object, disable relevant widgets, or otherwise flag yourself as no longer being able to use the service.
For example, in the WeatherPlus implementation of onServiceDisconnected()
shown previously, we null out the IWeather
service object.
You can always reconnect to the service, via bindService()
, if you need to use it again.
Оглавление статьи/книги
Похожие страницы
- CHAPTER 31 Invoking a Service
- 6.3.2. Процедура сбора качественных данных
- Глава 2 Табличный редактор Microsoft Excel
- «Плиточные» структуры и квазикристаллы
- 16.13 Формат сообщений MIME
- Как уразуметь свою техническую роль и придерживаться ее
- Отправка запроса
- Build a Run-Time Image for an OS Design
- Как отвечать на письма, полученные вашей организацией