xamarin.android - MonoDroid UI Library -
is there way build .dll library ui components include necessary resource files , linkable other monodroid projects? (except using .jar file , creating jniev proxies controls)
there's no way in mono android. thing work creating ui code. if need inspiration, check out runner project on github repository: https://github.com/spiritmachine/nunitlite.monodroid
it contains set of ui controls in separate library written in code.
it's not ideal, can it.
Comments
Post a Comment