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
AFAIK, Jigloo has nothing to do with Android, sorry.
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.
精彩评论