One, the only main color | Simple Color Schemes
Why do we define an interface with multiple colors? With only one main color, is it possible to express the interface level, important information, and to show good visual effects? In fact, with the release of IOS7, we see more and more unique master-style designs that use simple levels of color, A complete set of gray levels to show the level of information,
How to design an interface?It is well known that an interface is a convention or specification that is provided for use by other modules or systems. Therefore, the interface must be guaranteedSufficient stability and ease of use. This is the basic requirement for designing interfaces.1. StabilityThe
SDL usage, Part 1: "Pirates ho! "Interface Design PrinciplesSimplicity, consistency, and attraction
Sam lantingaLoki entertainment software, chief programmerAnd Lauren macdonellTechnical writerAugust 2000
Content:
What is a user interface?
Interaction
Information
Entertainment
What
Recently Learning design patterns, is looking at "Big Talk design Mode" and "in-depth design mode" (that is, head first)
One is used in C #, one in Java. All have interfaces.
(When a class implements an interface, it must implement all the methods in the interface.) Otherwis
static void Main (string[] args) {A A = new A ();
A.depend1 (New B ());
A.depend2 (New B ());
A.depend3 (New B ());
c C = new C ();
C.depend1 (New D ());
C.depend2 (New D ());
C.depend3 (New D ());
}
}
As you can see, if the interface is too bloated, as long as the methods that appear in the interface are useless to the classes that depend on it, it is clearly n
ArticleDirectory
Problem cause
Differences from the single Responsibility Principle
Notes
Design Pattern Series
Six principles of design model (1): single Responsibility Principle
Six principles of design patterns (2)
Six principles of design patterns (3): Dependency inversion princi
definition: The client should not rely on interfaces it does not need, and the dependency of one class on another should be based on the smallest interface.The problem is that Class A relies on class B through interface I, Class C relies on class D through interface I, and if interface I is not the smallest interface f
Personally, I like to view the trendy mobile app interface design, which is one of my favorite hobbies. Designers all know the two websites of Behance and Dribbble, which have gathered the best designers and the most cutting-edge design works.
The 25 innovative mobile interface des
Flat design in the current user interface design community is very controversial, Microsoft's Metro wind first introduced it to the public, and then a lot of people follow suit, such as Layervault, the Next web and more. Many designers are not optimistic about this kind of design from the beginning, mainly because in a
From: http://hi.baidu.com/yuanzb/blog/item/1a573538b6eda821b9998f26.html
1 Introduction1.1 Design Description
This document describes the design style of the system interface.
Design
Design and interpretation in the manual.
How to design interfaces? As we all know, interfaces are a convention or specification provided to other modules or systems. Therefore, the interface must be protectedProven stability and ease of use. This is the basic requirement for interface design. 1. StabilityThe interface
Minimum SMS sending and receiving system design with USB interface
From: http://www.c51bbs.com/c51blog/user1/698/archives/2005/3455.shtml
Short Message Service is a basic wireless service on mobile networks. It is a process of storing and forwarding information on mobile networks. However, it is inconvenient to edit short messages with a common mobile phone. Input and display are limited. Of course, they ar
Software Interface Design Principle original address: http://www.uml.org.cn/jmshj/200802015.asp
For application software, a basic reality is that the user interface is user-oriented. Users need applications developed by developers to meet their needs and are easy to use. The main principles of user interface
Today, read the "C + + GUI QT4 Programming" in the section creating the dialog box, the content is not difficult and not much, easy to grasp. Although the title of this chapter is "Create a dialog box", I think the focus of its content can be on how to use the QT design interface.
The QT design interface has three diff
This article details the entire process of Web design , from the Web product prototype design, paper, black and white manuscript to the real site interface. Each step provides us with an example of detailed design and user experience thinking process. As a web designer it is worth to reference and learn from the experi
published, project team must have one)Control styles can be uniformly modified in the allowed range of styles, tonesRefer to other software advanced operation, extract useful functions for this project, in order to use, absolutely can not blindly follow, diffuse no purpose.According to the need, design the special operation control, the criterion is: simplifies the operation, achieves certain function goal• Inter
Maybe you are the boss, you want to evaluate your new website design, or you are the project manager, you want to see your designer to make the website model. What should you find in the website interface design? Who would say "This looks good" or "this doesn't seem to be easy", but how do you give meaningful feedback?
We often need to call an amateur designer to
strategy, user experience, technology development, QA, There may be a lot of people and teams involved in the deployment, and you need to deliver the documents to the appropriate partners in the right areas so that they can have a more accurate understanding of the characteristics of the site's products when necessary.
Typically, interaction designers and visual designers work on the style guide after the end of the site's interface
This paper describes the design of the controller based on RS232 interface. It uses a single-chip microcomputer to control the interface chip nat914, and uses SCPI statements in the Super Terminal of the serial communication tool that comes with the winelows operating system, the communication and program-controlled operation between the computer and the Kaplan i
JavaScript design pattern-interface implementation
1. Interface(1) What is an interface?An interface provides a means to describe the methods that an object should have. Although it can indicate the semantics of these methods, it does not specify how these methods should be
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.