Android App Templates? [closed]
开发者_如何学C
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionAre there Android app templates, similar to the iPhone SDK templates?
Application templates have been added in ADT 20.
Quoting from Android Developer Blog
Application templates: Android ADT supports a new application templates for creating new application, blank activity, master-detail flow, and custom view. These templates support the Android style guide thus making it faster and easier to build beautiful apps. More templates will be added over time.
If you mean UI templates, i would say no. there are a lot of code examples from google and others demonstrating simple UIs that you can base your work on, but no hard coded "templates" that build your app for you. What android does provide is all the tools you need to effortlessly design simple UIs in a matter of minutes using the SDK. If you are new to android dev, you should check out google's code examples.
If that is not what you meant, i found this example demonstrating what the author describes as a Template Engine for android
hope this helps!
精彩评论