Creating custom Android project templates in Eclipse?

Posted by Rich on Stack Overflow See other posts from Stack Overflow or by Rich
Published on 2010-04-23T21:59:12Z Indexed on 2010/04/23 22:03 UTC
Read the original article Hit count: 218

Filed under:
|
|

Every app I make starts out with a number of common base classes, interfaces, utility classes and a basic package structure that has been working for me. Is there a way for me to set up a project template in Eclipse that will give me all of the basic Android project stuff PLUS a bunch of custom packages, classes and interfaces?

I guess I could just put all of this stuff into one or more libraries as opposed to creating a whole project template, so if you have a preferred approach or information/links/etc on how to do any of the above, please share (I'm relatively inexperienced with Eclipse, so the more detail the better).

Thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse