Can you please explain your reply? I didnt undrstand the ID part. Thanks!

On Monday, January 21, 2013 10:20:25 AM UTC+2, skink wrote:
>
>
>
> a wrote: 
> > Hi , Thanks for your reply.. 
> > 
> >  I have my HTTP server(Apache CORE) running a service S. While I receive 
> a 
> > POST request, the response should be sent after execution of an intent 
> A, 
> > which sends a Broadcast to my service S already running (which is 
> designed 
> > based on my requirement). So I need to handle the HTTP POST response in 
> the 
> > Broadcast receiver. Is this possible to do? So, I need the HttpResponse 
> in 
> > the handle() method to be sent in the Broadcast receiver and send the 
> > response from there. Please let me know if you need more details. 
> > 
> > Thanks! 
> > 
>
>
> your service keeps a pool of http requests so pass only ID of 
> particular request between service>activity>broadcast>service 
> execution 
>
> pskink 
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to