Can i create an android application as template?

我只是一个虾纸丫 提交于 2019-12-05 20:07:57

Basically what you want to do is to create an Android library. Just develop it like a normal application, with Activities and layout.

Please follow this tutorial to set up your project. http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html

When you'll create a new project with the given library, all your code will be silently included and you'll get access to your Activities and even to your R class.

deniz

Try Android studio - Official IDE for android development. Simple to use.

There is an option to save your project as template. Tools > Save project as template

For eclipse I think you need to write plugin https://stackoverflow.com/a/4992150/3020568

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!