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

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to