Jusbriggs
Jusbriggs

Reputation: 3

Jigloo, Eclipse and Android

Im fairly new at programming and was wondering if the Jigloo gui builder plugin would work with android app developement. I have Eclipse setup with the android sdk plugin configured, after seeing what Jigloo can do and that you can see the source code after creating the gui iI figured this would be a helpful tool to use.

I would be very grateful if someone could tell me if it does work and how to configure it.

Thank you in advance

Upvotes: 0

Views: 568

Answers (2)

antonyt
antonyt

Reputation: 21883

Android has its own GUI framework and doesn't use Swing/SWT (what Jigloo seems to be for), so I don't think you can use it to build Android GUIs. When you open a layout XML file in Eclipse and click the 'layout' tab, you can get a rough idea of what it will look like anyway.

You could check out DroidDraw if you want a drag and drop GUI builder, although I'm not sure how regularly updated it is.

Upvotes: 1

CommonsWare
CommonsWare

Reputation: 1006614

AFAIK, Jigloo has nothing to do with Android, sorry.

Upvotes: 1

Related Questions