You can stuff values into the intent when you go to start the new activity
like this:

https://github.com/gshackles/Sample-Projects/blob/master/MonoDroid/DatabaseDemo/DatabaseDemo/Activities/NoteListActivity.cs#L46

and then read it out from the new activity like this:

https://github.com/gshackles/Sample-Projects/blob/master/MonoDroid/DatabaseDemo/DatabaseDemo/Activities/ViewNoteActivity.cs#L17

On Wed, Jun 22, 2011 at 10:33 AM, david.chhang <david.chh...@gmail.com>wrote:

> Hello !
>
> I want to know how to pass to another activity with variables's values of
> the first activity.
>
> Thanks
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/A-new-activity-with-parameters-of-old-activity-tp4514263p4514263.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to