UI Case Study
UI Case Study
AIM: To have a better understanding about user interface design, its aspects and to
know how it will benefit us.
INDEX:
1. About user interface
Aim
Requirement
Three levels of UI design
2. Process
Three stages of UI design
In-depth process
3. Different methods of approach
4. Notable people in the field of UI
5. Notable companies in the field of UI
6. Blogs
7. Bibliography
ABOUT USER INTERFACE:
User Interface (UI) is the overall design of human-computer interaction, operation logic
and beautiful interface. A good UI design is to make software personalized and
attractive, and easily accessible so as to adequately incarnate the orientation and
feature of the software. Generally, the goal of user interface design is to produce a user
interface, which makes it easy (self-explanatory), efficient, and enjoyable (user-
friendly) to use the software in the way that produces the desired result.
After having a better understanding of what UI stands for, then we need to know the
aim of UI design. The principle of “People First and Customer Supreme” is the core idea
of UI design. UI design is not merely for looking good, but for excavating user’s
demands and sparing no effort to cater to users' habits with your creative thinking.
An excellent UI designer who is aware of what UI stands for, should not only be capable
of drawing icons and designing interface but also mastering a lot of interactive
knowledge; if you want to design a better interface, you need to completely understand
the structure of products and interactive logic. Only in this way can we complete
a reasonable interface design. In the actual work of design, the UI designer should join
the discussion in the early stage of product design, which will reduce the
communication costs and misunderstanding of the interaction between product
manager and the UI designer, ensuring that the software interface is in line with the
project team's expectations.
The three levels of UI design
Exploring what are customers’ really demand through research and comparative
analysis and make decisions according to users’ experience. User interface design, an
integral part of the product, is a complex project with different disciplines, cognitive
psychology, design, linguistics and so on, all of which play an important role in UI
design. There are three principles of user interface design: setting the interface under
the control of the user; reducing the burden on the user's memory; maintaining the
consistency of the interface.
b. Interaction:
It means the interactive process of the whole project. Through the interactive design of
the interface and the conduct of the product, interaction enables the product and users
to establish an organic relationship so as to effectively achieve the user's goals. This is
the purpose of interaction design.
User Research
Design and Prototyping
Evaluation
User research:
The goal is to define who the customers of your product are and how they are going to
use it. At this point, you should explore
This stage is required on all software development projects and in all methodologies
(the Waterfall and the Agile ). If you have already had all this information you are ready
to start the user interface design. If the information about all the points above is
inconsistent or incomplete, then there are a lot of risks that your attempt to design the
user interface won’t be very successful.
Suppose that important information about the users and the product requirements has
been successfully gathered. Now we are ready to start the designing process.
Wireframes
A wireframe is a sketch of the system to be built. Wireframes should clarify exactly
what elements realize the different features on all pages or screens of a future product
but without full details. The actual screen design will be produced at a later stage by
referencing the wireframe.
Wire framing stage doesn’t require a lot of time and efforts, but it can come in handy
when designer communicates with customers, users, project team, as it allows them to
visualize first ideas more easily when he or she just describes them verbally.
Wireframes can easily be revised or changed. It helps to do all the process more cost-
effective.
Therefore, wireframes should come first. What should follow? It depends on the type of
the software product that is going to be produced. If your product is, for example, a
business app with many business processes, users’ types and features, then it probably
would be very important to build the prototype at the next stage after wireframes.
Prototypes
A prototype, in this case, is a semi-functional layout that can give a high-fidelity
preview of the actual product (front-end) functionality. While prototype might not have
full functionality, it generally gives customers and/or end-users an ability to click
around the elements of the interface and simulate the way the product will actually
work. Prototypes may or may not include completed design elements. At this stage, we
can demonstrate and discuss after demonstration not only what elements display the
features of the product, but also how they can work. It helps to test the ideas and make
some changes at early stages of the project. The prototype can easily be revised, trickier
than wireframes but much easier than the final product. So, creating a prototype also
can raise the efficiency of the software development process.
After wire framing and prototyping we can focus on the visual design of all elements.
Mockups
To produce the mockups after reviewing the wireframes (but not instead the
wireframes) is a right decision. The mockup model demonstrates all the graphics,
typography, colors and other page elements. Mockups are generally just image files.
IN-DEPTH:
Understanding the Project’s Concept: You have an idea, and we have tools to
implement it. But what should we start with? We start with the investigation of
the business domain, user audience and the use cases of the product. That helps to
understand the target audience in a better way, and to build the User Interface
(UI) focused on the user needs. This may affect the size and position of buttons,
forms, fonts and many other aspects of the interface structure. Let`s compare the
FinTech app and the application from the Taxi & Transportation domain. The first
one would include lots of forms, lists, graphs, and transitions. The second one
would be oriented on the large and suitable controls that are easy to use during
the ride. In both cases, the interface should be ergonomic and user-friendly but
you expect it to differ a lot, right?
Brainstorming & Sketching : Once the project’s concept is clear we move to the
brainstorming area, to transform our ideas regarding your interface into reality.
We bring a pen and a piece of paper. That’s more efficient in terms of time
compared to the advanced tools such as Balsamiq Mockups, Sketch, Photoshop,
and InVision.
User Flow Diagram: Once sketching is completed we receive the structure of the
interface. But how should user interact with it? User Flow Diagram comes into
play here. The diagram helps to understand the logic of the product by showing
every possible interaction with the UI, the roadmap of those interactions and the
interface state at every point.
Structure and Flow Validation: When we finish with the UI sketches and the User
Flow Diagram we ask our clients to confirm it. Structure and flow serve as a base
of the building(for the User Interface design). That’s very important stage in the
UI development. We do not move forward without those being confirmed. That’s
much easier to make changes to the interface at this stage. We can take a complex
website design as an example. If you change the structure after the design
implementation, you may face the situation when you have successfully broken
the color scheme, UI controls, visual style and other parts by simply changing the
placement of several elements. In that case, you will probably need to refuse those
changes or re-develop the design partly or even completely.
Choosing the Style of the Interface: When customer confirms the structure and
the flow — that’s a signal to move forward. What’s next? We choose the style for
the interface. There is a wide choice. That can be minimalist, material design,
skeuomorphism, metro interface or any other. While choosing one, we ask our
clients for some links to examples they like(that includes styles and effects and
helps us to understand you in a better way) and about the plans for the future. We
pay attention to the current trends, possible interface scaling, and the time needed
for the design development and implementation by the development team.
Wireframe: The fastest one for the implementation. That’s a low detailed
presentation of the design. Wireframe shows the structure and the description of
user interactions with the interface. Regularly it is made in a form of gray blocks.
Design Validation: There are people with the exact picture of the design in their
heads and there are those who are only guessing. Anyway, everyone has its own
vision. On the design validation stage, you see the result and provide us with the
comments and suggestions. We, on the other side, adjusting it to meet your
expectations.
DIFFERENT APPROACHES TO UI:
Iterative approach
There is no right way or a single standard way of creating a user interface. Moreover, if
you want to create an amazing first impression on your audience that lasts longer than
you must understand that there is no one size fits all solution.
Rather your approach has to be more iterative wherein collaboration is the key,
continuous validation of ideas is norm and discovery phase is the way of getting
started.
Building a prototype
Prior to building a prototype, you can take an aesthetic approach to design.
In an iterative approach, the prototype is basically a fluid concept evolved from the
feedbacks of users instead of being just a technical specification. This prototype is
tested and iterated and thus more preciseness is introduced to the final product.
Aesthetic approach
Often aesthetics are confused as visuals of the design, however, aesthetic design
comprises of more elements than just visuals. Aesthetics is in fact in all our senses and
aesthetic design is basically a 4D experience.
Have you ever assumed by seeing a good-looking person that they might have other
positive qualities apart from their looks? Well, this is due to the phenomenon called
“the halo effect”. The same holds good for product design too.
Good-looking products are often perceived as more valuable and feature-rich. Visual
aesthetics, sound aesthetics, and material aesthetics are major categories of aesthetic
design. In addition to that taste and smell also plays a pivotal role in helping you
experience aesthetics deeply.
Minimalist approach
Minimalistic approach is all about using simplicity to highlight the meaningful in order
to achieve elegance in design. This concept spans across various fields, however, here
we are discussing it in the context of design.
This trend is widely used by web development services provider in the design of
websites and mobile applications.
The following practices can help you understand the main points that you would need
to consider in minimalism:
Flat design
In modern digital products, a flat design is which involves the use of two-dimensional
visual details in UI elements like images, buttons, icons and illustrations are
widespread. This is because it not only looks neat in different resolutions and sizes but
also enhances the visual harmony and usability of user interfaces.
Intuitive navigation
This is the most challenging part of minimalistic approach as UI designers want to show
only the elements that are of highest importance and at the same time they need to
ensure that users easily find what they are looking for.
Navigation in minimalistic approach is often the most criticized aspect, but if you keep
UX in the center of design then you will definitely land up with great UI.
Technical approach
The ultimate goal of your UI is to provide a means for users to communicate with the
device, isn’t it?
The technical approach to UI design is about how studying human-computer
interaction (HCI) helps UI/UX development experts to create intuitive and better ways
for your customers to interact with computers.
This discipline basically a merge of cognitive science that is how our mind works and
engineering that is how the computer works. This purpose of establishing this new
discipline was to empower users by understanding their mind (how they think) and
needs (what they want).
HCI essentially enables the web design experts to find out the “why” beneath the “how”
of the user interfaces they design.
Furthermore, designers can leverage HCI concepts such as GOMS (Goals, Operators,
Methods, Selection Rules) to map the human interactions with a computer. This model
enables designers to measure the usability of an application and also allows UI and UX
optimization.
NOTABLE UI DESIGNERS IN INDIA:
1. SUNIT SINGH
Sunit is a partner & co-founder at Design Capital, a design advisory firm though
which he mentors design & product teams at Cleartrip, Ola & Table Hero. He
works very closely with the founders and teams at each of these companies,
helping them build a design culture and sensitize the entire organization to good
design.
Sunit is a graduate from Sir J. J. School of Art, with a Bachelor of Fine Art in
Painting followed by Masters of Design in Visual Communication from Industrial
Design Center, IIT Bombay.
Sunit put his talents to use really early, picking up freelance design and art
projects through his college days and went on to co-founding his own design
studio after his post-graduation. Since then, he’s worked with some of the leading
design firms and product companies like Paper Plane, Burrp!, Yahoo!, Cleartrip
and Ola. Cleartrip being one of his most significant stints, where he led the design
for the mobile products and a major overall redesign. While he’s led design teams
of various sizes, he continues to be a very hands-on.
2. NITIN GARG
Currently designing Fastpad, Y–Combinator backed hiring tool & finished mobile
redesign for Foodpanda. Previously with Redbus, Airwoot (freshdesk),
Philips, PayU India, Housing, Adalyz
http://www.nitingarg.com/
3. PRAKASH GHODKE
Prakash Ghodke is a self-taught UX/UI Designer who lives in India with over 6 years
of experience working as a designer. He has an expertise in creating unique intuitive
design experience for both web and mobile. He helps build a better digital presence
for medium and small brands such as RebelMouse, Redbox, Jukebox.io, Wotip,
BeFunky, Glance, Griddr and among others.
https://dribbble.com/ghodkester
4. PARESH KHATRI
Paresh has been in this industry for more than a decade, constantly spreading his
creativity. He has worked with companies like Adobe, Groupon, Housing, Salesforce,
Kayako, Lux and many more. At present, he has been working with Busy and
Steemconnect on Cryptocurrency.
https://dribbble.com/kpdesigns https://iconscout.com/blog/design-insights-paresh-khatri/
NOTABLE COMPANIES IN UI:
https://lollypop.biz/
https://thinkdesign.in/
http://www.agileinfoways.com/ui-ux-design/
https://portfolio.fugenx.com/
https://acodez.in/works/
http://www.9spl.com/company-overview.html
BLOGS:
https://www.pannam.com/blog/top-ux-ui-blogs/
https://intetics.com/blog/principles-of-a-good-user-interface-design/
BIBLIOGRAPHY:
http://searchmicroservices.techtarget.com/definition/user-interface-UI
https://www.quora.com/What-is-a-UI
https://intetics.com/blog/the-main-steps-of-the-user-interface-design/
https://medium.com/swlh/user-interface-development-flow-537f82f00247
https://blog.heliossolutions.in/uxui/4-ui-design-approaches-craft-excellent-ui-help-
establish-brand/
https://www.quora.com/What-are-the-best-UI-UX-design-companies-in-India
https://www.quora.com/Who-are-the-5-best-user-interface-and-user-experience-
designers-in-India
https://www.quora.com/Who-are-some-of-the-best-UI-UX-designers-in-India-Delhi