But why are you so ure you must use Handler? The design of Android is
that you use Intents for interprocess communication. Nearly always, if
not always.

Handler is meant for communication between threads of a single
process.

On Aug 13, 5:15 am, "pnk.444" <[email protected]> wrote:
> Hi,
>
>   I have to post messages from one process to another process by using
> handler .
>
>   I am using Handler.post/Handler.sendMessage but i am not getting
> those messages
>   in another process. I am not getting any exceptions also.
>
>    Is it possible to sent messages across processes using Handler?
>
>    If it is the case how can i do it?
>
>  Thanks in advance.

-- 
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

Reply via email to