My requirement is to have a service running and do a HTTP Post of a file to a device. In the handler for POST, I call an intent(using III party library) which executes scripts(and obtains results) and sends Broadcast message to my service. In the broadcast receiver, I update the new contents and post it back. I want to define the response for POST in Broadcast receiver, so that old copy of the file gets deleted in the device. Let me know if you need details.
Thanks! On Thu, Jan 3, 2013 at 12:30 PM, skink <[email protected]> wrote: > > > a wrote: > > To execute scripts using Third party library which returns a result. > > Basically I want to send a response for HTTP Post in the Broadcast > > Receiver. Please let me know how this can be done? > > > > > > then call third party library directly. > > or is it kind of Service? if so pass some unique id in your intent to > identify your request > > pskink > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Regards, Archana -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

