[mono-android] Passing state from Java activity to monodroid

Jonathan Pryor jonp at xamarin.com
Thu Jan 5 14:02:18 EST 2012


On Jan 4, 2012, at 11:51 PM, consultutah wrote:
> Thanks for the answer Jon, but I actually want to go the other way.  I want to make a value generated in the java activity available to C#.  

It's the same, just from the opposite side. You'd use Intent.putExtra("key", "value") in Java, and in C# you'd use Intent.GetStringExtra("key").

 - Jon



More information about the Monodroid mailing list