i want to send data that reside in the Activity file and extends service that receive data how is it Possible i dont want to use Intent here show me the way
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If your service runs in the the same process as your activity you can use:
If your service runs in a different process than your activity: |
|||
|
