Re: [mono-android] Getting objects from an intent

2011-07-28 Thread Andrew Sinclair
-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Narcís Calvet Sent: 28 July 2011 16:04 To: 'Discussions related to Mono for Android' Subject: Re: [mono-android] Getting objects from an intent Hi Andy, Thanks for your feedback but I can’t solve the i

Re: [mono-android] Getting objects from an intent

2011-07-28 Thread Narcís Calvet
om: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Andrew Sinclair Sent: dimecres, 27 / juliol / 2011 18:59 To: 'Discussions related to Mono for Android' Subject: Re: [mono-android] Getting objects from an intent Hi Narcís, In my code I have: [

Re: [mono-android] Getting objects from an intent

2011-07-27 Thread Andrew Sinclair
] On Behalf Of Narcís Calvet Sent: 27 July 2011 14:49 To: 'Discussions related to Mono for Android' Subject: Re: [mono-android] Getting objects from an intent Hi Andy, Following your advice I’m using the custom application below. It has a public property (layout) which I use to

Re: [mono-android] Getting objects from an intent

2011-07-27 Thread Narcís Calvet
marts, 19 / juliol / 2011 14:01 To: 'Discussions related to Mono for Android' Subject: Re: [mono-android] Getting objects from an intent Narcís, You can derive from Android.App.Application, this will give you a singleton class which can hold global application state. For such

Re: [mono-android] Getting objects from an intent

2011-07-19 Thread Andrew Sinclair
o for Android' Subject: Re: [mono-android] Getting objects from an intent Searching a little bit and looking for what’s available in IParcelable it seems it is not complete in Mono for Android so I guess I should discard this option. Any other ideas? Thanks! Best Regards, Nar

Re: [mono-android] Getting objects from an intent

2011-07-19 Thread Narcís Calvet
marts, 19 / juliol / 2011 11:04 To: 'Discussions related to Mono for Android' Subject: [mono-android] Getting objects from an intent Hello, I have created a custom activity which I use in an ActivityGroup using Intents. How can I get the instance of my custom activity the intent has c

[mono-android] Getting objects from an intent

2011-07-19 Thread Narcís Calvet
Hello, I have created a custom activity which I use in an ActivityGroup using Intents. How can I get the instance of my custom activity the intent has created to be able to use its properties and methods? I read I may need to use Serializable or Parcelable interfaces but haven’t succeed on this