Tuesday, April 10, 2012

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

3 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