Tagged Questions

74
votes
22answers
100k views

GUI Design Tools to mock up iPhone & Android applications [closed]

I am about to embark on developing a mobile application for both the iPhone and the Android based phone. I have most of my gui mock ups written down on a white board and some in my head. I need to ...
57
votes
30answers
16k views

What program should I use to mock up GUIs?

I want to mockup a GUI system so that I can figure out how best to represent what I need. Normally, I would design a GUI in something like glade and then write a quick mockup in Python which ...
37
votes
11answers
16k views

What free software can I use to create UI mockups?

What are good Open Source / Free software packages that let you design GUIs quickly, like "on a napkin" style, but also give a bit of polish that you could throw into a slide deck? Preference would ...
29
votes
15answers
11k views

Best web app for creating screen mockups?

I'm looking for a web app that would allow me to quickly sketch some prototype screens for a potential web app for users of this application. Is there a preferred tool for this kind of thing? Or, if ...
1
vote
4answers
229 views

Which GUI tookit for quick working prototypes/mockups

I'm primarily a server-side developer - not even web server stuff. But I'm finding more and more that I need to mockup user interfaces. This is in part to more senior roles doing overall product ...
1
vote
3answers
1k views

How to create an iPad application mockup?

What is the fastest way of creating an iPad application mockup/screenshots? The screenshots should look like regular newspaper pages with headlines, texts and pictures. I hope it won't be hard to ...
1
vote
1answer
99 views

jquery or alike code generator

I'm looking for code generator that will help me to create mockup for web based GUI. I need to support tabs, buttons lists etc .. I don't care which technology used. Something similar to MFC/QT or ...
0
votes
0answers
132 views

Tool to prototype interactive Tree Map

This is a technical question, which is related to that one. I am going to create a GUI prototype of an interactive tree map. I would like the prototype to run in a browser for now. The prototype will ...
0
votes
1answer
162 views

How do I export GUI mockups to Python GUI code (e.g. wxpython)?

I want to take my mockups and export them to code using any python GUI library (wxpython, pyqt, etc). For example, this capability already exists for mockups->HTML/Javascript here: ...