I am pretty new to monodroid compared to monotouch which I've been using for
quite some time, so bear with me if this is a somewhat stupid/newbie
question. 

I've been trying to compile older sample code and projects with latest
versions of monodroid, but end up with problems like; 

"The type `Android.App.Application' does not contain a constructor that
takes `1' arguments (CS1729) " when I try to build older projects.

public class Conf : Application
    {
        public static Conf Current { get; private set; }

        public Conf (IntPtr handle) : base(handle)
                        {
            Current = this;
        }


Xhanging the constructor with parameters for
Android.Runtime.JniHandleOwnership does not work either.. 



Some of these samples (like monospace11) is from july, so their not *really*
that old. So my concern is; how backwards compatible is monodroid? 




--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Backwards-compatibility-Android-App-Application-tp5065556p5065556.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to