WO2018040913A1 - Procédé et dispositif d'affichage d'interface - Google Patents

Procédé et dispositif d'affichage d'interface Download PDF

Info

Publication number
WO2018040913A1
WO2018040913A1 PCT/CN2017/097627 CN2017097627W WO2018040913A1 WO 2018040913 A1 WO2018040913 A1 WO 2018040913A1 CN 2017097627 W CN2017097627 W CN 2017097627W WO 2018040913 A1 WO2018040913 A1 WO 2018040913A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface
content
type
target
target interface
Prior art date
Application number
PCT/CN2017/097627
Other languages
English (en)
Chinese (zh)
Inventor
高攀
Original Assignee
阿里巴巴集团控股有限公司
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 阿里巴巴集团控股有限公司 filed Critical 阿里巴巴集团控股有限公司
Publication of WO2018040913A1 publication Critical patent/WO2018040913A1/fr

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/543Local
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui

Definitions

  • the present application relates to the field of computer technologies, and in particular, to an interface display method and apparatus.
  • the user needs to use the copy or cut function to input some of the content displayed on the current interface into the input box of other interfaces, since almost all functions of the application are not set in the same interface.
  • the interface display operation needs to be performed at the operation entrance of the target interface.
  • the target interface is reached, if the operation interface of the target interface is deep, the user needs to perform multiple operations to reach the target interface.
  • the embodiment of the present application provides an interface display method for solving the problem of low convenience when displaying a target interface in the prior art.
  • An interface display method includes:
  • the predetermined type of event is an event that causes content in the clipboard to change
  • the target interface is displayed when the predetermined interface corresponding to the target interface is displayed.
  • the embodiment of the present application further provides an interface display device for solving the problem of low convenience when the target interface is displayed in the prior art.
  • An interface display device comprising:
  • a listening unit that listens to a predetermined type of event;
  • the predetermined type of event is a copy event or a cut event;
  • a content determining unit when listening to the predetermined type of event, determining content in a clipboard corresponding to the predetermined type of event;
  • a target interface determining unit analyzing the content to determine a target interface
  • the interface display unit displays the target interface in the target application when the target application is in the foreground running state.
  • the event of the predetermined type is an event that causes the content in the clipboard to change.
  • the content in the clipboard corresponding to the predetermined type of event is determined, and the content is The analysis is performed to determine the target interface, and then the determined target interface is displayed when the predetermined interface corresponding to the target interface is displayed. That is, after the user performs an operation such as copying or cutting to change the content in the clipboard, after reaching the predetermined interface, the user can reach the target interface related to the copied or cut content without operating the predetermined interface. , the convenience is higher.
  • FIG. 1 is a schematic diagram of an operation process of reaching a target interface after performing a copy operation in the prior art
  • FIG. 2 is a schematic flowchart of an implementation method of an interface display method according to Embodiment 1 of the present application;
  • FIG. 3 is a schematic diagram of an operation process of the bank transfer card number after the bank card number is copied according to Embodiment 1 of the present application;
  • FIG. 4 is a schematic diagram of an operation process of a bank transfer card number after the bank transfer card is delivered to the transfer interface according to Embodiment 1 of the present application;
  • FIG. 5 is a schematic diagram of an operation process of the bank transfer card after the bank card number is copied to the transfer interface according to Embodiment 1 of the present application;
  • FIG. 6 is a schematic diagram of an operation process of reaching a chat interface after copying a webpage address according to Embodiment 1 of the present application;
  • FIG. 7 is a schematic structural diagram of a target object attribute information determining apparatus according to Embodiment 2 of the present application.
  • the user's intention after entering the application can be inferred according to the operation before the user enters the application, and the user's operation is guided.
  • the user enters the application which means that the user switches the state of the application to the foreground running state through operation
  • the so-called foreground running state means that the application is in a state that can be directly seen and operated by the user.
  • the input box of some interfaces receives the format of the pasted content.
  • the input box of some interfaces receives the format of the pasted content.
  • the bank card number input box of the bank card transfer interface only the content of the bank card number format is allowed; for the dialing interface, only the content of the mobile phone number format is allowed. Then, the user's intention of entering the application after performing the copy operation or the cut operation can be determined according to the copy operation or the cut operation of the user.
  • Embodiment 1 of the present application provides an interface display method.
  • the execution body of the interface presentation method provided by the embodiment of the present application may be a terminal device, for example, a smart phone, a tablet computer, a personal computer, or the like.
  • the implementation method of the method is exemplified by taking the execution body of the method as a smart phone. Introduction. It can be understood that the execution of the method is only an exemplary description of the smartphone, and should not be construed as limiting the method.
  • the schematic diagram of the implementation process of the method is as shown in FIG. 2, and includes the following steps:
  • Step 11 Listening to a predetermined type of event
  • the predetermined type of event is an event that causes content in the clipboard to change, and the predetermined type of event may be, for example, a copy event, a cut event.
  • a copy event usually refers to an event that adds content to the clipboard through a copy operation
  • a cut event usually refers to an event that adds content to the clipboard through a cut operation.
  • the copy operation or the cut operation is generally performed by right-clicking on the selected content, and then clicking the "Copy" or "Cut” option in the pop-up context menu
  • the copy operation Or the cut operation is generally performed by long pressing on the content to be selected, and then clicking the "Copy" or "Cut” option in the pop-up menu.
  • Clipboard also known as clipboard, scrapbook, scrapbook, etc.
  • Clipboard is a storage area, usually located in memory, for temporary storage of operation objects for copy operations or cut operations. After copying or cutting, the copied or cut data is stored in the clipboard for subsequent use in the paste operation.
  • a predetermined type of event can be monitored by listening to the clipboard of the Android operating system.
  • the addPrimaryClipChangedListener in the ClipboardManager component of the Android system can be used to listen to a predetermined type of event.
  • the onPrimaryClipChanged method in the OnPrimaryClipChangedListener is called, so that the copy event or the cut event can be realized. Listening.
  • a predetermined type of event can be monitored by a hook function (Hook), which will not be described here.
  • Hook hook function
  • Step 12 When listening to the predetermined type of event, determining content in a clipboard corresponding to the predetermined type of event;
  • the application can access the contents of the clipboard through the programming interface, so that the contents of the clipboard can be obtained.
  • Step 13 analyzing the content to determine a target interface
  • the type of the input content supported by the input interface of the target interface is also determined. . Then, different content can be classified in advance, and then a correspondence is established between the type and the interface, wherein the interface corresponding to a certain type can be, for example, an interface that supports input of the content of the type. Then, after listening to the predetermined type event and determining the type of the content in the clipboard, the interface corresponding to the type can be determined as the target interface.
  • the user pastes the content into the target interface, it is often possible to input some information related to the pasted content. For example, after pasting the bank card number, the user may also input the bank information corresponding to the bank card number; after the user pastes a certain website address and sends it to the friend, the content of the web page corresponding to the website is often briefly described and sent to the user. Friends. Then, information related to the content in the clipboard can also be acquired, and then the target interface can be generated by using the content in the clipboard and/or information related to the content, and an interface corresponding to the type.
  • the content in the clipboard and/or the information related to the content may be filled in the interface template of the interface corresponding to the type.
  • the finalized target interface may be an interface corresponding to the type, or an interface generated by using the content and/or information related to the content.
  • the type of the content in the clipboard may include at least one of the following: a webpage address type; a bank card number type; an account identification type; a normal text type.
  • the webpage address usually refers to the text containing the domain name suffixes such as .com, .cn, .net, etc.
  • the text is usually started with http:// or https://.
  • the webpage address points to a webpage in the Internet, and the webpage address can be used to access the webpage in the internet pointed to by the webpage address.
  • the web address can be, for example, http://www.a.com/b.html.
  • the bank card number refers to the number code on the card issued by each bank. Since the starting number of the bank card number of each bank has a unified regulation, and the number of digits of the bank card number of each bank has a unified regulation, the bank card The format of the card number is also clear. For example, for the card number of CCB, the starting number of the bank card number is 6227, then the format of the bank card number is generally 6227 XXXX XXXXXXX, where X stands for any Arabic number.
  • the account identifier refers to the information used to identify the user when the user logs in on the Internet.
  • the format is generally the mobile phone number, the mailbox, the number of specific digits, or the user name.
  • Ordinary text refers to a combination of a word, sentence, or multiple sentences with complete, systematic meaning. Since the text can be any text, it is distinguished from the type of web page address type, bank card number type, and account identification type described above. Here, several types of text that do not belong to the above are classified as normal text types.
  • the content of the normal text type may be article content, lyrics, movie lines, dates, and the like.
  • the type of the content in the clipboard may be determined according to the number of words of the content in the clipboard, the specific identifier included, and the like. For example, when the content in the clipboard is the text at the beginning of http://, and the text contains .com, the type of the content can be considered as the webpage address type; when the content in the clipboard starts with 6227, 19 When the number is a digit, the type of the content can be considered as the bank card number type.
  • the content of the clipboard can be uploaded to the server, and the server determines the type of the content in the clipboard.
  • Step 14 Display the target interface when displaying a predetermined interface corresponding to the target interface.
  • the target determined according to the URL will be determined.
  • the display of the interface will result in a poor user experience.
  • the target interface can be displayed when the predetermined interface is displayed.
  • the predetermined interface corresponding to the target interface may be preset by the developer. For example, for the chat application, the predetermined interface corresponding to the target interface generated according to the URL may be set as the chat interface, then, when the user After copying the URL into the chat application, the target interface generated according to the URL will be displayed when the user enters the chat interface.
  • the target interface can be displayed.
  • the target interface after the user enters the target application, it can be displayed. For example, after the user copies the bank card number and enters the transfer application, the user is likely to transfer the bank card number, then, directly When entering the transfer application, the transfer interface is displayed to the user. In this way, for some target interfaces, in order to further reduce the user's operation steps, the target interface can be displayed when any interface in the target application is displayed, without the user manually operating to a specific interface. . When any of the interfaces in the target application are displayed, that is, when the target application is in the foreground running state.
  • the target application mentioned here may specifically be an application when performing a copying or cutting operation, or may not be an implementation complex. Application when making or cutting operations.
  • the target interface can be directly displayed.
  • the target interface in the application can be displayed when the target application enters the foreground running state.
  • the user copies the bank card number sent by the friend in the message application, and the target application and the message application are different applications, and after entering the target application, the user can In the target application, the target interface corresponding to the bank card type (in this case, the bank card transfer interface) is displayed, and the bank card transfer interface can be directly reached.
  • the target application the target interface corresponding to the bank card type (in this case, the bank card transfer interface) is displayed, and the bank card transfer interface can be directly reached.
  • the application in the current active window is the application in the foreground running state, or can determine whether the application is in the foreground by determining whether the application has the focus.
  • Operating status For the Android operating system, you can use the RunningTaskInfo class to determine whether the application is running in the foreground or in the background, or you can use the RunningAppProcessInfo class to determine whether the application is running in the foreground or in the background.
  • the interface corresponding to the type of the application in the foreground running state can be displayed.
  • the interface corresponding to the type may be an interface that supports inputting content of the type, but in one application, there may be multiple interfaces supporting input of content of the type.
  • the credit recharge interface can support the input of the mobile phone number type content
  • the account search interface can support the input of the mobile phone number type content
  • the chat interface can also support the input of the mobile phone number type content.
  • not all interfaces that support input of the type of content need to be displayed when the application is in the foreground running state.
  • the probability of entering the chat interface to paste the mobile phone number is much less than entering.
  • the probability of recharging the interface the developer can pre-set the target page to be displayed when the application is in the foreground running state after listening to the predetermined type of event, as the interface corresponding to the type, that is, the correspondence between the type and the interface is established in advance.
  • the operation portal of the target interface may be displayed in a certain area of the predetermined interface, and the user is received through the operation.
  • the target interface is displayed when the entry is issued to access the target interface.
  • the operation portal is displayed in a certain area of the target interface, and the beneficial effect is that the user can intuitively see the operation portal of the target interface, and does not need to find the original operation portal of the software in the current interface, thereby improving the operation of the user. effectiveness.
  • the operation portal of each target interface is displayed in a certain area of the predetermined interface, and then any one of the target interfaces is received.
  • the target interface displays an instruction
  • the target interface corresponding to the instruction is displayed.
  • the transfer to the bank card is still taken as an example.
  • the user copies the bank card number sent by the friend in the message application.
  • two types of bank card numbers are preset in the target application.
  • the operation portals of the two interfaces can be respectively displayed.
  • the user clicks "Transfer to Bank Card" the bank card transfer interface can be reached.
  • the pre-judgment of the operation behavior after the user performs the copying or pasting operation is realized.
  • the operation interface of the target interface or the target interface is directly displayed, and the user is not required to perform excessive operations, thereby improving the user.
  • the efficiency and convenience of operation are high.
  • the target interface After the user enters the target interface, it is generally necessary to paste the contents of the clipboard into a form on the target interface. Then, in order to further reduce the operation of the user, when the target interface is displayed, the content in the clipboard may be filled into a corresponding input box in the target interface, and the target interface may be displayed. In this way, the user does not need to perform the pasting operation, and the convenience is high.
  • information related to the contents of the clipboard may also be entered in other forms on the page.
  • the user after entering the bank card number, the user also needs to input information such as the bank name. Then, information related to the content in the clipboard may be acquired in advance, and then the content in the clipboard and/or the information related to the content in the clipboard may be filled into the form of the target interface, and Show the target interface. In this way, the user does not need to manually input relevant information, and the convenience is high.
  • FIG. 5 after entering the bank transfer interface, the bank card number and the bank name are entered in the transfer interface.
  • obtaining information related to the content in the clipboard is not only obtaining information that needs to be filled in the form, but also obtaining other related information. For example, if the user copies a piece of text and then wants to use the search engine to search for information related to the text, then the information related to the text searched by the search engine can be obtained in advance, and then the user directly enters the target application after entering the target application. Presenting using the content and/or the target interface generated by the information related to the content.
  • Capacity determine the target interface, and display the target interface when displaying the predetermined interface.
  • the webpage content in the webpage corresponding to the webpage in the clipboard may be acquired. Then, the obtained webpage content is filled in the webpage content display interface to generate a target interface. The process can be considered as displaying the content of the webpage in the webpage content presentation template. Finally, when the chat interface is displayed, the generated target interface can be displayed in the chat interface in the form of a card.
  • the main image, the webpage title, and the webpage content summary in the webpage can be displayed only in the card, so when the content in the webpage is acquired, only the expectation can be obtained.
  • the content of the show can be obtained.
  • the card can be displayed anywhere in the chat interface, and the card can be sent to the other party upon receiving the card sending instruction.
  • the other party can see the card directly in the chat interface, instead of the boring web address, and when the user clicks on the card, the webpage corresponding to the web address can be opened for detailed browsing.
  • the user browses the content in the website http://www.a.com/b.html on the current interface, and expects to share the content to the friend.
  • the operation portal of the chat interface with each friend is displayed, that is, the friend list interface, when the user clicks "friend A"
  • the content in the website is automatically displayed in the form of a card in the chat interface, and the card can be directly sent to the other party.
  • the abbreviated information of the webpage content can be visually displayed to the user, thereby improving the user experience.
  • the webpage content corresponding to the webpage address in the clipboard may also be displayed in a predetermined interface in the form of a card.
  • the content of the webpage can also be displayed in the form of a card, and then the content of the webpage is posted to the personal dynamic in the form of a card.
  • the bank card information is generally the information such as the bank account bank.
  • the mobile phone number can be filled in the recharge number input box of the mobile phone recharge interface. And show it.
  • the type of the content in the clipboard is an account identification type
  • the target interface corresponding to the account identification type set by the developer is an account related information interface
  • the account related information corresponding to the content in the clipboard may be acquired. Then, the content in the clipboard and the account related information corresponding to the content in the clipboard are displayed in the account related information interface.
  • the type of the content in the clipboard is a normal text type
  • the subtype may be divided according to the appearance scene of the content in the clipboard, such as a certain content. It appears in the lyrics, then the content can be divided into lyric subtypes.
  • the subtype can be, for example, article content, lyrics, movie lines, and dates.
  • the interface corresponding to the subtype may be determined according to the determined subtype, and information related to the content in the clipboard is obtained. Finally, using the content and/or information related to the content, and an interface corresponding to the subtype, a target interface is generated, and the target interface is displayed in a predetermined interface in the form of a card.
  • the summary information of the article may be obtained, and the article is displayed as a card in the predetermined interface. Summary information.
  • the ordinary text in the clipboard is a lyric
  • the related information of the music corresponding to the lyrics can be obtained, and displayed in the form of a card in a predetermined interface, and further, the corresponding music module can be evoked to play the music.
  • the ordinary text in the clipboard is a line in a movie or a TV series
  • relevant information of the movie or television can be obtained and displayed in the form of a card in a predetermined interface.
  • the operation entry of the date-related interface is displayed in a predetermined interface in the form of a card, such as an alarm setting operation entry, a reminder setting operation entry, or a trip setting. Operation portal and so on.
  • the related information can be displayed in a clearer manner, and the content in the card can support the user operation, and the interaction is strong. , to improve the user experience.
  • the time for displaying the target interface is when the predetermined interface is displayed, and when the user receives the instruction to close the target interface, the predetermined interface can be closed. This indicates that the user does not need the target interface for a while, and then when the predetermined interface is in the display state again, there is no need to display the target interface. That is, when the predetermined interface is displayed, the target interface may be displayed only once, to prevent the user from being displayed again after closing the target interface, resulting in a poor user experience.
  • the target interface can be determined only for the content in the clipboard corresponding to the last scheduled type event.
  • the probability that the user continues to use the content of this copy or cut operation will be small, for example, the user copied a certain content yesterday, but it is likely that it will not Use the content copied yesterday. Then, the time difference between the current time and the time when the predetermined type of event is monitored can be determined. When the time difference is greater than the preset time difference, the content in the clipboard is analyzed to determine the target interface.
  • the user may also perform personalized recommendation according to the content in the clipboard.
  • Personalized recommendations can recommend information of interest to users based on their interests.
  • the content in the clipboard can reflect the user's preferences to a certain extent. For example, the user often copies the lyrics of a certain style of song, and then indicates that the user likes the song of the style, and the song belonging to the style can be recommended to the user.
  • the interface display method provided by Embodiment 1 of the present application is to monitor a predetermined type of event, which is an event that causes content in the clipboard to change.
  • a predetermined type of event which is an event that causes content in the clipboard to change.
  • the predetermined type of event corresponds to The content in the clipboard, and the content is analyzed to determine the target interface, and then the determined target interface is displayed when the predetermined interface corresponding to the target interface is displayed. That is, after the user performs an operation such as copying or cutting to change the content in the clipboard, after reaching the predetermined interface, the user can reach the target interface related to the copied or cut content without operating the predetermined interface. , the convenience is higher.
  • Embodiment 2 of the present application provides an interface display device.
  • the structure diagram of the interface display device is shown in FIG. 7 and mainly includes the following functional units:
  • the monitoring unit 21 monitors a predetermined type of event; the predetermined type of event is a copy event or a cut event;
  • the content determining unit 22 determines, when the predetermined type of event is detected, the content in the clipboard corresponding to the predetermined type of event;
  • the target interface determining unit 23 analyzes the content to determine a target interface
  • the interface display unit 24 displays the target interface when displaying a predetermined interface corresponding to the target interface.
  • the specific working process of the device embodiment is that the monitoring unit 21 monitors a predetermined type of event.
  • the content determining unit 22 determines the content of the clipboard corresponding to the predetermined type of event.
  • the target interface determining unit 23 analyzes the content, determines the target interface, and displays the interface.
  • the element 24 displays the target interface when the predetermined interface corresponding to the target interface is displayed.
  • the target interface determining unit 23 specifically includes a type determining subunit 23-1 and a first interface determining subunit 23 -2, where:
  • the type determining subunit 23-1 determines a type of the content
  • the first interface determining sub-unit 23-2 determines an interface corresponding to the type as the determining target interface according to the determined type.
  • the target interface determining unit 23 specifically includes a related information acquiring subunit 23-3 and a second interface determining subunit 23-4, wherein:
  • the related information acquiring sub-unit 23-3 acquires information related to the content
  • the second interface determining subunit 23-4 generates a target interface by using the content and/or information related to the content and an interface corresponding to the type.
  • the interface display unit 24 selects a display manner corresponding to the type, and displays the target interface.
  • the type comprises at least one of the following:
  • the interface corresponding to the type is a webpage content presentation interface
  • the related information obtaining sub-unit 23-3 acquires webpage content in a webpage corresponding to the webpage in the clipboard;
  • the first interface determining sub-unit 23-4 fills the content of the obtained webpage into the webpage content display interface to generate a target interface.
  • the interface display unit 24 displays the obtained target interface in the chat interface in the form of a card when displaying the chat interface.
  • the interface corresponding to the type is a bank card transfer interface
  • the related information obtaining sub-unit 23-3 acquires bank card information corresponding to the bank card number in the clipboard;
  • the first interface determining subunit 23-4 fills the bank card number in the clipboard and the bank card information corresponding to the bank card number into a form of the bank card transfer interface as a target interface.
  • the interface corresponding to the type is an account related information interface
  • the related information obtaining sub-unit 23-3 acquires account related information corresponding to the account identifier in the clipboard;
  • the first interface determining subunit 23-4 fills the account identifier in the clipboard and the account related information corresponding to the account identifier in the clipboard into the account related information interface as a target interface.
  • the device when the type of the content in the clipboard is a normal text type, the device further includes:
  • the subtype determining unit 25 determines a subtype to which the content of the normal text type in the clipboard belongs
  • the related information obtaining sub-unit 23-3 acquires information related to the content in the clipboard according to the determined subtype
  • the first interface determining subunit 23-4 generates a target interface by using the content and/or information related to the content and an interface corresponding to the subtype.
  • the subtype includes at least one of the following:
  • the interface display unit 24 selects an impression corresponding to the type when displaying any interface in the target application. In the manner, the target interface is displayed.
  • the target interface determining unit determines a time difference between a current time and a time when the predetermined type of event is monitored; and when the time difference is greater than a preset time difference, analyzing the content. , determine the target interface.
  • the interface display unit 24 specifically includes an operation entry display sub-unit 24-1 and a presentation instruction receiving sub-unit 24-2, wherein:
  • the operation portal display sub-unit 24-1 displays the operation portal of each target interface
  • the display instruction receiving sub-unit 24-2 displays the target interface corresponding to the target interface when the display instruction for any of the target interfaces is received through each operation portal.
  • the apparatus further includes a recommendation unit 26 that performs personalized recommendations based on the content of the clipboard.
  • the interface display device monitors a predetermined type of event, which is an event that causes content in the clipboard to change.
  • a predetermined type event is detected, it is determined that the predetermined type event corresponds to
  • the content in the clipboard is analyzed, and the content is analyzed to determine a target interface, and the determined target interface is displayed when the predetermined interface corresponding to the target interface is displayed. That is, the user copies or cuts the content, and after reaching the predetermined interface, the user can reach and copy or cut without performing the operation on the predetermined interface.
  • the content interface related to the content is cut, and the convenience is high.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment, or a combination of software and hardware. Moreover, the invention can 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, etc.) including computer usable program code.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • processors CPUs
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory.
  • RAM random access memory
  • ROM read only memory
  • Memory is an example of a computer readable medium.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, 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.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.
  • embodiments of the present application can be provided as a method, system, or computer program product.
  • the present application can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment in combination of software and hardware.
  • the application can 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, etc.) including computer usable program code.

Abstract

L'invention concerne un procédé d'affichage d'interface et un dispositif d'affichage d'interface, destinés à résoudre le problème, rencontré dans l'état antérieur de la technique, du manque de commodité lorsqu'une interface cible est affichée. Le procédé comporte les étapes consistant à: surveiller un type prédéterminé d'événement (11), le type prédéterminé d'événement étant un événement qui provoque un changement du contenu d'un presse-papier; lorsque le type prédéterminé d'événement est observé, déterminer un contenu d'un presse-papier correspondant au type prédéterminé d'événement (12); analyser le contenu pour déterminer une interface cible (13); et lorsqu'une interface prédéterminée correspondant à l'interface cible est affichée, afficher l'interface cible (14).
PCT/CN2017/097627 2016-08-29 2017-08-16 Procédé et dispositif d'affichage d'interface WO2018040913A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610752071.6A CN106897155B (zh) 2016-08-29 2016-08-29 一种界面展示方法及装置
CN201610752071.6 2016-08-29

Publications (1)

Publication Number Publication Date
WO2018040913A1 true WO2018040913A1 (fr) 2018-03-08

Family

ID=59191119

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/097627 WO2018040913A1 (fr) 2016-08-29 2017-08-16 Procédé et dispositif d'affichage d'interface

Country Status (3)

Country Link
CN (2) CN110941500B (fr)
TW (1) TWI683251B (fr)
WO (1) WO2018040913A1 (fr)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110941500B (zh) * 2016-08-29 2023-05-09 创新先进技术有限公司 一种界面展示方法及装置
CN107562316B (zh) * 2017-08-29 2019-02-05 Oppo广东移动通信有限公司 界面展示方法、装置及终端
CN109754275B (zh) * 2017-11-06 2023-06-27 阿里巴巴集团控股有限公司 数据对象信息提供方法、装置及电子设备
CN108664303B (zh) * 2018-04-28 2023-06-30 北京小米移动软件有限公司 网页内容的显示方法及装置
CN109086110A (zh) * 2018-07-03 2018-12-25 深圳鼎盛电脑科技有限公司 一种业务信息的显示方法、装置、终端和存储介质
CN112083978B (zh) * 2019-06-12 2024-01-16 钉钉控股(开曼)有限公司 事件分享方法及装置
CN110381209A (zh) * 2019-07-22 2019-10-25 网易(杭州)网络有限公司 粘贴板消息的处理方法、装置和存储介质
CN110413169B (zh) 2019-07-24 2021-11-23 北京小米移动软件有限公司 一种信息展示方法、装置及介质
CN110472978B (zh) * 2019-08-23 2022-03-08 北京丁牛科技有限公司 一种数字货币地址防篡改方法及系统
CN113656193A (zh) * 2021-08-11 2021-11-16 挂号网(杭州)科技有限公司 一种应用通信方法、系统、电子设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043666A (zh) * 2010-10-27 2011-05-04 宇龙计算机通信科技(深圳)有限公司 一种应用协同的操作方法、系统及移动终端
CN103516904A (zh) * 2013-09-22 2014-01-15 东莞宇龙通信科技有限公司 一种终端中数据的共享方法及终端
CN104899269A (zh) * 2015-05-26 2015-09-09 北京金山安全软件有限公司 一种访问网址链接的方法及装置
US20160234141A1 (en) * 2015-02-11 2016-08-11 Line Corporation Methods, systems and computer readable mediums for providing a rich menu for instant messaging services
CN106897155A (zh) * 2016-08-29 2017-06-27 阿里巴巴集团控股有限公司 一种界面展示方法及装置

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064584B (zh) * 2012-12-24 2016-01-13 东莞宇龙通信科技有限公司 粘贴方法和装置
CN103021403A (zh) * 2012-12-31 2013-04-03 威盛电子股份有限公司 基于语音识别的选择方法及其移动终端装置及信息系统
CN104142774B (zh) * 2013-05-06 2019-02-26 腾讯科技(深圳)有限公司 页面内容的处理方法及装置
CN104166646B (zh) * 2013-05-16 2018-07-06 腾讯科技(深圳)有限公司 一种输入统一资源定位符的方法和装置
CN106933959A (zh) * 2013-11-15 2017-07-07 北京奇虎科技有限公司 浏览器侧进行网络搜索的方法与浏览器
CN105068721B (zh) * 2015-08-27 2019-03-15 Oppo广东移动通信有限公司 一种操作菜单显示方法及终端
CN105302561A (zh) * 2015-11-05 2016-02-03 精硕世纪科技(北京)有限公司 基于内存剪贴板的智能识别方法和系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043666A (zh) * 2010-10-27 2011-05-04 宇龙计算机通信科技(深圳)有限公司 一种应用协同的操作方法、系统及移动终端
CN103516904A (zh) * 2013-09-22 2014-01-15 东莞宇龙通信科技有限公司 一种终端中数据的共享方法及终端
US20160234141A1 (en) * 2015-02-11 2016-08-11 Line Corporation Methods, systems and computer readable mediums for providing a rich menu for instant messaging services
CN104899269A (zh) * 2015-05-26 2015-09-09 北京金山安全软件有限公司 一种访问网址链接的方法及装置
CN106897155A (zh) * 2016-08-29 2017-06-27 阿里巴巴集团控股有限公司 一种界面展示方法及装置

Also Published As

Publication number Publication date
TW201807560A (zh) 2018-03-01
CN106897155A (zh) 2017-06-27
CN110941500B (zh) 2023-05-09
CN106897155B (zh) 2019-11-05
CN110941500A (zh) 2020-03-31
TWI683251B (zh) 2020-01-21

Similar Documents

Publication Publication Date Title
WO2018040913A1 (fr) Procédé et dispositif d'affichage d'interface
US10776501B2 (en) Automatic augmentation of content through augmentation services
US8533238B2 (en) Sharing information about a document across a private computer network
US20140344707A1 (en) Information Distribution Method and Device
WO2018045750A1 (fr) Procédé, système, serveur et terminal utilisateur d'affichage de données de commentaire d'un utilisateur
CN107979632B (zh) 推送信息的处理方法、装置及系统
US20100313149A1 (en) Aggregating dynamic visual content
TWI661368B (zh) 資訊展示的方法及裝置
US11620444B2 (en) Providing action associated with event detected within communication
US20140337711A1 (en) Automatic Website Generation
US8903931B1 (en) Methods for generating e-mail message interfaces
TW201727561A (zh) 服務組件管理方法及系統
US20170090705A1 (en) Conversation and version control for objects in communications
WO2018076269A1 (fr) Procédé de traitement de données et terminal électronique
WO2016110203A1 (fr) Procédé et dispositif d'enregistrement de chemin de fichier et d'accès à un fichier local
JP2015517161A (ja) コンテンツに基づくウェブ拡張およびコンテンツのリンク
CN110968314A (zh) 一种页面生成方法及装置
CN105354195B (zh) 一种信息搜索方法及装置
JP2014534542A (ja) ユーザ作成コンテンツの処理方法及び装置
TW201525740A (zh) 網頁顯示方法和裝置及電腦可讀取儲存介質
TW201528005A (zh) 在筆記本應用程式中利用在場性資訊
US11068853B2 (en) Providing calendar utility to capture calendar event
US20230281695A1 (en) Determining and presenting information related to a semantic context of electronic message text or voice data
WO2016018682A1 (fr) Traitement d'image pour identifier un objet à insérer dans un document
JP2006236329A (ja) アイテムのセットの作成および構成

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17845215

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17845215

Country of ref document: EP

Kind code of ref document: A1