Questions tagged [mockups]

The most common use of Mockups in software development is to create user interfaces that shows the end user what the software will look like without having to build the software or the underlying functionality.

Mockups

The most common use of Mockups in software development is to create user interfaces that shows the end user what the software will look like without having to build the software or the underlying functionality. Software UI mockups can range from very simple hand drawn screen layouts, through realistic bitmaps, to semi functional user interfaces developed in a software development tool.

Mockups are often used to create Unit tests - there they are usually called Mock objects. The main reasons to create such mockups is to be able to test one part of a software system (a unit) without having to use dependent modules. The function of these dependencies is then "faked" using mock objects.

Mockup Software can also be used for micro level evaluation, for example to check a single function, and derive results from the tests to enhance the products power and usability on the whole.

Mockup Software

Stack Exchange

The User Experience Stack Exchange Network supports balsamiq Mockups for describing an UI in a question.

113 questions
1
vote
1 answer

Android layout draft

Is there programs or web apps available to draw a draft of each layout from an app prior to developing it ? I'm not looking for something that will generate the xml layout but just a simple tool to draw a sketch for each window of my app
Jerec TheSith
  • 1,932
  • 4
  • 32
  • 41
1
vote
2 answers

Mockup screens using Bootstrap?

In one of the presentation i heard today, the presenter mentioned that they used Bootstrap to build/convert Mock-up screens to working HTML pages. I didn't get a chance to ask more details on it. Could anyone provide any pointers on Bootstrap for…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
1
vote
1 answer

Identify SWT and JFace widgets on picture

I created this mockup (see below), using the usual java look and feel, which I know as user. Now I want to implement this mockup, by using SWT, JFace, Eclipse RCP. Notes: The NVV/RMV/KVG/RKH on the left should behave according to the accordion…
Skip
  • 6,240
  • 11
  • 67
  • 117
1
vote
1 answer

FREE Mockup Tool for Web Applications?

what is the best FREE mockup tool for web applications? I know balsamiq, which is really nice, but lacks the feature of linking different pages together. I would like to do some kind of prototyping, so not just mocking a view, but also providing…
membersound
  • 81,582
  • 193
  • 585
  • 1,120
1
vote
1 answer

css blueprint, create a div floating next to container div ? image attached

Im trying to have a blueprint layout wich is 950px so I do something like the image below: Like regular the 950px container ( right box ) is floating center page Now I'm in the need of having a #menu div floating left towards this 950px box, it…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
0
votes
3 answers

Best Tool for Mockup to CSS?

I've been using Paint.NET to create mockups for my web application. They're pretty, and it's not hard to save the constituent graphical elements. However, the process of getting my layout into CSS is completely manual and time-consuming. I'm aware…
blaster
  • 8,876
  • 11
  • 48
  • 77
0
votes
0 answers

generate mockup using bogus

I have a tricky issue. I'm writing a tool where a user can pass the source code of a C# model as input and it will return mockups (n instances with random content). The question is: Based on this implementation, what are your suggestions to fix the…
CloudAnywhere
  • 669
  • 1
  • 11
  • 27
0
votes
0 answers

What will be the width and height of a mock up in an html template in themeforest?

Is there any specific width and height of a mock up in an html template in themeforest? One of my template has big mock up size. One said that the mock up size should be small. Is there any specific width and height of a mock up in an html template…
0
votes
0 answers

How to generate preview of a design area for e-commerce product so that customer can preview it?

I have built an e-commerce website. There is a product customization feature. Just like on the sample image. I need to implement the preview feature that is seen on the sample image. While a customer designs his own coaster it should be updated on…
0
votes
0 answers

Blend design to T Shirt without losing design color

I am just learning to use Photoshop CS2 and trying to blend my designs on my t shirt mockups. I am able to blend the design successfully but I loose the original color (white) of my design after blending and setting opacity to normal and 50%. The…
0
votes
1 answer

Matching real methods not found with "new MockUp"

I want to run my test, I was try many ways, with MockUp x = new MockUp calling getMockInstance() but always I get this problem. I can never call the sayHello() with mark @Mark Some…
Hector
  • 636
  • 8
  • 16
0
votes
1 answer

Non-overridable members (here: MinioClient.BucketExistsAsync) may not be used in setup / verification expressions.'

I have codes like this: string bucketName = "wistest-dev"; string fileNames = "/uploadFile/document/202112240201573/test111202112240202618.txt"; var min = new Mock(); MinioClient minios = new…
0
votes
1 answer

How should I approach building this 'my messages' mockup - swift

apologies still relatively new to programming/swift. I've created a concept for a messaging app that has sliding buttons to filter/scroll messages but I can't work out the best way to achieve this functionality, so after some guidance on the best…
Chris
  • 109
  • 1
  • 8
0
votes
2 answers

Calling a local endpoint in scala

basically I have to call a localhost mock server, at this location: "127.0.0.1:8000/redfish/v1/EventService" The problem is: fromURL wants a protocol (localhost doesn't have). fromFile wants a directory or a URI. Injecting a URI (created this…
0
votes
3 answers

Trying to convert Photoshop font sizes to CSS

I was recently delivered a Photoshop Mockup that was designed for an iPhone X. The resolution is 1125px x 2436px @ 72ppi. I am trying to convert this to CSS and am starting with the fonts. For example, the title text of my mockup is 60pt/px. When I…
Chris Woolum
  • 2,854
  • 20
  • 20