How to have Android Service communicate with Activity

前端 未结 13 2046
说谎
说谎 2020-11-22 02:54

I\'m writing my first Android application and trying to get my head around communication between services and activities. I have a Service that will run in the background an

13条回答
  •  耶瑟儿~
    2020-11-22 03:22

    I am surprised that no one has given reference to Otto event Bus library

    http://square.github.io/otto/

    I have been using this in my android apps and it works seamlessly.

提交回复
热议问题