Are there Android app templates, similar to the iPhone SDK templates?
A:
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!
mtmurdock
2010-06-20 22:00:47