C# Sending Complex Data between Activities in Android

greenhawk

New Member
Joined
May 31, 2012
Messages
1
Reaction score
0
I am using visual studio 2010 C# language and trying to send an object from one Android Activity to another, I have failed to store the object in some globally place via Global Configuration and also failed in using Serialization method

Some methods and function are not recognized and giving me : The type or namespace name 'extends' could not be found (are you missing a using directive or an assembly reference?)

I was following these articles

Global variable extend application class How to send an object from one Android Activity to another using Intents? - Stack Overflow SavageLook.com » Handling Global Configuration in Android

if someone has another solution please provide to me with a demo source code or tutorial in C# for 2 methods:Serialization and using Global place, in order to achieve my target and send object from one activity to another in Adnroid c# language
 
Top