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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -