Hello I am working on android application where I want to use LocalBroadCastManager
. I want to perform network operation in service and send result to activity from there using LocalBroadCastManager
.
Is it possible to do that using LocalBroadCastManager
or Do I have to do same in different method ?
Thanks in advance.