Good Tools To Develop a GUI in Android? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend t开发者_运维技巧o attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI would like to know if there exists a good tool to implement a design in Android like tools to make easy to implement and that can generate XML
Thanks for your help.
Yes there is the Eclipse AndroidDeveloperTools (ADT) plugin which has a pretty good GUI prototyping tool and there is the Droiddraw project.
However none of them will ever replace manual UI design with XML or code.
Use DroidDraw for better GUI layouts.
The de facto tool for development in Android is Eclipse, which provides XML modelling tools as well
精彩评论