CN112445557A - Interface display method and device and interface display device - Google Patents

Interface display method and device and interface display device Download PDF

Info

Publication number
CN112445557A
CN112445557A CN201910817883.8A CN201910817883A CN112445557A CN 112445557 A CN112445557 A CN 112445557A CN 201910817883 A CN201910817883 A CN 201910817883A CN 112445557 A CN112445557 A CN 112445557A
Authority
CN
China
Prior art keywords
applet
interface
target
user
input 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.)
Pending
Application number
CN201910817883.8A
Other languages
Chinese (zh)
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.)
Beijing Sogou Technology Development Co Ltd
Original Assignee
Beijing Sogou Technology Development 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 Beijing Sogou Technology Development Co Ltd filed Critical Beijing Sogou Technology Development Co Ltd
Priority to CN201910817883.8A priority Critical patent/CN112445557A/en
Publication of CN112445557A publication Critical patent/CN112445557A/en
Pending legal-status Critical Current

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
    • 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/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Abstract

The embodiment of the application discloses an interface display method and device and an interface display device. An embodiment of the method comprises: when the fact that a user triggers the applet function is detected, displaying an applet platform interface in an input method interface, wherein the applet platform interface comprises at least one applet option; detecting clicking operation of a user on an applet option in an applet platform interface; and taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying the interface of the target small program in the input method interface. The embodiment improves the acquisition efficiency of the applet service.

Description

Interface display method and device and interface display device
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to an interface display method and device and an interface display device.
Background
With the development of computer technology, applets are applied to more and more scenes as an application that can be used without downloading and installation. For example, in an Instant Messaging (IM) application, a variety of applets (e.g., an ordering applet, a consultation applet, etc.) may be deployed to enrich the functionality of the IM application.
Since some operating systems (such as Android, iOS, etc.) of the terminal device cannot perform multi-process operation, if the functions of the applet are needed, the current process usually needs to be exited. For example, if a service provided by an applet needs to be used in a session, the current session page needs to be exited first, then the applet interface needs to be clicked to enter, and the applet interface needs to be exited first after the applet is used, and then the applet interface needs to be clicked again to enter the session page. Therefore, when the user uses the service provided by the applet, the user needs to perform a more complicated operation, which results in lower efficiency in acquiring the applet service.
Disclosure of Invention
The embodiment of the application provides an interface display method and device and an interface display device, so that the acquisition efficiency of an applet service is improved.
In a first aspect, an embodiment of the present application provides an interface display method, including: when the fact that a user triggers the applet function is detected, displaying an applet platform interface in an input method interface, wherein the applet platform interface comprises at least one applet option; detecting clicking operation of a user on an applet option in an applet platform interface; and taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying the interface of the target small program in the input method interface.
In a second aspect, an embodiment of the present application provides an interface display apparatus, including: the first display unit is configured to display an applet platform interface in the input method interface when the fact that a user triggers the applet function is detected, wherein the applet platform interface comprises at least one applet option; the system comprises a first detection unit, a second detection unit and a display unit, wherein the first detection unit is configured to detect clicking operation of a user on an applet option in an applet platform interface; and the second display unit is configured to take the small program indicated by the clicking operation as a target small program, load the target small program and display the interface of the target small program in the input method interface.
In a third aspect, an embodiment of the present application provides an apparatus for presenting an interface, including a memory, and one or more programs, where the one or more programs are stored in the memory, and configured to be executed by the one or more processors, the one or more programs including instructions for: when the fact that a user triggers the applet function is detected, displaying an applet platform interface in an input method interface, wherein the applet platform interface comprises at least one applet option; detecting clicking operation of a user on an applet option in an applet platform interface; and taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying the interface of the target small program in the input method interface.
In a fourth aspect, embodiments of the present application provide a computer-readable medium on which a computer program is stored, which when executed by a processor, implements the method as described in the first aspect above.
According to the input method, the input device and the input device, when the fact that a user triggers an applet function is detected, an applet platform interface is displayed in an input method interface; when the clicking operation of a user on the applet option in the applet platform interface is detected, the applet indicated by the clicking operation is used as a target applet, the target applet is loaded, and the interface of the target applet is displayed in the input method interface. Therefore, the service of the small program can be used under the condition of not quitting the current page, the page opening and quitting operation does not need to be executed for multiple times, the complexity of the operation when the small program service is obtained is reduced, and the obtaining efficiency of the small program service is improved.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is a flow diagram of one embodiment of an interface presentation method according to the present application;
FIG. 2 is a schematic illustration of a presentation process of an applet platform interface according to the application;
FIG. 3 is a schematic illustration of a presentation process of an interface of a target applet according to the present application;
FIG. 4 is a flow chart diagram of yet another embodiment of an interface presentation method according to the present application;
FIG. 5 is a schematic diagram of an application scenario of an interface presentation method according to the present application;
FIG. 6 is a flow chart diagram of yet another embodiment of an interface presentation method according to the present application;
FIG. 7 is a schematic structural diagram of one embodiment of an interface display apparatus according to the present application;
FIG. 8 is a schematic structural view of an apparatus for displaying an interface according to the present application;
FIG. 9 is a schematic diagram of a server in accordance with some embodiments of the present application.
Detailed Description
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Referring to FIG. 1, a flow 100 of one embodiment of an interface presentation method according to the present application is shown. The interface display method can be operated on various electronic devices, including but not limited to: a server, a smart phone, a tablet computer, an e-book reader, an MP3 (Moving Picture Experts Group Audio Layer III) player, an MP4 (Moving Picture Experts Group Audio Layer IV) player, a laptop, a car computer, a desktop computer, a set-top box, an intelligent tv, a wearable device, and so on.
The input method application mentioned in the embodiment of the application can support various input methods. The input method may be an encoding method used for inputting various symbols to electronic devices such as computers and mobile phones, and a user may conveniently input a desired character or character string to the electronic devices using the input method application. It should be noted that, in the embodiment of the present application, in addition to the common chinese input method (such as pinyin input method, wubi input method, zhuyin input method, phonetic input method, handwriting input method, etc.), the input method may also support other language input methods (such as japanese hiragana input method, korean input method, etc.), and the input method and the language category of the input method are not limited at all.
The interface display method in this embodiment may include the following steps:
step 101, when detecting that a user triggers an applet function, displaying an applet platform interface in an input method interface.
In this embodiment, the execution body of the interface presentation method (such as the electronic device described above) may be installed with various types of client applications, such as an input method application, an instant messaging application, and the like. Where the input method application may be configured with applet functionality. The applet function supports displaying of the related interface of the applet in the input method interface, so that a user can directly obtain the service provided by the applet in the input method interface.
In this embodiment, when it is detected that the user triggers the applet function, the execution main body may display an applet platform interface in the input method interface. In practice, the input method interface may include a keyboard area and various function keys, such as a voice input function key, an applet function key, a search function key, an expression input function key, and the like. When the user triggers (e.g. clicks) the applet function button, the applet function of the input method application can be triggered.
It should be noted that the user may also trigger the applet function in other ways. As an example, a user may trigger an applet by making a content input in an input method application. An applet function may be triggered when a user enters an applet or the like. Additionally, the applet function of the input method application may also be triggered by detecting a user input intent. The triggering path of the applet function may be preset according to the need, and is not limited herein.
Here, the applet is an application program that can be used without downloading and installation. An applet platform may be a system, device, etc. for managing multiple applets. The applet platform can store, audit, log on, etc. applets created by an applet creator with reference to platform rules. The applet platform interface may be a home page or default interface of the applet platform, etc.
In this embodiment, the applet platform interface may include at least one applet option. Each applet option corresponds to an applet. The applet involved in the applet platform interface may include, but is not limited to, at least one of: an applet that the user has used, an applet that the user has used within a certain time frame (e.g., last 7 days), a popular applet in the applet platform (i.e., an applet that is used more often), an applet associated with the user's current input intent, a newly online applet, etc.
By way of example, FIG. 2 shows a schematic diagram of the presentation process of an applet platform interface. As shown in fig. 2, a user communicates with another user X in an instant messaging application. And in the communication process, the content is input by using an input method application. The session interface with user X is shown as reference 201. When content is input, an input method interface 202 is presented in the session interface. The input method interface comprises a keyboard area and various functional keys, such as a voice input functional key, an applet functional key, a search functional key, an expression input functional key and the like.
When a user triggers (e.g., clicks) an applet function button (as shown by reference numeral 203) in the input method interface, an applet function of the input method application can be triggered, and thus, an applet platform interface (as shown by reference numeral 204) is presented in the input method interface. Here, the applet platform interface contains the hot recommended applets and My applets (i.e., the applets used by the user or the applets collected).
In some optional implementations of the embodiment, the input method application may be communicatively connected to the input method server. The input method server can be built with an applet platform for managing the applets. The execution main body may first send an interface data acquisition request for an applet platform interface to the input method server, and receive interface data (such as codes, pictures, and the like) returned by the input method server. And then, the interface data can be loaded, and an applet platform interface is displayed in the input method interface.
In some optional implementations of this embodiment, the applet platform interface may be presented in a keyboard region of the input method interface.
In some optional implementation manners of this embodiment, the input method interface may be switched to an interface of the target applet, that is, the interface of the target applet is displayed within a boundary range of the input method interface.
It should be noted that, the specific display position of the applet platform interface is not limited herein.
In some optional implementations of the present embodiment, the applet function of the input method application may also be triggered by detecting a user input intent. At this point, the applet platform interface may be exposed by: first, an input intention of a user is detected. Then, an applet providing a service corresponding to the input intention is searched from the applet platform. And finally, displaying an applet platform interface containing the query result in the input method interface.
As an example, the user enters "is melon seed peel is dry trash" in the input method. At this time, the execution subject may analyze the input intention of the user as a result of querying the garbage classification of the melon seed peel. Therefore, the small garbage classification program in the small program platform can be inquired, and the small program platform interface containing the small garbage classification program is displayed.
It should be noted that, the execution subject may detect the input intention of the user through the information currently input by the user in the input method application; the input intention of the user can also be detected through the content of the interaction between the user and the opposite terminal. For example, when the local user sends "melon seed peel is dry garbage" to the opposite end or the opposite end sends "melon seed peel is dry garbage" to the local user, the input intention of the user may be analyzed, and the query and presentation operation of the applet may be performed.
In some optional implementation manners of this embodiment, when querying an applet providing a service corresponding to an input intention, an applet name included in the input intention may be detected first, and then the applet indicated by the applet name may be queried. For example, the user entered "I go to XX mall next order," at which point the XX mall applet may be exposed in the input method interface.
In some optional implementation manners of this embodiment, when querying an applet providing a service corresponding to an input intention, a service type corresponding to the input intention may also be detected first, and then, the applet providing the service of the service type may be queried. For example, when it is detected that the user has an intention to trim a picture, it may be determined that the user needs an image processing service, and at this time, an applet of the image processing service may be queried and a query result may be presented. For another example, when the user interacts with the opposite end, the user sends "i want to buy a mobile phone of a card" to the opposite end. At this time, it can be determined that the user needs the e-commerce shopping service, and thus the applet providing the e-commerce shopping service can be queried and the query result can be presented.
Step 102, detecting clicking operation of a user on an applet option in an applet platform interface.
In this embodiment, after the applet platform interface is presented, the execution main body may detect a click operation of a user on an applet option in the applet platform interface. Upon detecting that the user has clicked on any of the applet options, the following operation of step 103 is performed.
And 103, taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying an interface of the target small program in an input method interface.
In this embodiment, the execution main body may take an applet indicated by a click operation as a target applet, load the target applet, and display an interface of the target applet in an input method interface.
In one scenario, the input method application may have a data packet with a plurality of applets embedded therein. After a user clicks a certain target applet in the applet platform interface, if a data packet of the target applet is pre-stored locally, the data packet can be directly extracted from the local to load the target applet.
In another scenario, the execution may send a data packet acquisition request for the target applet to the input method server, so as to receive a data packet returned by the server. The data packet is then loaded to run the target applet.
By way of example, FIG. 3 is a schematic diagram illustrating the presentation of an interface of a target applet. As shown in fig. 3, after the user clicks on the information query applet in the applet platform interface (as shown by reference numeral 301), the interface of the information query applet can be presented in the input method interface (as shown by reference numeral 302). The user can input the information to be queried in the input box of the interface, so as to obtain the query result.
In some optional implementations of this embodiment, the interface of the target applet may be displayed in a keyboard area of the input method interface.
In some optional implementation manners of this embodiment, the applet platform interface may be switched to an interface of the target applet, that is, the interface of the target applet is displayed within a boundary range of the input method interface.
It should be noted that the specific display position of the interface of the target applet is not limited herein.
In some optional implementations of this embodiment, before clicking on the target applet icon, the target applet may also be searched in the applet platform interface. As an example, the user may directly input the name of the target applet in the input box of the input method interface, and at this time, the execution subject may query the target applet, so as to load the target applet and display the interface of the target applet.
According to the input method provided by the embodiment of the application, when the fact that a user triggers the applet function applied by the input method is detected, the applet platform interface is displayed in the input method interface; when the clicking operation of a user on the applet option in the applet platform interface is detected, the applet indicated by the clicking operation is used as a target applet, the target applet is loaded, and the interface of the target applet is displayed in the input method interface. Therefore, the service of the small program can be used under the condition of not quitting the current page, the page opening and quitting operation does not need to be executed for multiple times, the complexity of the operation when the small program service is obtained is reduced, and the obtaining efficiency of the small program service is improved.
With further reference to FIG. 4, a flow 400 of yet another embodiment of an interface presentation method is shown. The interface display method flow 400 includes the following steps:
step 401, when it is detected that the user triggers the applet function, displaying an applet platform interface in the input method interface.
Step 402, detecting a click operation of a user on an applet option in an applet platform interface.
And step 403, taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying an interface of the target small program in the input method interface.
Steps 401 to 403 in this embodiment can refer to steps 101 to 103 in the embodiment shown in fig. 1, and are not described herein again.
Step 404, detecting an information selection operation of a user in an interface of the target applet.
In this embodiment, the execution subject may detect an information selection operation of a user in an interface of the target applet. In practice, the user can select information in the target applet by clicking, long pressing and the like. The information selected by the user may include, but is not limited to, at least one of the following: text, expressions, pictures, links, etc.
As an example, the target applet is an information query applet. The user searches the meaning of a certain word (such as ' automatic driving automobile ') in the information query applet, and the obtained search result is that ' automatic driving automobile is an intelligent automobile which is unmanned through a computer system. At this time, the user may select the search result to facilitate sending the search result.
And step 405, taking the information selected by the user as target information, and outputting the target information by using an input method application.
In this embodiment, the execution subject may output the target information by using an input method application with the information selected by the user as the target information. In practice, other locations of the interface of the target applet or the input method interface may be configured with send options. When the user is detected to trigger (e.g., click) the sending option, the target information can be output.
In some optional implementations of this embodiment, the execution subject may send the target information in a current session page. As an example, fig. 5 is a schematic diagram of an application scenario of the interface presentation method according to the present embodiment. As shown in fig. 5, the user has called the applet function in using the instant messaging application, and at this time the information query applet is presented in the input method interface. When the user inputs "automatically driving car" in the interface (as shown by reference numeral 501) of the information query applet, the interface displays the search result, "automatically driving car is an intelligent car that can be unmanned through a computer system. ", and presents a send option. At this time, after the user clicks the sending option, the content can be sent to the current session page (as shown by reference numeral 502).
In the prior art, if the applet service needs to be used in the instant messaging process, the current chat scene needs to be quitted at first; then entering a small program; then, sequentially searching for information acquisition, copying or information sharing in the small programs; then quitting the small program; then clicking to enter a chat scene needing to send information; and finally outputting the information. In the mode in the embodiment of the application, the applet can be called without exiting the current session page, and the information in the applet can be directly sent in the session page. The complexity of information sending operation is reduced, and the information sending efficiency is improved.
In some optional implementations of this embodiment, the execution subject may send the target information to a target user selected by the user. As an example, after the user calls an applet function during the use of the instant messaging application and presents an interface of the target applet, the user may select a target user that the user wants to send when sending the target information. Thereby, the target information is caused to be sent to a session interface with the target user.
In some optional implementation manners of this embodiment, the execution main body may invoke a target application, and share the target information in the target application.
As can be seen from fig. 4, compared with the embodiment corresponding to fig. 1, the flow 400 of the interface display method in this embodiment relates to a step of directly outputting the content in the applet. Due to the mode in the embodiment of the application, the applet can be called without exiting the current session page, and the information in the applet can be directly sent in the session page. The complexity of information sending operation is reduced, and the information sending efficiency is improved.
With further reference to FIG. 6, a flow 600 of yet another embodiment of an interface presentation method is illustrated. The process 600 of the interface display method includes the following steps:
step 601, when the fact that the user triggers the applet function is detected, displaying an applet platform interface in an input method interface.
Step 602, detecting a click operation of a user on an applet option in an applet platform interface.
Step 603, taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying an interface of the target small program in the input method interface.
Steps 601 to 603 in this embodiment can refer to steps 101 to 103 in the embodiment shown in fig. 1, and are not described here again.
Step 604, after the sharing operation of the target applet by the user is detected, a sharing link of the target applet is generated.
In this embodiment, the execution main body may share the link with the target applet after detecting the sharing operation of the target applet by the user. The connection may be a text-form connection, a picture-form connection, and the like, and is not limited herein.
In practice, the interface of the target applet or the input method interface may be presented with a key or an identifier for sharing the target applet. When the user clicks the identifier, a sharing link of the target applet can be generated.
Step 605, the sharing link of the target applet is output.
In this embodiment, the execution main body may output the sharing link of the target applet in a plurality of output modes. For example, the output is in the current session interface, the output is in a certain interface selected by the user, and so on. When other users click the sharing link, the interface of the target applet can be presented in the input method interface of the other users.
In some optional implementation manners of this embodiment, the execution main body may send the sharing link in a current session page. As an example, a user invokes an applet function in using an instant messaging application, and at this point the information query applet is exposed in the input method interface. And after the sharing identification clicked by the user, the sharing link can be sent to another user currently having a conversation with the user.
In some optional implementation manners of this embodiment, the execution main body may send the sharing link to a target user selected by the user. For example, the current local user is in a conversation with user X. The target user may be user Y. At this point, the sharing link may be sent to user Y.
In some optional implementation manners of this embodiment, the execution main body may invoke a target application, and share the sharing link in the target application.
In some optional implementation manners of this embodiment, when the input method application is not started, the execution main body may further present an interface of a certain applet in a manner that the user clicks a sharing link. Specifically, when a click operation of a user on a target sharing link (for example, a sharing link of any applet managed by an applet platform) is detected, an applet indicated by the target sharing link may be loaded, and an interface of the applet indicated by the target sharing link is displayed in the input method interface. For example, a local user communicates with another user X in an instant messaging application. And in the communication process, the content is input by using an input method application. At this point, user X sends a sharing link for a certain applet to the local user. And after the local user clicks the sharing link, the input method application can be called, and the small-presented interface indicated by the sharing link is presented in the input method interface.
As can be seen from fig. 6, compared with the embodiment corresponding to fig. 1, the flow 600 of the interface display method in this embodiment relates to a step of sharing an applet. In the method in the embodiment of the application, the applet can be opened and the applet can be shared without exiting the current session page, so the complexity of the applet sharing operation is reduced.
With further reference to fig. 7, as an implementation of the method shown in the above figures, the present application provides an embodiment of an interface display apparatus, which corresponds to the embodiment of the method shown in fig. 1, and which can be applied to various electronic devices.
As shown in fig. 7, the interface display apparatus 700 according to the present embodiment includes: the first display unit 701 is configured to display an applet platform interface in an input method interface when it is detected that a user triggers an applet function, wherein the applet platform interface comprises at least one applet option; a first detecting unit 702, configured to detect a click operation of the user on an applet option in the applet platform interface; the second presentation unit 703 is configured to load the target applet by using the applet instructed by the click operation as the target applet, and present an interface of the target applet in the input method interface.
In some optional implementations of this embodiment, the first display unit 701 is further configured to: sending an interface data acquisition request for an applet platform interface to the input method server, and receiving interface data returned by the input method server, wherein an applet platform for managing an applet is built in the input method server; and loading the interface data, and displaying the small program platform interface in the input method interface.
In some optional implementations of this embodiment, the first display unit 701 is further configured to: displaying a small program platform interface in a keyboard area of the input method interface; or switching the input method interface to the interface of the target applet.
In some optional implementations of this embodiment, the first presentation unit 701 is further configured to detect an input intention of a user; inquiring an applet providing a service corresponding to the input intention from the applet platform; and displaying an applet platform interface containing the query result in the input method interface.
In some optional implementations of this embodiment, the first presentation unit 701 is further configured to detect an input intention of a user; detecting an applet name contained in the input intention, and inquiring the applet indicated by the applet name; or detecting a service type corresponding to the input intention, and inquiring an applet providing the service of the service type.
In some optional implementations of this embodiment, the apparatus further includes: the second detection unit is configured to detect information selection operation of the user in an interface of the target applet; and a first output unit configured to output the information selected by the user as target information, the target information being output by the input method application.
In some optional implementations of this embodiment, the first output unit is further configured to send the target information in a current session page; or sending the target information to a target user selected by the user; or calling a target application and sharing the target information in the target application.
In some optional implementations of this embodiment, the apparatus further includes: a third detecting unit, configured to generate a sharing link of the target applet after detecting a sharing operation of the user on the target applet; and the second output unit is configured to output the sharing link of the target applet.
In some optional implementation manners of this embodiment, the second output unit is further configured to send the sharing link in a current session page; or sending the sharing link to a target user selected by the user; or calling the target application and sharing the sharing link in the target application.
In some optional implementations of this embodiment, the apparatus further includes: the third display unit is configured to, when a click operation of a user on a target sharing link is detected, load an applet indicated by the target sharing link, and display an interface of the applet indicated by the target sharing link in the input method interface, where the target sharing link is a sharing link of any applet managed by an applet platform.
According to the device provided by the embodiment of the application, when the fact that the user triggers the applet function is detected, the applet platform interface is displayed in the input method interface; when the clicking operation of a user on the applet option in the applet platform interface is detected, the applet indicated by the clicking operation is used as a target applet, the target applet is loaded, and the interface of the target applet is displayed in the input method interface. Therefore, the service of the small program can be used under the condition of not quitting the current page, the page opening and quitting operation does not need to be executed for multiple times, the complexity of the operation when the small program service is obtained is reduced, and the obtaining efficiency of the small program service is improved.
Fig. 8 is a block diagram illustrating an apparatus 800 for input according to an example embodiment, the apparatus 800 may be an intelligent terminal or a server. For example, the apparatus 800 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 8, the apparatus 800 may include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, and communication component 816.
The processing component 802 generally controls overall operation of the device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing elements 802 may include one or more processors 820 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 802 can include one or more modules that facilitate interaction between the processing component 802 and other components. For example, the processing component 802 can include a multimedia module to facilitate interaction between the multimedia component 808 and the processing component 802.
The memory 804 is configured to store various types of data to support operations at the apparatus 800. Examples of such data include instructions for any application or method operating on device 800, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 804 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
Power components 806 provide power to the various components of device 800. The power components 806 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the apparatus 800.
The multimedia component 808 includes a screen that provides an output interface between the device 800 and a user as described above. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of the touch or slide action but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 808 includes a front facing camera and/or a rear facing camera. The front-facing camera and/or the rear-facing camera may receive external multimedia data when the device 800 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 810 is configured to output and/or input audio signals. For example, the audio component 810 includes a Microphone (MIC) configured to receive external audio signals when the apparatus 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 804 or transmitted via the communication component 816. In some embodiments, audio component 810 also includes a speaker for outputting audio signals.
The I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 814 includes one or more sensors for providing various aspects of state assessment for the device 800. For example, the sensor assembly 814 may detect the open/closed state of the device 800, the relative positioning of components, such as a display and keypad of the apparatus 800, the sensor assembly 814 may also detect a change in position of the apparatus 800 or a component of the apparatus 800, the presence or absence of user contact with the apparatus 800, orientation or acceleration/deceleration of the apparatus 800, and a change in temperature of the apparatus 800. Sensor assembly 814 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 814 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 816 is configured to facilitate communications between the apparatus 800 and other devices in a wired or wireless manner. The device 800 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 816 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the above-mentioned communication component 816 further comprises a Near Field Communication (NFC) module to facilitate short-range communication. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 800 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 804 comprising instructions, executable by the processor 820 of the device 800 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Fig. 9 is a schematic diagram of a server in some embodiments of the present application. The server 900 may vary widely in configuration or performance and may include one or more Central Processing Units (CPUs) 922 (e.g., one or more processors) and memory 932, one or more storage media 930 (e.g., one or more mass storage devices) storing applications 942 or data 944. Memory 932 and storage media 930 can be, among other things, transient storage or persistent storage. The program stored on the storage medium 930 may include one or more modules (not shown), each of which may include a series of instruction operations for the server. Still further, a central processor 922 may be provided in communication with the storage medium 930 to execute a series of instruction operations in the storage medium 930 on the server 900.
The server 900 may also include one or more power supplies 926, one or more wired or wireless network interfaces 950, one or more input-output interfaces 958, one or more keyboards 956, and/or one or more operating systems 941, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
A non-transitory computer readable medium having instructions therein which, when executed by a processor of an apparatus (smart terminal or server), enable the apparatus to perform an input method, the method comprising: when the fact that a user triggers an applet function is detected, displaying an applet platform interface in an input method interface, wherein the applet platform interface comprises at least one applet option; detecting clicking operation of the user on an applet option in the applet platform interface; and taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying an interface of the target small program in the input method interface.
Optionally, the displaying an applet platform interface in the input method interface includes: sending an interface data acquisition request for an applet platform interface to the input method server, and receiving interface data returned by the input method server, wherein an applet platform for managing the applet is built in the input method server; and loading the interface data, and displaying an applet platform interface in the input method interface.
Optionally, the displaying an applet platform interface in the input method interface includes: displaying a small program platform interface in a keyboard area of the input method interface; or switching the input method interface into the interface of the target applet.
Optionally, the displaying an applet platform interface in the input method interface includes: detecting an input intention of a user; inquiring an applet providing a service corresponding to the input intention from the applet platform; and displaying an applet platform interface containing the query result in the input method interface.
Optionally, the querying an applet providing a service corresponding to the input intention includes: detecting an applet name contained in the input intention, and inquiring the applet indicated by the applet name; or detecting a service type corresponding to the input intention, and inquiring an applet providing the service of the service type.
Optionally, the device being configured to execute the one or more programs by the one or more processors includes instructions for: detecting information selection operation of the user in an interface of the target applet; and taking the information selected by the user as target information, and outputting the target information by using the input method.
Optionally, the outputting the target information by using the input method application includes: sending the target information in a current session page; or sending the target information to a target user selected by the user; or calling a target application, and sharing the target information in the target application.
Optionally, the device being configured to execute the one or more programs by the one or more processors includes instructions for: after the sharing operation of the user on the target small program is detected, a sharing link of the target small program is generated; and outputting the sharing link of the target small program.
Optionally, the outputting the sharing link of the target applet includes: sending the sharing link in a current session page; or sending the sharing link to a target user selected by the user; or calling a target application, and sharing the sharing link in the target application.
Optionally, the device being configured to execute the one or more programs by the one or more processors includes instructions for: when the clicking operation of a user on a target sharing link is detected, the applet indicated by the target sharing link is loaded, and the interface of the applet indicated by the target sharing link is displayed in the input method interface, wherein the target sharing link is a sharing link of any applet managed by an applet platform.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the application disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice in the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the appended claims.
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 protection scope of the present application.
The interface display method, the interface display device and the interface display device provided by the application are described in detail above, a specific example is applied in the description to explain the principle and the implementation of the application, and the description of the above embodiment is only used to help understand the method and the core idea of the application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. An interface display method, comprising:
when the fact that a user triggers an applet function is detected, displaying an applet platform interface in an input method interface, wherein the applet platform interface comprises at least one applet option;
detecting clicking operation of the user on an applet option in the applet platform interface;
and taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying an interface of the target small program in the input method interface.
2. The method of claim 1, wherein exposing an applet platform interface in an input method interface comprises:
sending an interface data acquisition request for an applet platform interface to the input method server, and receiving interface data returned by the input method server, wherein an applet platform for managing the applet is built in the input method server;
and loading the interface data, and displaying an applet platform interface in the input method interface.
3. The method of claim 1, wherein exposing an applet platform interface in an input method interface comprises:
displaying a small program platform interface in a keyboard area of the input method interface; or
And switching the input method interface into the interface of the target applet.
4. The method of claim 1, wherein exposing an applet platform interface in an input method interface comprises:
detecting an input intention of a user;
inquiring an applet providing a service corresponding to the input intention from the applet platform;
displaying an applet platform interface containing a query result in the input method interface;
wherein the query provides an applet of the service corresponding to the input intent, including:
detecting an applet name contained in the input intention, and inquiring the applet indicated by the applet name; or
And detecting a service type corresponding to the input intention, and inquiring an applet providing the service of the service type.
5. The method of claim 1, wherein after said exposing the interface of the target applet, the method further comprises:
detecting information selection operation of the user in an interface of the target applet;
taking the information selected by the user as target information, and outputting the target information by using an input method;
wherein the outputting the target information by using the input method application comprises:
sending the target information in a current session page; or
Sending the target information to a target user selected by the user; or
And calling a target application, and sharing the target information in the target application.
6. The method of claim 1, wherein after said exposing the interface of the target applet, the method further comprises:
after the sharing operation of the user on the target small program is detected, a sharing link of the target small program is generated;
outputting the sharing link of the target applet;
wherein the outputting the sharing link of the target applet comprises:
sending the sharing link in a current session page; or
Sending the sharing link to a target user selected by the user; or
And calling a target application, and sharing the sharing link in the target application.
7. The method of claim 1, wherein when the input method application is not launched, the method further comprises:
when the clicking operation of a user on a target sharing link is detected, the applet indicated by the target sharing link is loaded, and the interface of the applet indicated by the target sharing link is displayed in the input method interface, wherein the target sharing link is a sharing link of any applet managed by an applet platform.
8. An interface display apparatus, the apparatus comprising:
the first display unit is configured to display an applet platform interface in an input method interface when the fact that a user triggers an applet function is detected, wherein the applet platform interface comprises at least one applet option;
a first detection unit configured to detect a click operation of the user on an applet option in the applet platform interface;
and the second display unit is configured to take the small program indicated by the click operation as a target small program, load the target small program and display the interface of the target small program in the input method interface.
9. An apparatus for displaying an interface, comprising a memory, and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by one or more processors the one or more programs including instructions for:
when the fact that a user triggers an applet function is detected, displaying an applet platform interface in an input method interface, wherein the applet platform interface comprises at least one applet option;
detecting clicking operation of the user on an applet option in the applet platform interface;
and taking the small program indicated by the clicking operation as a target small program, loading the target small program, and displaying an interface of the target small program in the input method interface.
10. A computer-readable medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-7.
CN201910817883.8A 2019-08-30 2019-08-30 Interface display method and device and interface display device Pending CN112445557A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910817883.8A CN112445557A (en) 2019-08-30 2019-08-30 Interface display method and device and interface display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910817883.8A CN112445557A (en) 2019-08-30 2019-08-30 Interface display method and device and interface display device

Publications (1)

Publication Number Publication Date
CN112445557A true CN112445557A (en) 2021-03-05

Family

ID=74733755

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910817883.8A Pending CN112445557A (en) 2019-08-30 2019-08-30 Interface display method and device and interface display device

Country Status (1)

Country Link
CN (1) CN112445557A (en)

Similar Documents

Publication Publication Date Title
CN105843615B (en) Notification message processing method and device
CN108932253B (en) Multimedia search result display method and device
US20170155958A1 (en) Method, Apparatus and System for Playing Multimedia Data, and Storage Medium
CN106528081B (en) Operation execution method and device
CN106775202B (en) Information transmission method and device
CN109922098B (en) Content sharing method and device for content sharing
CN107229403B (en) Information content selection method and device
CN105447109A (en) Key word searching method and apparatus
CN108011990B (en) Contact management method and device
US20220391446A1 (en) Method and device for data sharing
CN107402767B (en) Method and device for displaying push message
CN104951522B (en) Method and device for searching
CN110213062B (en) Method and device for processing message
CN109960444B (en) Method, device and equipment for presenting shortcut of application program
CN110020082B (en) Searching method and device
CN112667852B (en) Video-based searching method and device, electronic equipment and storage medium
CN108108356B (en) Character translation method, device and equipment
CN109120499B (en) Information processing method and device
CN112445557A (en) Interface display method and device and interface display device
CN109976549B (en) Data processing method, device and machine readable medium
CN113946228A (en) Statement recommendation method and device, electronic equipment and readable storage medium
CN110851624A (en) Information query method and related device
CN114554283B (en) Target object display method and device, electronic equipment and storage medium
CN113286218B (en) Translation method and device and earphone equipment
CN110084065B (en) Data desensitization method and device

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