How to get results from an IntentService back into an Activity?

前端 未结 4 956
猫巷女王i
猫巷女王i 2020-12-01 00:46

I am using an IntentService to handle network communications with a server via JSON. The JSON/server part is working fine, but I\'m having trouble getting the results back

4条回答
  •  情深已故
    2020-12-01 01:35

    You can use Otto library. Otto is an Open Source project designed to provide an event bus implementation so that components can publish and subscribe to events.

提交回复
热议问题