Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

When designing and creating an Android user interface, are the basic interface designing facilities provided by the default SDK the best choice? Or are there plugins or 3rd party addons that makes the Android interface design better?

Are there tools that would allow me to export an interface built with HTML & CSS to the Android layout XML?

share|improve this question
What do you mean by "better"? Please add some specific criteria to your question. Thanks. – Anna Lear Oct 15 '11 at 18:13

1 Answer

up vote 1 down vote accepted

I would start with Google's Android UI Design site, http://developer.android.com/guide/practices/ui_guidelines/index.html.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.