On Jul 21, 2011, at 10:29 AM, alex wrote:
> I have an activity in java and i need to open a new
> activity sending parameters from this java class to a c# activity ! but i
> dont know how to do it!!  Someone please ?

You can attach extra data to the Intent that is used to launch an activity 
through e.g. Intent.putExtra(String, String):

        
http://developer.android.com/reference/android/content/Intent.html#putExtra(java.lang.String,
 java.lang.String)

Your C# code can then use e.g. Intent.GetStringExtra(string):

        
http://docs.mono-android.net/Android.Content.Intent.GetStringExtra%20(string)

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to