CN110990097A - UI (user interface) generation method, storage medium and intelligent terminal - Google Patents

UI (user interface) generation method, storage medium and intelligent terminal Download PDF

Info

Publication number
CN110990097A
CN110990097A CN201911200479.2A CN201911200479A CN110990097A CN 110990097 A CN110990097 A CN 110990097A CN 201911200479 A CN201911200479 A CN 201911200479A CN 110990097 A CN110990097 A CN 110990097A
Authority
CN
China
Prior art keywords
screen
display frame
interface
columns
generation method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911200479.2A
Other languages
Chinese (zh)
Other versions
CN110990097B (en
Inventor
张欢颜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN201911200479.2A priority Critical patent/CN110990097B/en
Priority claimed from CN201911200479.2A external-priority patent/CN110990097B/en
Publication of CN110990097A publication Critical patent/CN110990097A/en
Application granted granted Critical
Publication of CN110990097B publication Critical patent/CN110990097B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a UI interface generation method, a storage medium and an intelligent terminal, wherein the method comprises the following steps: determining a display area of a UI on a terminal screen; acquiring the screen size and the screen transverse resolution of the display area; constructing a display frame of the UI according to the screen size and the screen transverse resolution; and filling UI components in the display frame, adjusting the size of the UI components, and generating the UI interface. The UI interface generation method can flexibly construct the display frame and load the UI components in the display frame according to the screen size and the screen transverse resolution of the display area of the terminal UI interface, realizes the display of different interface contents in different screen sizes and improves the utilization rate of the screen display area.

Description

UI (user interface) generation method, storage medium and intelligent terminal
Technical Field
The invention relates to the technical field of software, in particular to a UI interface generation method, a storage medium and an intelligent terminal.
Background
Nowadays, intelligent terminals are more and more popular in society, and various intelligent terminals are used in daily life of people, wherein most of the intelligent terminals do not have the function of controlling AIOT equipment, the existing AIOT control software developed for the intelligent mobile phone can be applied to other intelligent terminals, but because the software interface layout displayed on other intelligent devices is the same as the software interface layout displayed on the intelligent mobile phone, for a large-screen intelligent terminal, the display area is not fully played, the advantages of more operation equipment cards can be displayed, the number of operation equipment which can be seen on a display screen at one time is limited, and therefore the operation efficiency of the intelligent terminal is restricted.
Therefore, the prior art is still to be improved.
Disclosure of Invention
In view of the above deficiencies of the prior art, an object of the present invention is to provide a UI interface generating method, a storage medium and an intelligent terminal, which aim to solve the technical problem that the layout of an interface cannot be flexibly adjusted when the existing AIOT control software is displayed on different terminal devices.
The technical scheme of the invention is as follows:
a UI interface generation method comprises the following steps:
determining a display area of a UI on a terminal screen;
acquiring the screen size and the screen transverse resolution of the display area;
constructing a display frame of the UI according to the screen size and the screen transverse resolution;
and filling UI components in the display frame, adjusting the size of the UI components, and generating the UI interface.
The UI interface generation method comprises the steps that the display frame comprises a Tab component bar and an equipment card component bar positioned below the Tab component bar.
The UI interface generating method, wherein the step of constructing a display frame of the UI interface according to the screen size and the screen lateral resolution specifically includes:
when the screen size is smaller than or equal to a first threshold value, constructing a display frame with a column of the equipment card assembly;
and when the screen size is larger than a first threshold value, constructing a display frame of the UI according to the screen horizontal resolution.
The UI interface generating method, wherein when the screen size is larger than a first threshold, constructing a display frame of the UI interface according to the screen lateral resolution specifically includes:
when the transverse resolution of the screen is smaller than or equal to a second threshold value, constructing a display frame with two columns of device card assembly columns;
when the screen lateral resolution is larger than a second threshold and smaller than or equal to a third threshold, constructing a display frame with three columns of device card assembly columns;
and when the screen lateral resolution is larger than a third threshold value, constructing a display frame with four columns of the device card assembly columns.
The UI interface generation method comprises the steps that the first threshold value is 3.5 inches, the second threshold value is 1080px, and the third threshold value is 1640 px.
The UI interface generating method, wherein the step of filling UI components into the display frame and adjusting the size of the UI components, and generating the UI interface specifically includes:
filling a standard Tab component and a standard equipment card component into the display frame;
dividing the horizontal resolution of the screen by an amplification reference value to calculate the amplification ratio of the standard Tab component and the standard equipment card;
and amplifying the standard Tab module and the standard device card module according to the amplification scale.
According to the UI interface generation method, when the device card assembly columns in the display frame are respectively one column display, two columns display, three columns display and four columns display, the amplification reference values are 160, 333, 506 and 679 in sequence.
The UI interface generating method, wherein before filling the standard Tab component and the standard device card component into the display frame in the step, the step includes:
the standard Tab component and the standard device card component are pre-customized by a software development kit.
A storage medium having stored thereon a plurality of instructions, wherein the instructions are adapted to be loaded and executed by a processor to implement the steps of the UI interface generation method of any of the above.
An intelligent terminal, comprising: a processor, a storage medium communicatively coupled to the processor, the storage medium adapted to store a plurality of instructions; the processor is adapted to call instructions in the storage medium to perform the steps of implementing the UI interface generation method of any of the above.
Has the advantages that: the invention provides a UI interface generation method, a storage medium and an intelligent terminal, wherein the method comprises the steps of determining a display area of a UI interface on a terminal screen; acquiring the screen size and the screen transverse resolution of the display area; constructing a display frame of the UI according to the screen size and the screen transverse resolution; and filling UI components in the display frame, adjusting the size of the UI components, and generating the UI interface. The UI interface generation method can flexibly construct the display frame and load the UI components in the display frame according to the screen size and the screen transverse resolution of the display area of the terminal UI interface, realizes the display of different interface contents in different screen sizes and improves the utilization rate of the screen display area.
Drawings
FIG. 1 is a flow chart illustrating a conventional UI interface generation method;
FIG. 2 is a diagram of a display frame with columns for a device card assembly of the present invention;
FIG. 3 is a diagram of a display frame structure with two columns for a device card assembly according to the present invention;
FIG. 4 is a diagram of a display frame with three columns for the device card assembly columns in accordance with the present invention;
FIG. 5 is a diagram of a display frame with four columns for the device card assembly of the present invention;
FIG. 6 is a schematic diagram of a four-column UI interface of an apparatus card assembly according to the present invention
Fig. 7 is a block diagram of an intelligent terminal according to the present invention.
Detailed Description
The invention provides a UI interface generation method, a storage medium and an intelligent terminal, and the invention is further described in detail below in order to make the purpose, technical scheme and effect of the invention clearer and more clear and definite. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, the present invention provides a UI interface generating method, including the steps of:
s100, determining a display area of a UI on a terminal screen;
s200, acquiring the screen size and the screen transverse resolution of the display area;
s300, constructing a display frame of the UI according to the screen size and the screen transverse resolution;
s400, filling UI components into the display frame, adjusting the size of the UI components, and generating the UI interface.
Along with the development of science and technology, people can use various intelligent devices in daily life, the control function of the whole-house intelligent device is limited on a small number of handheld mobile devices such as mobile phones, the checking and control of the state of the intelligent device by a user under different scenes are greatly limited, a large number of intelligent devices on the market contain touch display screens, the control function of the whole-house intelligent device can be packaged into a software module (application program) based on the hardware basis, the design is based on a reasonable display method, therefore, the intelligent device screens with various resolutions can be normally loaded and display the intelligent device control module (application program), and the complicated flow of customizing the independent screens is avoided.
The UI interface generation method can flexibly construct the display frame and load the UI components in the display frame according to the screen size and the screen transverse resolution of the display area of the terminal UI interface, realizes that different screen sizes display different interface contents, and improves the utilization rate of the screen display area.
In a particular embodiment, the display framework includes a Tab component bar and a device card component bar located below the Tab component bar.
The display frame in the technical solution of the present invention has four types in total, see fig. 2, the first type is that a column of device card assembly columns is arranged below the Tab assembly column, see fig. 3, the second type is that two columns of device card assembly columns are arranged below the Tab assembly column, see fig. 4, the third type is that three columns of device card assembly columns are arranged below the Tab assembly column, see fig. 5, the fourth type is that four columns of device card assembly columns are arranged below the Tab assembly column, more specifically, see fig. 6, the Tab assembly column in the technical solution of the present invention has two menu contents, one is a device and one is a room, my device assembly column can be arranged below the Tab assembly column for displaying the active devices, the display method can be that only one device of the same type is identified, of course, each device can be identified as one, the device card assembly column is composed of small blocks, one small block corresponds to one device, each column of equipment card assembly columns are composed of a plurality of small squares, equipment in the equipment card assembly columns refers to intelligent household equipment with an AIOT function and comprises a hall lamp, a temperature sensor, a hall television, an intelligent oven, a socket and the like, the equipment card assemblies are used for controlling the intelligent household equipment to be turned on and turned off, and in the other situation, the equipment card assemblies can be clicked to display the specific working state of the equipment, such as electric quantity, estimated service life and the like.
In a specific embodiment, the step S300 specifically includes:
s310, when the size of the screen is smaller than or equal to a first threshold value, constructing a display frame with a column of the equipment card assembly; the value of the first threshold is set according to actual needs, and specifically can be determined by dividing small-screen equipment (such as a remote controller), referring to fig. 2, because the small-screen equipment is usually in a strip shape, the transverse display area is limited, and if a plurality of columns of equipment card assembly columns are transversely displayed, the equipment cards in each column are easily displayed unclearly, so that a scheme of displaying one column is adopted.
And S320, when the size of the screen is larger than a first threshold value, constructing a display frame of the UI according to the transverse resolution of the screen. When the screen size is judged not to belong to the small screen size, the number of columns for dividing the device card assembly columns is required to be cut according to the transverse resolution of the screen, so that the screen can display more devices.
In a specific implementation manner, the step S320 specifically includes:
s321, when the transverse resolution of the screen is smaller than or equal to a second threshold value, constructing a display frame with two columns of equipment card assembly columns; referring to fig. 3, the size of the second threshold is determined according to the size of a screen of a common smart device, such as a smart phone, the screen of the smart device has a certain screen horizontal resolution, and two columns of the device card assembly are displayed to enable clear display.
S322, when the transverse resolution of the screen is larger than a second threshold and smaller than or equal to a third threshold, constructing a display frame with three columns of device card assembly columns; referring to fig. 4, the size of the third threshold is determined according to the screen size of a medium smart device, such as a tablet, which has a larger screen than a smart phone and can display more contents, and the device card assembly column displays three columns more preferably.
S323, when the transverse resolution of the screen is larger than a third threshold value, constructing a display frame with four columns of device card assembly columns. Referring to fig. 5, the size of the fourth threshold is determined according to the size of the screen of a large-sized smart device, such as a smart television, the screen of the device is very large, and the four columns displayed on the device card assembly column can be very clear.
In a specific embodiment, the first threshold is 3.5 inches, the second threshold is 1080px, and the third threshold is 1640 px. Specifically, the technical scheme of the invention divides the width range of the screen into four ranges, when the size of the screen is less than 3.5 inches, the device cards display one row, when the size of the screen is more than or equal to 3.5 inches, the transverse resolution of the display area is judged, when the size of the display area is less than or equal to 1080px, the device cards display two rows, when the transverse resolution is more than or equal to 1080px, the device cards display three rows, and when the transverse resolution is more than 1640px, the device cards display four rows.
In a specific implementation manner, the step S400 specifically includes:
s410, filling a standard Tab component and a standard equipment card component into the display frame; in one case, the pixel density of the screen can be obtained by taking any standard screen as a reference, and the pixel numbers of the Tab assembly and the standard equipment card assembly in the UI interface which need to be set on the screen are sequentially calculated according to the preset size and the pixel density to manufacture the standard Tab assembly and the standard equipment card assembly.
S420, calculating the amplification ratio of the standard Tab component and the standard equipment card according to the division of the horizontal resolution of the screen by the amplification reference value; wherein the magnification reference value is a variation value, which is associated with the structure of the display frame.
And S430, amplifying the standard Tab component and the standard equipment card component according to the amplification scale. Specifically, the length and width of the standard Tab module and the standard device card module are simultaneously scaled up in equal proportion during the scaling up.
In a specific embodiment, when the device card assembly columns in the display frame are respectively displaying one column, two columns, three columns and four columns, the amplification reference values are sequentially 160, 333, 506 and 679.
Specifically, when the screen size is less than or equal to 3.5 inches, the standard tab component column and the equipment card component column are enlarged in an equal ratio compared with the standard tab component column and the equipment card component column, the equipment card displays a column, and the enlargement ratio is equal to the horizontal resolution/160 of the display area; the screen size is larger than 3.5 inches, the screen transverse resolution is less than or equal to 1080px, and the magnification ratio is equal to the transverse resolution/333 of the display area; the screen size is larger than 3.5 inches, the screen transverse resolution is larger than 1080px and smaller than or equal to 1640px, and the magnification ratio is equal to the transverse resolution/506 of the display area; greater than 3.5 inches and the screen lateral resolution is greater than 1640px, the magnification ratio is display area lateral resolution/679.
In a specific embodiment, the step S410 includes, before:
s10, customizing the standard Tab component and the standard equipment card component in advance through a software development kit.
A software development kit is a collection of development tools used by a software engineer to create application software for a particular software package, software framework, hardware platform, operating system, etc. It may simply be some file that provides an application program interface API for some programming language, but may also include complex hardware that can communicate with some embedded system, general tools include utilities for debugging and other purposes, and SDKs often include example code, supporting technical notes, or other supporting documentation to clarify doubt for basic reference. According to the technical scheme, a standard Tab component and a standard equipment card component are customized in advance through a software development kit, the sizes of the standard Tab component and the standard equipment card component are designed according to the display area resolution of 333px 750px, and the specific size can be selected according to actual needs.
The present invention provides a storage medium having stored thereon a plurality of instructions adapted to be loaded and executed by a processor to implement the steps of the UI interface generating method of any of the above.
In addition, referring to fig. 7, the present invention also provides an intelligent terminal, including: a processor 10, a storage medium 20 communicatively coupled to the processor, the storage medium adapted to store a plurality of instructions; the processor is adapted to call instructions in the storage medium to perform the steps of implementing the UI interface generation method of any of the above.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
In summary, the UI interface generation method, the storage medium and the intelligent terminal provided by the present invention, wherein the method includes the steps of determining a display area of the UI interface on a terminal screen; acquiring the screen size and the screen transverse resolution of the display area; constructing a display frame of the UI according to the screen size and the screen transverse resolution; and filling UI components in the display frame, adjusting the size of the UI components, and generating the UI interface. The UI interface generation method can flexibly construct the display frame and load the UI components in the display frame according to the screen size and the screen transverse resolution of the display area of the terminal UI interface, realizes the display of different interface contents in different screen sizes and improves the utilization rate of the screen display area.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. A UI interface generation method is characterized by comprising the following steps:
determining a display area of a UI on a terminal screen;
acquiring the screen size and the screen transverse resolution of the display area;
constructing a display frame of the UI according to the screen size and the screen transverse resolution;
and filling UI components in the display frame, adjusting the size of the UI components, and generating the UI interface.
2. The UI interface generation method according to claim 1, wherein the display frame includes a Tab component bar and a device card component bar located below the Tab component bar.
3. The UI interface generating method according to claim 2, wherein the step of constructing a display frame of the UI interface according to the screen size and the screen lateral resolution specifically comprises:
when the screen size is smaller than or equal to a first threshold value, constructing a display frame with a column of the equipment card assembly;
and when the screen size is larger than a first threshold value, constructing a display frame of the UI according to the screen horizontal resolution.
4. The UI interface generation method according to claim 3, wherein, when the screen size is larger than a first threshold, the constructing a display frame of the UI interface according to the screen lateral resolution specifically comprises:
when the transverse resolution of the screen is smaller than or equal to a second threshold value, constructing a display frame with two columns of device card assembly columns;
when the screen lateral resolution is larger than a second threshold and smaller than or equal to a third threshold, constructing a display frame with three columns of device card assembly columns;
and when the screen lateral resolution is larger than a third threshold value, constructing a display frame with four columns of the device card assembly columns.
5. The UI interface generation method according to claim 4, wherein the first threshold is 3.5 inches, the second threshold is 1080px, and the third threshold is 1640 px.
6. The UI interface generating method according to claim 4, wherein the step of filling UI components into the display frame and adjusting the size of the UI components includes:
filling a standard Tab component and a standard equipment card component into the display frame;
dividing the horizontal resolution of the screen by an amplification reference value to calculate the amplification ratio of the standard Tab component and the standard equipment card;
and amplifying the standard Tab module and the standard device card module according to the amplification scale.
7. The UI interface generation method according to claim 6, wherein when the device-card assembly fields in the display frame are displaying one column, displaying two columns, displaying three columns, and displaying four columns, respectively, the enlargement reference values are 160, 333, 506, and 679 in this order.
8. The UI interface generation method of claim 7, wherein the step of populating the display frame with standard Tab components and standard device card components comprises:
the standard Tab component and the standard device card component are pre-customized by a software development kit.
9. A storage medium having stored thereon a plurality of instructions adapted to be loaded and executed by a processor for performing the steps of the UI interface generation method according to any of the preceding claims 1-8.
10. An intelligent terminal, comprising: a processor, a storage medium communicatively coupled to the processor, the storage medium adapted to store a plurality of instructions; the processor is adapted to invoke instructions in the storage medium to perform the steps of implementing the UI interface generation method of any of the above claims 1-8.
CN201911200479.2A 2019-11-29 UI interface generation method, storage medium and intelligent terminal Active CN110990097B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911200479.2A CN110990097B (en) 2019-11-29 UI interface generation method, storage medium and intelligent terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911200479.2A CN110990097B (en) 2019-11-29 UI interface generation method, storage medium and intelligent terminal

Publications (2)

Publication Number Publication Date
CN110990097A true CN110990097A (en) 2020-04-10
CN110990097B CN110990097B (en) 2024-07-02

Family

ID=

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112417257A (en) * 2020-11-06 2021-02-26 杭州讯酷科技有限公司 System construction method with instruction guide intelligent recommendation

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101045589B1 (en) * 2010-09-15 2011-07-01 주식회사 유비온 Playback equipment for contents received over network and method thereof
CN103218195A (en) * 2013-04-10 2013-07-24 广东欧珀移动通信有限公司 Method and device for display adjustment of application program
CN104123362A (en) * 2014-07-18 2014-10-29 华中师范大学 Multi-terminal-device-oriented webpage adaptation layout method
CN105912318A (en) * 2016-04-01 2016-08-31 北京京东尚科信息技术有限公司 Self-adaptive display method of terminal screen, terminal, server and system
US20170078504A1 (en) * 2015-09-15 2017-03-16 Ricoh Company, Ltd. Display input device, image forming apparatus, display control method, and recording medium
CN107168712A (en) * 2017-05-19 2017-09-15 广东欧珀移动通信有限公司 Interface method for drafting, mobile terminal and computer-readable recording medium
CN109739456A (en) * 2018-12-29 2019-05-10 苏州玩友时代科技股份有限公司 A kind of adaptive UI adaptation method and system
US20190266705A1 (en) * 2018-02-28 2019-08-29 Microsoft Technology Licensing, Llc Adaptive interface transformation across display screens

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101045589B1 (en) * 2010-09-15 2011-07-01 주식회사 유비온 Playback equipment for contents received over network and method thereof
CN103218195A (en) * 2013-04-10 2013-07-24 广东欧珀移动通信有限公司 Method and device for display adjustment of application program
CN104123362A (en) * 2014-07-18 2014-10-29 华中师范大学 Multi-terminal-device-oriented webpage adaptation layout method
US20170078504A1 (en) * 2015-09-15 2017-03-16 Ricoh Company, Ltd. Display input device, image forming apparatus, display control method, and recording medium
CN105912318A (en) * 2016-04-01 2016-08-31 北京京东尚科信息技术有限公司 Self-adaptive display method of terminal screen, terminal, server and system
CN107168712A (en) * 2017-05-19 2017-09-15 广东欧珀移动通信有限公司 Interface method for drafting, mobile terminal and computer-readable recording medium
US20190266705A1 (en) * 2018-02-28 2019-08-29 Microsoft Technology Licensing, Llc Adaptive interface transformation across display screens
CN109739456A (en) * 2018-12-29 2019-05-10 苏州玩友时代科技股份有限公司 A kind of adaptive UI adaptation method and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
2513LQL: "响应式布局一", pages 1 - 3 *
WEIXIN_34235105: "2-5编程练习:响应式布局案例——不同屏幕大小显示不同图片布局", pages 1 - 7, Retrieved from the Internet <URL:《https://www.cnblogs.com/f6056/p/10980341.html》> *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112417257A (en) * 2020-11-06 2021-02-26 杭州讯酷科技有限公司 System construction method with instruction guide intelligent recommendation
CN112417257B (en) * 2020-11-06 2022-07-26 杭州讯酷科技有限公司 System construction method with instruction guide intelligent recommendation

Similar Documents

Publication Publication Date Title
CN101345003B (en) Interest point indication method of electronic map and mobile terminal
JP2016500175A (en) Method and apparatus for realizing floating object
CN101090545A (en) Apparatus and method for display control in a mobile communication terminal
CN112541203B (en) Electrical design method and electrical design system
CN102800045A (en) Image processing method and device
CN109298909A (en) A kind of method, mobile terminal and computer readable storage medium that window is adjusted
CN103984720A (en) Tile map establishment method and device based on OpenGL (open graphics library)
CN104102734A (en) Data display method and system
CN102483682A (en) Design support device, design support program, design support method and integrated circuit
CN115328429A (en) Display method, display device, electronic apparatus, and storage medium
US9501812B2 (en) Map performance by dynamically reducing map detail
CN101656037A (en) Method for displaying large-format picture on small screen equipment and small screen equipment
CN102622233A (en) System and method for automatically generating user interface applicable to certain interactive terminal equipment
CN105100862A (en) Grid movement display processing method and grid movement display processing system
CN113419649A (en) Method for operating electronic device and device thereof
CN107908380A (en) Multi-display method, device, terminal device and storage medium based on configuration
CN110990097A (en) UI (user interface) generation method, storage medium and intelligent terminal
CN111653231B (en) Display screen configuration method, device and system and display control system
CN110990097B (en) UI interface generation method, storage medium and intelligent terminal
CN108228030B (en) Album display method, apparatus, storage medium and electronic device
CN106775634B (en) Display block display method and device
CN102089784A (en) Partitioning-based performance analysis for graphics imaging
CN115357696A (en) Dynamic chart billboard display method based on components and related equipment
CN112116719B (en) Method and device for determining object in three-dimensional scene, storage medium and electronic equipment
CN111488087B (en) Control display method, device and system and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant