Really I've got two complaints. The first is a simple, "why is
ObservableCollection(IEnumerable) not implemented?"
More importantly, why is there no warning? This isn't an interface method so
it shouldn't even be exposed if it isn't implemented. Or at the very least
it should be flagged by the com
When I try to run my android application from MonoDevelop the "Select Device"
window is empty. There are three emulators listed in the AVD manager.
On my other computer I see all three emulators in the Select Device window.
Any idea what went wrong?
Jonathan Allen
--
View this message in contex
I can't figure out why this line is throwing a null reference exception under
Mono for Android. The same code works fine for WPF, Silverlight, and Windows
Phone.
public PossessionCollection Possessions
{
get { return GetNew("Possessions"); }
<--
}
The stac