Android
Programming and Technical
Programming
Variables
Bound service: binding to a service, what is the function that needs to be implemented in service class?
Options
1) onCreate()
2) onBind() & onUnbind()
3) ServiceConnectionListener in client side.
4) all above 3 are required
Read Solution (Total 0)
Android Other Question