I just meant you were checking foo instead of res here:

Console.WriteLine("foo == {0}", foo);

Jonathan


On 3/8/2012 7:45 PM, Paul Johnson wrote:
Hi,

Not sure if it's a typo or your error, but you are outputting "foo"
rather than "res".

Other than that, your code looks like it should be working.

Um, "foo" is the token and res is the content, therefore at the other
end isn't it retrieve the content given by the token? Or do I need to be
retreiving using

foo = Intent.GetStringExtra(res);

or am I barking up the wrong alley of goats again?

Paul



_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to