[mono-android] Is it possible to access custom controls outside application bounds?
Jonathan Pryor
jonp at xamarin.com
Thu Jun 28 19:48:38 UTC 2012
On Jun 27, 2012, at 3:55 PM, Renato Degelo wrote:
> Hail, im working on two different monodroid projects and i want access a custom control in Project A from Project B.
> Is it possible?
If they're in the same Solution, edit Project A and add Project B as a project reference.
If they're not in the same Solution, you should be able to copy ProjectB.dll "somewhere" and reference the assembly within Project A.
However, if Project A and Project B are Applications, and not Libraries, things get more complicated (because of Android Resources/etc.). If this is the case, the simple answer is "no, that's not (easily) possible."
- Jon
More information about the Monodroid
mailing list