Hi gramlin,
I can only try and answer your code question.
I had the same issue - but it was fixed when I added both of the following
constructors:
//public Conf(IntPtr handle)
// : base(handle)
//{
//}
protected Co
I just upgraded to mono for android 4.0. When I started debugging a project
it conveniently removed the old version of the runtime.
But what happens when someone installs my app, then later installs a
different mono-android app which requires a different runtime?
--
View this message in contex
When you build in release mode, the runtime is embedded into your
application's apk, it does not load anything from an external package.
Your application is fully self contained.
The shared runtime(s) are only to speed up debugging, they are not
shipped to the marketplace.
Jonathan
On 12/11/2
I am getting this error too. The documentation states this should work.
http://docs.monodroid.net/index.aspx?link=T%3aAndroid.Widget.ArrayAdapter
I have created a very simple sample project that duplicates this issue.
http://www.rhyous.com/wp-content/uploads/2011/12/TestCustomObjectInArrayAdapter.