On Jul 20, 2012, at 9:18 PM, Dan Fearing wrote:
> I've managed to work around the problem by eliminating the class completely 
> (I made a generic class that wraps an ICursor instead of implementing it 
> myself) but I'm curious to know, if I did increase the level on my Library 
> project, would I still be able to deploy to level 4?

Yes it will still deploy to API level 4. The type just has additional methods, 
as far as API level 4 is concerned. Java doesn't have a concept of compiler & 
runtime-checked method overrides (unlike C#), so if the method is present, 
it'll be used.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to