Ooops The above below things are just loud self thought
From: Karl Heinz Brehme Arredondo
Reply-To: "monodroid@lists.ximian.com"
Date: Mon, 21 Nov 2011 18:38:53 -0200
To:
Cc: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] SPAM-LOW: Passing a class betw
Hi Paul,
The above things are just loud self thought
I'm not doing a real thing yet on Monodroid just on MonoTouch that I think
it's possible but on my old android tests:
OnCreate is like Form1_Load on Windows, so the event than run after the
initialization and constructor of the form class.
As
Hi Karl
> If xmlhandler is an activitie, and if i'ts not possible to add an overrided
> constructor with Common as a parameter, you can make common data as public
> property on xmlhandler and construct it "by hand" putting there the value..
This is the problem - I'm not exactly sure how to overri
How do you instantiate xmlhandler in the caller?
I think there can exist in the caller:
Common data = new data();
xmlhandler xmlH = new smlhandler(data);
If xmlhandler is an activitie, and if i'ts not possible to add an overrided
constructor with Common as a parameter, you can make common data a