A lot of things in Android can be called components...what kind of component
are you looking to build? :)

For a custom view, for example, you basically just extend View (or the
specific type of View you're trying to extend), and then you can use it in a
layout file using the Java namespaced version of the class, something like
this:
https://github.com/gshackles/Sample-Projects/blob/master/MonoDroid/MonoDroidSamples/MonoDroidSamples/Resources/layout/opengl.xml#L5

On Thu, Jun 16, 2011 at 3:10 PM, Neal <n...@nc-software.com> wrote:

> Hello,
>
>
>
> Anyone created a custom component in MonoDroid?  Would love to see a simple
> sample.
>
>
>
> Thank you,
>
>
>
> Neal Culiner
>
> NC Software, Inc.
>
> http://nc-software.com/
>
>
>
>
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to