Hi Pierre

Best way is to use intents
You create an intent,
You put your data in a bundle you add to your intent.
you broadcast your intent
on the receiver side you add this intent to intent filter
And you add a case in the intentReceiver switch
You get your bundle from your intent then your data from the bundle.

Regards

Andre

On Mon, Jun 9, 2008 at 12:08 PM, Pierre <[EMAIL PROTECTED]> wrote:
>
> Hi, all,
>
> I design a small chat application.
> Now I have two windows. One window is to edit text and the other is
> with the names of the users(checkbox).
> I would like to put the users names in a "EditText" in the first
> window after we choose the users and click a button "add".
> How to do this?
> Anyone can tell me?
>
> Thanks in advance!
>
> PAN
> >
>

--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to