I have some UI classes that I want to re-use across a number of projects.
Normally I would put them in a class library to be referenced by the
projects. However, they reference resources (mainly layouts and strings) and
resources in class libraries are not (yet?) supported.

So I'm wondering what is best practice for this scenario?

One obvious approach is to put the classes in a class library and pass a
Context reference plus all necessary integer resource values to instances at
construction-time. This still requires the resources themselves to be
duplicated across the non-library projects, but I could live with that if I
could re-use the code.

Another thought: is it possible to load layouts from .net embedded xml
resources?

I would appreciate any advice on this.

Andy




--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Reusing-UI-code-in-class-libraries-tp5713572.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