Packaging Android resource files within a distributable Jar file

Posted by Jeff Gilfelt on Stack Overflow See other posts from Stack Overflow or by Jeff Gilfelt
Published on 2010-01-03T13:45:09Z Indexed on 2010/06/07 14:42 UTC
Read the original article Hit count: 370

Filed under:
|

I am working on some reusable Android code that I would like to distribute to other developers for use within their own applications. The code has some resource dependencies (layouts, xml & png drawables) that I would like to be able to include and reference within a single package (Jar file).

Is this possible, and if so what is the best method to do this?

© Stack Overflow or respective owner

Related posts about android

Related posts about resources