Skip to main content

Good Tools To Develop a GUI in Android?



I 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.



Source: Tips4all

Comments

  1. Use DroidDraw for better GUI layouts.

    ReplyDelete
  2. 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.

    ReplyDelete
  3. The de facto tool for development in Android is Eclipse, which provides XML modelling tools as well

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?