CN113093976A - Method and device for realizing data graph comparison on touch screen equipment - Google Patents

Method and device for realizing data graph comparison on touch screen equipment Download PDF

Info

Publication number
CN113093976A
CN113093976A CN202110336535.6A CN202110336535A CN113093976A CN 113093976 A CN113093976 A CN 113093976A CN 202110336535 A CN202110336535 A CN 202110336535A CN 113093976 A CN113093976 A CN 113093976A
Authority
CN
China
Prior art keywords
display
graph
touch screen
comparison
items
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
CN202110336535.6A
Other languages
Chinese (zh)
Other versions
CN113093976B (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.)
Advanced New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN202110336535.6A priority Critical patent/CN113093976B/en
Priority claimed from CN202110336535.6A external-priority patent/CN113093976B/en
Publication of CN113093976A publication Critical patent/CN113093976A/en
Application granted granted Critical
Publication of CN113093976B publication Critical patent/CN113093976B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Landscapes

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

Abstract

The application provides a method for realizing data graph comparison on touch screen equipment, which comprises the following steps: displaying at least two presentation items, each presentation item varying along with a variable; and after a preset touch screen gesture with at least two display items as operation objects is detected, displaying a contrast graph of the at least two operation objects relative to the variable. According to the technical scheme, developers do not need an independent graph comparison module to achieve a comparison function, complexity of software on the touch screen device is reduced, operation of users is greatly simplified, and efficiency of the users is improved.

Description

Method and device for realizing data graph comparison on touch screen equipment
Technical Field
The application relates to the technical field of data processing and human-computer interaction, in particular to a method and a device for realizing data graph comparison on touch screen equipment.
Background
With the development of mobile interconnection technology and the improvement of mobile device performance, various client apps (applications) running on mobile devices have been developed rapidly. The App provides functions that cover almost every aspect of life and work, bringing great convenience to the user.
Securities software is gradually becoming an important branch in the intelligent terminal App. Besides checking quotations and information and buying and selling operations, the graph comparison of indexes such as time-sharing tendency, K-line and volume of transaction among different stocks or funds is also an indispensable function of security software.
In the prior art, if a user wants to compare the time-sharing tendency of two stocks, the user needs to click a stock comparison function option first, open a stock comparison page, and a list of a plurality of stocks is displayed on the stock comparison page; the user selects stocks to be compared one by one on a stock comparison page, clicks a comparison button after the selection is finished, and then can see the comparison of the time-sharing tendency chart of the selected stocks. The realization mode needs App developers to realize corresponding functions by using a single graph comparison module and adding a plurality of pages, so that the complexity of software on the mobile equipment is increased; for a user, multiple operations need to be performed on two pages, which is tedious and inefficient.
Disclosure of Invention
In view of this, the present application provides a method for implementing data graph comparison on a touch screen device, including:
displaying at least two display items in the same page, wherein each display item changes along with one variable;
after a preset touch screen gesture with at least two display items as operation objects is detected, generating and displaying a contrast graph of the at least two display items relative to the variable; the contrast graph is a graph which displays the difference of the at least two display items on the basis of the same horizontal axis and a vertical axis.
The application also provides a device for realizing the comparison of data graphs on the touch screen equipment, which comprises:
the display item display unit is used for displaying at least two display items in the same page, and each display item changes along with a variable;
the comparison graph display unit is used for generating and displaying a comparison graph of the at least two display items relative to the variable after a preset touch screen gesture with the at least two display items as operation objects is detected; the contrast graph is a graph which displays the difference of the at least two display items on the basis of the same horizontal axis and a vertical axis.
According to the technical scheme, in the embodiment of the application, the comparison graph of the operation object can be checked through the preset touch screen gesture which takes the at least two display items as the operation object on the page which displays the at least two display items, so that developers do not need a separate graph comparison module to realize a comparison function any more, the complexity of software on touch screen equipment is reduced, the operation of a user is greatly simplified, and the efficiency of the user is improved.
Drawings
Fig. 1 is a flowchart of a method for implementing data graph comparison on a touch screen device in an embodiment of the present application;
FIG. 2 is a display interface of a stock list in an example of application of the present application;
FIG. 3 is a display interface for dragging one stock to another in an example of the application of the present application;
FIG. 4 is a display interface of a comparison chart of the time-sharing tendency of two stocks displayed on a bullet layer in an application example of the application;
FIG. 5 is a hardware block diagram of a touch screen device;
fig. 6 is a logic structure diagram of an apparatus for implementing data graph comparison on a touch screen device in an embodiment of the present application.
Detailed Description
The embodiment of the application provides a novel method for realizing data graph comparison on touch screen equipment, a user can see a comparison graph of an operation object by only making a preset touch screen gesture which takes at least two display items as the operation object on a page which displays a plurality of display items, the operation of the user is greatly simplified, a software developer does not need to develop an independent graph comparison module, the software implementation on the touch screen equipment is simplified, the efficiencies of the developer and the user are greatly improved, and the problems in the prior art are solved.
The embodiment of the application is applied to a touch screen device which takes a touch screen capable of sensing gestures of a user as an input component, and the touch screen device can be a smart phone, a tablet computer, a notebook computer, a server and other devices.
In the embodiment of the application, a flow of a method for implementing data graph comparison on a touch screen device is shown in fig. 1.
At least two presentation items are displayed, each presentation item varying with the same variable, step 110.
The presentation items include various data of the same type that are used for comparison. Generally, the contrast graph shows the difference between two or more pieces of data to be contrasted on the basis of the same horizontal axis and the vertical axis; that is, the presentation items suitable for graphical comparison vary with a variable, and the comparison graph is a graph generated from the specific values of two or more presentation items with respect to the variable in the same value range.
For example, the presentation items may be data on price, volume, income, or consumption, which all change over time. With time as the horizontal axis, a line graph, a bar graph or a scatter graph can be used for representing the contrast graphs of the display items of different subjects in the same time interval. For example, a comparison graph of monthly sales amounts of employee A and employee B from 3 to 9 months in 2015, a comparison graph of scatter in square meters of the amount of traffic of two regional houses per day at 9 months, and the like.
In various client software and browsers, the comparable data of the same type (namely, the display items) are generally displayed in a similar form in the same page, and the display content of each display item comprises one or more of a display item name, a current value and other indexes related to the display item. The specific display mode and the display content may be determined according to the actual application scenario, and are not limited.
And step 120, after a preset touch screen gesture with at least two display items as operation objects is detected, displaying a contrast graph of the at least two operation objects relative to the variable.
The touch screen device detects a touch screen gesture of a user on a page displaying at least two display items, if the user makes a preset touch screen gesture with the at least two display items as operation objects, the user is considered to intend to view a contrast graph between the operation objects of the preset touch screen gesture, and the touch screen device displays the contrast graphs of the operation objects relative to the same variable to the user.
The predetermined touch screen gesture may be any gesture having two or more effective operation points, and is not limited in the embodiments of the present application. For example, in the case of a single touch, the predetermined touch screen gesture may be pressing in a display area of one presentation item and then dragging to a display area of another presentation item to be released; the display items in which the gesture is located when the gesture is pressed and released are two operation objects of the gesture. For another example, in the case of multi-touch, the predetermined touch screen gesture may be one to more of double-clicking the display areas of the at least two display items at the same time, long-pressing the display areas of the at least two display items at the same time, and sliding along a predetermined trajectory after pressing the display areas of the at least two display items at the same time; the display items where the gesture is simultaneously double-clicked or pressed are two or more than two operation objects of the gesture.
When the touch screen device detects that a user makes a preset touch screen gesture on a page displaying the display item, a contrast graph of an operation object of the preset touch screen gesture can be displayed on a popup layer on a current page, page skipping can also be performed, and the contrast graph of the operation object of the preset touch screen gesture is displayed on the page after skipping. Wherein, the contrast graphs of more than two operation objects are drawn relative to a certain value range of the same variable. The specific implementation of the popup layer or the jump page and the drawing method of the contrast graph can refer to the prior art, and are not described in detail.
Therefore, in the embodiment of the application, a user can trigger the display of the contrast graphs among the operation objects by taking at least two display items as the operation objects through a preset touch screen gesture in the page displaying two or more display items, so that the user can check the contrast graphs of the display items by using a simple gesture, the operation is greatly simplified compared with the prior art that a plurality of pages are opened and the display items for comparison are selected one by one, and the efficiency of the user is improved; meanwhile, developers do not need to develop an independent module for the graph comparison function any more, the complexity of codes is reduced, and the efficiency of the developers is improved.
In one application example of the application, in a stock App of a touch screen mobile phone, a touch screen gesture of dragging and dropping is adopted to trigger the trend graph comparison of two stocks. Fig. 2 shows a stock list page in the security App, on which prices (display items) of a plurality of stocks are displayed, and in a display area of each stock, a name, a current price, and a current rise and fall of the stock are displayed.
When the security App detects a touch screen gesture of a user on a stock list page, and when the user is detected to press down the stock in a display area of one stock and drag the stock to a display area of the other stock to release the stock, a pop-up layer displays a time-sharing trend contrast graph (namely a fold line contrast graph of prices of the two stocks relative to current times).
Specifically, after the security App detects a pressing and dragging gesture on one stock, the position data of the dragged stock is continuously monitored; if a release gesture is heard that the stock is dragged over another stock, a contrasting graphical display event is triggered: the touch screen device requests time-sharing tendency data (namely numerical values of prices changing along with the current time) of the two stocks from the server, a self-defined bullet layer is popped up on a current page by utilizing the data returned by the server, and a time-sharing tendency comparison graph of the two stocks is drawn on the bullet layer. For example, fig. 3 shows a display interface when stock 3 is dragged over stock 2, and fig. 4 shows a display interface after a time-sharing trend contrast diagram of stock 2 and stock 3 is popped up.
Further, the comparison buttons of other indexes of the two stocks, such as "five days", "day K", "week K" and "month K" in fig. 4, may be displayed on the bullet layer (or on a page after jumping in other implementations), which respectively represent the indexes of the average line of five days, the day K line, the week K line and the month K line, and when receiving an operation of the comparison button of a certain index by the user, the comparison graph of the index of the two stocks is displayed on the bullet layer (or on a page in other implementations).
Corresponding to the above flow implementation, an embodiment of the application further provides an implementation device for comparing data graphs on a touch screen device. The apparatus may be implemented by software, or by hardware, or by a combination of hardware and software. Taking a software implementation as an example, as a logical meaning device, the device is formed by reading a corresponding computer program instruction into an internal memory by a Central Processing Unit (CPU) of the touch screen device to run. In terms of hardware, the touch screen device in which the apparatus for implementing data pattern comparison is located generally includes other hardware such as a chip for transmitting and receiving wireless signals, in addition to the CPU, the memory, and the nonvolatile memory shown in fig. 5.
Fig. 6 shows an apparatus for implementing data graph comparison on a touch screen device according to an embodiment of the present application, where the apparatus includes a display item display unit and a comparison graph display unit, where: the display item display unit is used for displaying at least two display items, and each display item changes along with a variable; and the contrast graph display unit is used for displaying contrast graphs of the at least two operation objects relative to the variable after a preset touch screen gesture with the at least two display items as operation objects is detected.
Optionally, the predetermined touch screen gesture with at least two display items as operation objects includes: pressing in the display area of one display item, and dragging to the display area of another display item for releasing.
Optionally, the predetermined touch screen gesture with at least two display items as operation objects includes: the method comprises the steps of simultaneously double clicking display areas of at least two display items, simultaneously long pressing the display areas of at least two display items, and/or simultaneously pressing the display areas of at least two display items and then sliding in a preset track.
In one implementation, the comparison graph display unit is specifically configured to: after a preset touch screen gesture with at least two display items as operation objects is detected, displaying a contrast graph of the at least two operation objects relative to the variable on a popup layer of a current page or a page after jumping.
In the foregoing implementation manner, the at least two presentation items may include: a price of at least two stocks; the contrast pattern includes: a time-sharing trend comparison graph of at least two stocks; the bullet layer or the page can further comprise: a contrast button for at least one other indicator; the device can also comprise a comparison graph replacing unit which is used for displaying a comparison graph of the indexes of the at least two stocks on the bullet layer or the page after receiving the operation of a comparison button of a certain index by a user.
Optionally, the presentation item includes: price, volume, income, or consumption over time; the contrast pattern includes: bar graph, line graph, or scatter plot.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the scope of protection of the present application.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.

Claims (12)

1. A method for realizing data graph comparison on a touch screen device comprises the following steps:
displaying at least two display items in the same page, wherein each display item changes along with one variable;
after a preset touch screen gesture with at least two display items as operation objects is detected, generating and displaying a contrast graph of the at least two display items relative to the variable; the contrast graph is a graph which displays the difference of the at least two display items on the basis of the same horizontal axis and a vertical axis.
2. The method of claim 1, wherein the predetermined touch screen gesture with at least two display items as operation objects comprises: pressing in the display area of one display item, and dragging to the display area of another display item for releasing.
3. The method of claim 1, wherein the predetermined touch screen gesture with at least two display items as operation objects comprises: the method comprises the steps of simultaneously double clicking display areas of at least two display items, simultaneously long pressing the display areas of at least two display items, and/or simultaneously pressing the display areas of at least two display items and then sliding in a preset track.
4. The method of claim 1, the displaying a contrasting graphic of at least two presentation items relative to the variable, comprising: and displaying a comparison graph of the at least two display items relative to the variable on a bullet layer of the current page or on the page after the jump.
5. The method of claim 4, the at least two presentation items comprising: a price of at least two stocks; the contrast pattern includes: a time-sharing trend comparison graph of at least two stocks;
the popping layer of the current page or the page after the jump further comprises: a contrast button for at least one other indicator;
the method further comprises the following steps: and after receiving the operation of a user on a comparison button of a certain index, displaying a comparison graph of the indexes of the at least two stocks on the elastic layer of the current page or the page after jumping.
6. The method of claim 1, the presentation item comprising: price, volume, income, or consumption over time;
the contrast pattern includes: bar graph, line graph, or scatter plot.
7. An apparatus for implementing data graph comparison on a touch screen device includes:
the display item display unit is used for displaying at least two display items in the same page, and each display item changes along with a variable;
the comparison graph display unit is used for generating and displaying a comparison graph of the at least two display items relative to the variable after a preset touch screen gesture with the at least two display items as operation objects is detected; the contrast graph is a graph which displays the difference of the at least two display items on the basis of the same horizontal axis and a vertical axis.
8. The apparatus of claim 7, the predetermined touch screen gesture with at least two display items as operation objects comprising: pressing in the display area of one display item, and dragging to the display area of another display item for releasing.
9. The apparatus of claim 7, the predetermined touch screen gesture with at least two display items as operation objects comprising: the method comprises the steps of simultaneously double clicking display areas of at least two display items, simultaneously long pressing the display areas of at least two display items, and/or simultaneously pressing the display areas of at least two display items and then sliding in a preset track.
10. The apparatus of claim 7, the comparison graph display unit being specifically configured to: and after the preset touch screen gesture is detected, displaying a contrast graph of the at least two display items relative to the variable on a popup layer of the current page or a page after jumping.
11. The apparatus of claim 10, the at least two presentation items comprising: a price of at least two stocks; the contrast pattern includes: a time-sharing trend comparison graph of at least two stocks;
the popping layer of the current page or the page after the jump further comprises: a contrast button for at least one other indicator;
the device further comprises: and the comparison graph replacing unit is used for displaying the comparison graphs of the indexes of the two stocks on the bullet layer of the current page or the page after jumping after receiving the operation of a comparison button of a certain index by a user.
12. The apparatus of claim 7, the presentation item comprising: price, volume, income, or consumption over time;
the contrast pattern includes: bar graph, line graph, or scatter plot.
CN202110336535.6A 2015-12-22 Method and device for realizing data graph comparison on touch screen equipment Active CN113093976B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110336535.6A CN113093976B (en) 2015-12-22 Method and device for realizing data graph comparison on touch screen equipment

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110336535.6A CN113093976B (en) 2015-12-22 Method and device for realizing data graph comparison on touch screen equipment
CN201510975691.1A CN106909294B (en) 2015-12-22 2015-12-22 Method and device for realizing data graph comparison on touch screen equipment

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201510975691.1A Division CN106909294B (en) 2015-12-22 2015-12-22 Method and device for realizing data graph comparison on touch screen equipment

Publications (2)

Publication Number Publication Date
CN113093976A true CN113093976A (en) 2021-07-09
CN113093976B CN113093976B (en) 2024-06-07

Family

ID=

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1914638A (en) * 2004-01-30 2007-02-14 野村国际股份有限公司 Financial data analysis data
US20120272186A1 (en) * 2011-04-20 2012-10-25 Mellmo Inc. User Interface for Data Comparison
CN103810632A (en) * 2012-11-08 2014-05-21 腾讯科技(深圳)有限公司 Security information display method, apparatus, and system
CN103914181A (en) * 2013-01-09 2014-07-09 三竹资讯股份有限公司 Financial stock reading device and method for displaying multiple comparative views in linkage manner
CN104077693A (en) * 2013-03-27 2014-10-01 腾讯科技(深圳)有限公司 Commodity comparison method, server, client side and e-commerce system
CN104252569A (en) * 2013-06-27 2014-12-31 腾讯科技(深圳)有限公司 Method and device for graphical comparison of data
CN104535721A (en) * 2014-12-23 2015-04-22 小米科技有限责任公司 Air quality data display method and device
CN104616099A (en) * 2014-12-31 2015-05-13 国家电网公司 Power grid tide data comparison and analysis graphic display method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1914638A (en) * 2004-01-30 2007-02-14 野村国际股份有限公司 Financial data analysis data
US20120272186A1 (en) * 2011-04-20 2012-10-25 Mellmo Inc. User Interface for Data Comparison
CN103810632A (en) * 2012-11-08 2014-05-21 腾讯科技(深圳)有限公司 Security information display method, apparatus, and system
CN103914181A (en) * 2013-01-09 2014-07-09 三竹资讯股份有限公司 Financial stock reading device and method for displaying multiple comparative views in linkage manner
CN104077693A (en) * 2013-03-27 2014-10-01 腾讯科技(深圳)有限公司 Commodity comparison method, server, client side and e-commerce system
CN104252569A (en) * 2013-06-27 2014-12-31 腾讯科技(深圳)有限公司 Method and device for graphical comparison of data
CN104535721A (en) * 2014-12-23 2015-04-22 小米科技有限责任公司 Air quality data display method and device
CN104616099A (en) * 2014-12-31 2015-05-13 国家电网公司 Power grid tide data comparison and analysis graphic display method

Also Published As

Publication number Publication date
CN106909294A (en) 2017-06-30
CN106909294B (en) 2021-02-26

Similar Documents

Publication Publication Date Title
CN106909294B (en) Method and device for realizing data graph comparison on touch screen equipment
US10261660B2 (en) Orbit visualization animation
US10740548B2 (en) Dynamic report building using a heterogeneous combination of filtering criteria
CN107291347B (en) Information display method and device
US20130007645A1 (en) Visual time filter control tool for data analysis applications
CN106802894B (en) File induction method and equipment
CN109933321A (en) Table display method and device, storage medium based on Vue frame
CN109074372B (en) Applying metadata using drag and drop
US20130290355A1 (en) Method and System of Selecting Business Object
CN110647272A (en) Display control method and device
US20150161717A1 (en) Object selection and presentation of object-related data in one consistent page view
CN110858378B (en) Evaluation information display method, order creation method, purchasing method and device
CN111461801A (en) Page generation method and device
CN107450809B (en) Page interaction method and device and electronic terminal
CN112306606A (en) Method and equipment for presenting control style
CN113093976B (en) Method and device for realizing data graph comparison on touch screen equipment
US20160019268A1 (en) User-interface for providing a stack view of an e-book collection
US11120058B2 (en) Generating and providing stacked attribution breakdowns within a stacked attribution interface by applying attribution models to dimensions of a digital content campaign
US10705714B2 (en) Systems and methods for generating a card view interface on a mobile computing device
KR102605448B1 (en) Search method and apparatus thereof
CN107025038B (en) List operation method and device
CN108509454B (en) Operation method of character string and related device
CN111198830B (en) Identification method and device of mobile storage equipment, electronic equipment and storage medium
CN111026981A (en) Visual display method, device and equipment for hot topics
CN113434214B (en) Method and device for displaying components in page

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