It is possible to include layout and other resources in an Android jar?

Posted by ThomasW on Stack Overflow See other posts from Stack Overflow or by ThomasW
Published on 2010-03-19T03:56:48Z Indexed on 2010/03/19 4:01 UTC
Read the original article Hit count: 131

Filed under:
|
|
|

I'm building a jar so that other developers can use the view I create in their Android applications. I'm wondering if it is possible to use a layout resource in my jar so I can build the layout of my view or if I need to build up my view programmatically. Similarly, can I include image resources in my jar file?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk