CN112764846A - Interface display method and device, electronic equipment and storage medium - Google Patents

Interface display method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112764846A
CN112764846A CN202011627151.1A CN202011627151A CN112764846A CN 112764846 A CN112764846 A CN 112764846A CN 202011627151 A CN202011627151 A CN 202011627151A CN 112764846 A CN112764846 A CN 112764846A
Authority
CN
China
Prior art keywords
function
identifier
interface
function interface
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011627151.1A
Other languages
Chinese (zh)
Other versions
CN112764846B (en
Inventor
高新川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology 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 Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202011627151.1A priority Critical patent/CN112764846B/en
Publication of CN112764846A publication Critical patent/CN112764846A/en
Application granted granted Critical
Publication of CN112764846B publication Critical patent/CN112764846B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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
    • G06F3/04817Interaction 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 using icons

Landscapes

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

Abstract

The disclosure relates to an interface display method, an interface display device, an electronic device and a storage medium, wherein the method comprises the following steps: acquiring a function call message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up; responding to the function call-up message, and displaying a primary function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.

Description

Interface display method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer applications, and in particular, to an interface display method and apparatus, an electronic device, and a storage medium.
Background
Nowadays, in order to meet the requirement of people for convenient use of applications, the applications may need to automatically open a certain functional interface in the applications on the basis of being called; in the related art, a deep link technology can be used, and after the target application is jumped to, the target application further opens a functional interface indicated in the deep link; for example, by clicking a deep link of a certain commodity, a corresponding e-commerce application can be directly invoked, and a commodity detail interface of the commodity is automatically opened in the e-commerce application.
However, under the condition of adopting the scheme, if a user needs to directly jump to a secondary function interface next to one function interface in the application; for example, in a live network scenario, a user may desire to directly jump to a functional interface such as a gift or a lottery in a page of a live broadcast room, and such a requirement of the user cannot be met.
Disclosure of Invention
In view of the above, the present disclosure provides an interface display method, an interface display apparatus, an electronic device, and a storage medium to solve at least the technical problems in the related art. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, an interface display method is provided, where the method includes:
acquiring a function call message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up;
responding to the function call-up message, and displaying a primary function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.
Optionally, the obtaining the function-invoking message includes:
obtaining a cross-application function call message issued by an operating system, or
And acquiring a function invoking message generated in the target application.
Optionally, the preset region corresponding to the primary functional interface includes a preset region having an area smaller than or equal to that of the primary functional interface and located on an upper layer of the primary functional interface.
Optionally, the method further includes:
acquiring a function call table of a primary function interface corresponding to the first identifier; the function call table stores the corresponding relation between the second identification and the implementation code of the corresponding secondary function interface;
the displaying of the second-level function interface corresponding to the second identifier in the preset area corresponding to the first-level function interface includes:
acquiring an implementation code of a secondary function interface corresponding to the second identifier from a function call table of a primary function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface based on the implementation code.
Optionally, the implementation code of the secondary function interface includes implementation code based on a native application view or implementation code based on a web application view.
Optionally, an identification function for identifying whether the second identifier is matched is configured in correspondence to the entry of the function call table;
the obtaining of the implementation code of the secondary function interface corresponding to the second identifier from the function call table of the primary function interface corresponding to the first identifier includes:
inputting the second identifier into the identification function of each table entry in the function call table of the primary function interface corresponding to the first identifier;
and determining the output result of the recognition function as the implementation code of the secondary function interface stored in the successfully matched table entry as the implementation code of the secondary function interface corresponding to the second identifier.
Optionally, the method further includes:
acquiring an updating instruction aiming at any function call table; the updating instruction comprises the identification of the newly added secondary function interface and the corresponding relation of the implementation codes;
and responding to the updating instruction of the function call table, and adding the identification of the newly added secondary function interface and the corresponding relation of the implementation codes into any function call table.
Optionally, the first-level functional interface includes a video playing page; the secondary function interface comprises a secondary function page provided by a video playing page;
displaying a first-level function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface, wherein the method comprises the following steps:
and displaying the video playing page corresponding to the first identifier, and displaying the secondary function page corresponding to the second identifier in a preset area corresponding to the video playing page.
Optionally, the video playing page includes a video live broadcasting page; the method further comprises the following steps: and acquiring a live broadcast video stream corresponding to the live video page, and playing the live video stream in the live video page in real time.
Optionally, the video playing page includes a video-on-demand page; the method further comprises the following steps: and acquiring the video-on-demand corresponding to the video-on-demand page, and playing in the video live broadcast page.
According to a second aspect of the embodiments of the present disclosure, an interface display apparatus is provided, where the apparatus includes:
a first acquisition module configured to acquire a function-up message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up;
a presentation module configured to present a primary function interface corresponding to the first identifier in response to the function invocation message; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.
According to a third aspect of the embodiments of the present disclosure, an electronic device is provided, which includes:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the interface display method according to any of the above embodiments.
According to a fourth aspect of the embodiments of the present disclosure, a computer-readable storage medium is provided, where instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the interface display method according to any one of the embodiments.
According to a fifth aspect of the embodiments of the present disclosure, a computer program product is provided, which includes computer programs/instructions, and is characterized in that the computer programs/instructions, when executed by a processor, implement the interface display method according to any of the embodiments described above.
In the above technical solution, since the obtained function call message includes the first identifier for indicating the primary function interface providing the function to be called in the target application and the second identifier for indicating the secondary function interface corresponding to the function to be called, the primary function interface corresponding to the first identifier can be displayed, and the secondary function interface corresponding to the second identifier is displayed in the preset area corresponding to the primary function interface, thereby realizing direct jump display of the secondary function interface provided by the primary function interface in the application.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and, together with the description, serve to explain the principles and are not to be construed as limiting the disclosure.
FIG. 1 is a schematic diagram of a scenario for invoking application functionality;
FIG. 2 is a flow chart illustrating a method of displaying an interface according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram illustrating a structure of a function call table according to an embodiment of the present disclosure;
FIG. 4 is a schematic block diagram illustrating an interface display apparatus in accordance with an embodiment of the present disclosure;
fig. 5 is a block diagram illustrating an electronic device in accordance with an embodiment of the present disclosure.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions in one or more embodiments of the present disclosure, the technical solutions in one or more embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in one or more embodiments of the present disclosure. It is to be understood that the described embodiments are only a few, and not all embodiments. All other embodiments that can be derived by one of ordinary skill in the art from the disclosure without making any creative effort shall fall within the scope of protection of the disclosure.
When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of systems and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terminology used in the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in this disclosure and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, such information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present disclosure. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
Nowadays, in order to meet the personalized requirements of people for applications, functions in a content page need to be further and automatically called on the basis of quickly calling a certain content page in the application;
referring to fig. 1, fig. 1 is a schematic view illustrating a scenario for invoking an application function according to the present disclosure; in this example, it may be desirable for the user to go through (a) the link, starting with the get link "Testapp:// function invocation example"; (b) applying Testapp; (c) page aaaa within Testapp; (d) a function panel in page aaaa; four scenes in total; for the user, if scene (a) is the starting point of the interaction and scene (d) is the final target to be accessed, a jump technique is needed to accelerate the transition of the scenes.
In the related technology, by means of the deep link technology, the aaaa page in the application Testapp is automatically opened when the application Testapp is started, so that the scene (b) is quickly skipped, the time for a user to manually search the aaaa page is saved, and the speed for starting the function can be increased to a certain extent; however, the user may desire that the application further automatically open a function panel within the live room, such as "gift wrap" as shown; that is, the user may not be satisfied with one-touch jumping from the scenario (a) to the scenario (c), but further needs to jump directly from the scenario (a) to the scenario (d), which cannot be satisfied by the related art solution.
Based on the technical scheme, the function call message containing the two functional interface identifications is used, so that the primary functional interface and the secondary functional interface provided by the primary functional interface are displayed at one time in response to the function call message.
In the above technical solution, since the obtained function invoking message includes the first identifier for indicating the primary function interface providing the function to be invoked in the target application and the second identifier for indicating the secondary function interface corresponding to the function to be invoked, the primary function interface corresponding to the first identifier can be displayed, and the secondary function interface corresponding to the second identifier is displayed in the preset area corresponding to the primary function interface, thereby implementing direct jump display of the secondary function interface provided by the primary function interface in the application.
The following describes the technical solution by using a specific embodiment and combining a specific application scenario.
Referring to fig. 2, fig. 2 is a flowchart of an interface display method according to an embodiment of the present disclosure, where an application function to be called may include an application function provided in a primary function interface; the method may comprise the steps of:
s201, acquiring a function call message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up;
s202, responding to the function call-up message, and displaying a primary function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.
The target application may include an application program directly running on user equipment such as a smart phone and a personal computer, a Web application program presented in a Web page and interacting through a browser, a subprogram (commonly referred to as an applet) deployed based on other application program platforms, or a service program running on a server or a cloud platform, and the like; the present disclosure is not intended to be limited to the particular forms of use disclosed, but rather, to the extent necessary, the design may be varied by one skilled in the art based upon the specific requirements.
The first-level function page may include a function page for displaying content in the target application, for example, a detail page of a certain news in a news application and a detail page of a certain commodity in an online shopping application may be regarded as the first-level function interface; it can be understood that the first-level function interface may also include a start page, an advertisement page, and other pages, but the content or format of the latter is relatively fixed, and there is no essential difference from the various content detail pages in the function level of the display content; those skilled in the art can configure the interface display method for the first-level functional interface meeting the above conditions according to specific requirements.
The function to be called up may include a secondary application function provided by the primary function interface; taking the smart phone application of the network video live broadcast type as an example, a live broadcast room page can be regarded as a first-level function interface, and second-level application functions such as a gift panel, a barrage lottery and the like provided in the live broadcast room page can be regarded as the application function to be called, and the corresponding interface is the second-level function interface.
It can be understood that the same kind of secondary functions provided by different primary functional interfaces are different in the target, so that the same secondary application function is not suitable to be regarded as the same secondary application function; for example, although the codes of the gift panels of different live rooms can be reused, the gift panel in the a live room provides the function of presenting the gift for the a live room, and the gift panel in the B live room provides the function of presenting the gift for the B live room, which are different from each other in the target, and thus are not the same application function.
The function-invoking message may include a message carrying the two identifiers in any form; it is understood that the specific format of the function invocation message can be designed according to specific requirements; for example, in order to achieve better security, various encryptions may be set for the function invocation message, and in order to achieve better generality, the function invocation message may also adopt the existing formats such as URL (Uniform Resource Locator), JSON (JavaScript Object Notation), and the like; besides, the two-dimensional code, the bar code, the voiceprint, etc. may indirectly represent the form of the above message, and should also be considered as an conceivable equivalent, and those skilled in the art may design the form of the function invoking message according to specific needs, and the disclosure is not particularly limited.
In this example, the function-up message may be acquired first; the acquired function call-up message may carry a first identifier for indicating a primary function interface providing a function to be called up in the target application, and a second identifier for indicating a secondary function interface corresponding to the function to be called up; specifically, the manner of obtaining the function call-up message may be to obtain a function call-up message pre-configured for the interactive control according to the interactive control triggered by the user; the information may also be obtained directly according to the input of the user, for example, the obtaining may be completed by obtaining an input stream of a character string, obtaining two-dimensional code scanning information, obtaining an input voice stream, and the like, and a specific manner for obtaining a function call message may be designed by those skilled in the art according to specific requirements.
In an embodiment, the process of obtaining the function-invoking message may be obtaining a cross-application function-invoking message issued by an operating system, or obtaining a function-invoking message generated inside a target application; for example, an activity page based on a front-end interaction technology may be displayed inside the application, and a button corresponding to the function call message is displayed in the activity page; when the user clicks the button, the click interaction request carries the function invoking message, so that the corresponding function invoking message can be acquired by the application; in addition, the user may click a link with a jump function from other applications such as a browser, instant messaging software, a short message and the like, so that the operating system invokes the corresponding application by generating a cross-application function call message, and the cross-application function call message is acquired by the application corresponding to the function call message; certainly, the function invoking message may also be regarded as a parameter transmission form in a special form, for example, an intent mechanism may be provided in the Android system, and is used to transmit various request operations to components of the Android application.
By applying the scheme, for a user, the function call-up message can be transmitted to the application through interactive operation of an interactive control inside the user application, and a cross-application call request can also be initiated from other applications to transmit the function call-up message to the application; the flexibility of the way in which the function-invoking message is input can be significantly improved.
In this example, after the function invoking message is obtained, a primary function interface corresponding to a first identifier in the function invoking message may be displayed in response to the function invoking message, and a secondary function interface corresponding to a second identifier in the function invoking message may be displayed in a preset area corresponding to the primary function interface. For example, if the first identifier in the function call-up message corresponds to the personal details panel of the XX video author YY and the second identifier corresponds to the personal details panel of the XX video author YY, the XX video page can be displayed and the personal details panel of the XX video author YY can be displayed in a preset area on the upper layer of the XX video page.
In an embodiment, the preset region corresponding to the primary functional interface may include a preset region having an area smaller than or equal to that of the primary functional interface and located on an upper layer of the primary functional interface; that is, the secondary functional interface may be displayed in a form that the area is not larger than the primary functional interface on the upper layer of the primary functional interface to which the secondary functional interface belongs; for example, when the secondary function interface of the live room gift panel is displayed, the user can also see the primary function interface of the live room interface which is not completely shielded. By adopting the scheme, the secondary function interface can be displayed without being completely shielded by descending the primary function interface, so that a user can determine which function interface the currently displayed secondary function interface aims at, and the user interaction experience is improved.
In an embodiment, the manner of displaying the functional interface according to the identifier may be specifically implemented by using a function call table; specifically, the function call table corresponding to the primary function interface, that is, the function call table corresponding to the first identifier may be obtained first, and then the entry corresponding to the second identifier is queried from the function call table, and the implementation code of the secondary function interface corresponding to the second identifier is obtained from the entry.
The function call table may include a storage structure storing a correspondence between an identifier of an application function and a call code, and corresponding to a page providing the application function; for example, if the function cccc is provided in the live broadcast page bbbb and the function eeee is provided in the live broadcast page dddd, the two live broadcast pages may respectively correspond to a function call table, and the two function call tables respectively corresponding to the two live broadcast pages may respectively store a corresponding relationship between an identifier of the secondary function interface cccc and a call code, and a corresponding relationship between an identifier of the secondary function interface eeee and the call code.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a function call table according to an embodiment of the disclosure; the function call table bbbb shown in this example refers to a function call table corresponding to the second identifier "bbbb", in which correspondence ccc1 corresponds to the call code c1 and ccc2 corresponds to the call code c2, in other words, two functions ccc1 and ccc2 are provided in the primary function interface indicated by the second identifier "bbbb", and the call codes of the two functions are respectively the call code c1 and the call code c 2.
It is understood that the example in fig. 3 is only a feasible simple example, and those skilled in the art may further modify and design according to specific requirements, for example, the calling code is not stored in plain text, but is stored in a memory address of the calling code, or is stored in an encrypted ciphertext of the calling code, etc.; this disclosure requires no further enumeration.
In an embodiment, the implementation code of the secondary function interface may include an implementation code based on a native application view, or an implementation code based on a web application view; in actual software development, the implementation code based on the native application view generally has better graphic performance, but is high in development difficulty and tedious in iterative maintenance, while the implementation code based on the web application view generally has slightly lower development difficulty and is easy in iterative maintenance, but the graphic performance is inferior to that of the implementation code based on the native application view; therefore, the hybrid application developed by using the two implementation codes can select different implementation codes according to the requirements of different application functions so as to balance the performance and the development and maintenance difficulty.
In an embodiment, when a related table entry needs to be configured for a newly added secondary function interface, a corresponding relation update instruction carrying an identifier of the newly added secondary function interface and an implementation code for any function call table may be obtained, and in response to the function call table update instruction, the corresponding relation of the identifier of the newly added secondary function interface and the implementation code carried by the function call table may be added to the function call table for which the function call table is directed; it is to be understood that the function call table targeted by the update instruction may be completed by identifying an identifier of a primary function interface carried by the update instruction, and the like, and the disclosure need not be limited in detail.
For example, if a lottery link needs to be temporarily added to a live broadcast room page of certain live broadcast software in one activity, a developer may add a corresponding relationship between an identifier of a lottery function that needs to be called by the lottery link and a calling code to a function calling table corresponding to the live broadcast room page.
By applying the scheme, because the identification and the calling code of the newly added application function are not stored in the function calling table in advance, the initial loading speed of the function calling table can be increased, the stagnation of a service is avoided, and the user experience is improved; because the function call table can be updated in response to the updating instruction, the updating mode of the function call code is more flexible compared with the mode of directly using software to update and complete the function call code in an iteration mode.
It is to be understood that, for any function call table, its internal table entry may reside for a long time, or may be created, supplemented, refreshed, etc. before each call is needed, which the present disclosure does not need to limit, and a person skilled in the art may design a maintenance plan of the function call table.
In an embodiment, when querying the function call table, the first identifier may be directly transmitted to the identifier identifying function corresponding to each function call table entry; specifically, each entry of the function call table may be configured with an identification function for identifying whether an input identifier matches an identifier stored in the corresponding entry; when a target table entry corresponding to the second identifier needs to be searched, the second identifier may be directly input to the identification function corresponding to each table entry in the function call table, and if the identifier identification function corresponding to a certain table entry is successfully output, the table entry may be determined as the target table entry corresponding to the first identifier, and the implementation code of the stored secondary function interface may be determined as the implementation code of the secondary function interface corresponding to the second identifier.
For example, the identification function may be a recognition function based on a regular expression or an algorithm based on other character string matching; when the second identifier from the function-invocation message is input into the identifier-recognition function, the identifier-recognition function may output whether the second identifier corresponds to the identifier stored in the corresponding entry. By adopting the method to inquire the function call table entry, the content of the function call table entry can be separated from the inquiry function, the modular software development is facilitated, the multithreading processing capability can be fully utilized, a plurality of table entries can be inquired in parallel, and the processing efficiency is improved.
After determining and acquiring the implementation code of the secondary function interface corresponding to the second identifier, the calling code indicated in the corresponding relation stored in the target table item can be further executed in the primary function interface corresponding to the first identifier; specifically, since the application function to be invoked is a function provided by the primary function interface corresponding to the first identifier, the corresponding invocation code may be executed in the primary function interface corresponding to the second identifier to complete the invocation of the function;
for example, the application is an online shopping application, the primary function interface is a product detail page, and the provided function is a 3D preview function of a product, the function call message may carry a first identifier indicating the product detail page and a second identifier indicating the 3D preview function, and after a call code of the 3D preview function corresponding to the second identifier is queried according to a function call table corresponding to the product detail page, the call code may be executed in the product detail page, so as to complete the call of the 3D preview function.
In an embodiment, the above scheme can be applied to video playing scenes; specifically, the primary function interface may include a video playing page, and the secondary function interface may include a secondary function page provided by the video playing page; in this scenario, the video playing page corresponding to the first identifier may be displayed, and the secondary function page corresponding to the second identifier may be displayed in a preset area corresponding to the video playing page. Because the information content of the video is large in amount, the attention of a user is usually hard to move away from the video, and therefore by adopting the scheme, the user does not need to search for a function interface needing to be called up by himself, and the user experience is improved.
In an embodiment, the above scheme can be applied to a live webcast scene; specifically, the primary function interface may include a live room page of a live application; the secondary function interface can comprise an interactive panel which can be opened in a live broadcast room page; before the secondary function interface is displayed, a live broadcast video stream corresponding to the video live broadcast page can be obtained and played in real time in the video live broadcast page; specifically, since the user usually tends to continuously receive the changed information, and feels no waiting period of change for a long time, before executing the above-mentioned presentation code and presenting the corresponding interactive panel, the live stream in the live room may be loaded first, so as to avoid the user waiting for a long time, and to better utilize the program in the live stream to attract the user.
Because under the live webcast scene, the total amount of the live webcast room is huge, the functions in the pages of the live webcast room are possibly rich, and it is relatively difficult to manually find the display trigger control of a certain interactive panel, therefore, by applying the above scheme, the message can be called through a preset function, the interactive panel in the pages of the live webcast room can be directly guided and displayed, the redundant operation of the user is reduced, and the use experience of the user is improved.
It is understood that the interactive panels may include functional panels such as gift wrapping, barrage lottery, barrage chat, etc., and the disclosure need not be fully enumerated, and those skilled in the art may implement the related design according to specific requirements.
In another embodiment, corresponding to the live broadcast scene, the above scheme can also be applied to a video-on-demand scene; video-on-demand generally refers to a technique of transmitting video contents clicked or selected by a user to a requested user, according to a video-on-demand system that plays programs according to a request of a viewer; therefore, non-real-time live video playback, such as on-demand movies, short videos, and so on, can be considered as video-on-demand. When the video playing page is a video-on-demand page, the method can further include the step of acquiring an on-demand video corresponding to the video-on-demand page and playing the on-demand video in the video live broadcasting page.
It is to be understood that the above-mentioned scenarios of webcast, online shopping, etc. are merely examples for convenience of description and do not limit the present disclosure.
The above contents are all embodiments of the interface display method in the present disclosure. The present disclosure also provides embodiments of a corresponding interface display apparatus as follows:
referring to fig. 4, fig. 4 is a schematic block diagram illustrating an interface display apparatus according to an embodiment of the present disclosure; the above apparatus may include the following modules:
a first obtaining module 401 configured to obtain a function-invoking message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up;
a presentation module 402 configured to present a primary function interface corresponding to the first identifier in response to the function invocation message; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.
In an embodiment, the first obtaining module 401 may be further configured to obtain a cross-application function invoking message issued by an operating system, or may be further configured to obtain a function invoking message generated inside a target application; for example, an activity page based on a front-end interaction technology may be displayed inside the application, and a button corresponding to the function call message is displayed in the activity page; when the user clicks the button, the click interaction request carries the function invoking message, so that the corresponding function invoking message can be acquired by the application; in addition, the user may click a link with a jump function from other applications such as a browser, instant messaging software, a short message and the like, so that the operating system invokes the corresponding application by generating a cross-application function call message, and the cross-application function call message is acquired by the application corresponding to the function call message; certainly, the function invoking message may also be regarded as a parameter transmission form in a special form, for example, an intent mechanism may be provided in the Android system, and is used to transmit various request operations to components of the Android application.
By applying the scheme, for a user, the function call-up message can be transmitted to the application through interactive operation of an interactive control inside the user application, and a cross-application call request can also be initiated from other applications to transmit the function call-up message to the application; the flexibility of the way in which the function-invoking message is input can be significantly improved.
In an embodiment, the preset region corresponding to the primary functional interface may include a preset region having an area smaller than or equal to that of the primary functional interface and located on an upper layer of the primary functional interface; that is, the secondary functional interface may be displayed in a form that the area is not larger than the primary functional interface on the upper layer of the primary functional interface to which the secondary functional interface belongs; for example, when the secondary function interface of the live room gift panel is displayed, the user can also see the primary function interface of the live room interface which is not completely shielded. By adopting the scheme, the secondary function interface can be displayed without being completely shielded by descending the primary function interface, so that a user can determine which function interface the currently displayed secondary function interface aims at, and the user interaction experience is improved.
In an embodiment, the manner of displaying the functional interface according to the identifier may be specifically implemented by using a function call table; specifically, the apparatus may further include a second obtaining module, which may be configured to obtain a function call table corresponding to the primary function interface, that is, a function call table corresponding to the first identifier. The presentation module 402 may be further configured to query the table entry corresponding to the second identifier from the function call table, and obtain an implementation code of the secondary function interface corresponding to the second identifier. After determining and acquiring the implementation code of the secondary function interface corresponding to the second identifier, the calling code indicated in the corresponding relation stored in the target table item can be further executed in the primary function interface corresponding to the first identifier; specifically, since the application function to be invoked is a function provided by the primary function interface corresponding to the first identifier, the corresponding invocation code may be executed in the primary function interface corresponding to the second identifier to complete the invocation of the function.
In an embodiment, the implementation code of the secondary function interface may include an implementation code based on a native application view, or an implementation code based on a web application view; in actual software development, the implementation code based on the native application view generally has better graphic performance, but is high in development difficulty and tedious in iterative maintenance, while the implementation code based on the web application view generally has slightly lower development difficulty and is easy in iterative maintenance, but the graphic performance is inferior to that of the implementation code based on the native application view; therefore, the hybrid application developed by using the two implementation codes can select different implementation codes according to the requirements of different application functions so as to balance the performance and the development and maintenance difficulty.
In an embodiment, the apparatus may further include an updating module, where the updating module may be configured to obtain a corresponding relationship updating instruction, which carries the identifier of the newly added secondary function interface and the implementation code, for any function call table, and in response to the corresponding relationship updating instruction, add the corresponding relationship of the identifier of the newly added secondary function interface and the implementation code, which are carried by the updating instruction, to the function call table for which the updating instruction is for the function call table; it is to be understood that the function call table targeted by the update instruction may be completed by identifying an identifier of a primary function interface carried by the update instruction, and the like, and the disclosure need not be limited in detail.
In an embodiment, when querying the function call table, the presentation module 402 may directly transfer the first identifier to the identifier recognition function corresponding to each function call table entry; specifically, each entry of the function call table may be configured with an identification function for identifying whether an input identifier matches an identifier stored in the corresponding entry; when the target entry corresponding to the second identifier needs to be searched, the display module 402 may directly input the second identifier into the identification function corresponding to each entry in the function call table, and if the identifier identification function corresponding to a certain entry outputs a corresponding result, the entry may be determined as the target entry corresponding to the first identifier, and the implementation code of the stored secondary function interface may be determined as the implementation code of the secondary function interface corresponding to the second identifier.
In an embodiment, the above scheme can be applied to video playing scenes; specifically, the primary function interface may include a video playing page, and the secondary function interface may include a secondary function page provided by the video playing page; in this scenario, the display module 402 may be configured to display a video playing page corresponding to the first identifier, and display a secondary function page corresponding to the second identifier in a preset area corresponding to the video playing page. Because the information content of the video is large in amount, the attention of a user is usually hard to move away from the video, and therefore by adopting the scheme, the user does not need to search for a function interface needing to be called up by himself, and the user experience is improved.
In an embodiment, the above scheme can be applied to a live webcast scene; specifically, the primary function interface may include a live room page of a live application; the secondary function interface can comprise an interactive panel which can be opened in a live broadcast room page; the device can also comprise a live broadcast module, wherein the live broadcast module can acquire a live broadcast video stream corresponding to the live broadcast video page and play the live broadcast video stream in the live broadcast video page in real time; in particular, since users generally tend to continuously receive information with changes, and dislike a waiting period without changes for a long time, a live stream in a live room may be loaded first before a corresponding interactive panel is displayed, so as to avoid long-time waiting for the user, and to better utilize programs in the live stream to attract the user.
It is understood that the interactive panels may include functional panels such as gift wrapping, barrage lottery, barrage chat, etc., and the disclosure need not be fully enumerated, and those skilled in the art may implement the related design according to specific requirements.
Because under the live webcast scene, the total amount of the live webcast room is huge, the functions in the pages of the live webcast room are possibly rich, and it is relatively difficult to manually find the display trigger control of a certain interactive panel, therefore, by applying the above scheme, the message can be called through a preset function, the interactive panel in the pages of the live webcast room can be directly guided and displayed, the redundant operation of the user is reduced, and the use experience of the user is improved.
In another embodiment, corresponding to the live broadcast scene, the above scheme can also be applied to a video-on-demand scene; video-on-demand generally refers to a technique of transmitting video contents clicked or selected by a user to a requested user, according to a video-on-demand system that plays programs according to a request of a viewer; therefore, non-real-time live video playback, such as on-demand movies, short videos, and so on, can be considered as video-on-demand. When the video playing page is a video-on-demand page, the device may further include a live broadcast module, and the live broadcast module may acquire an on-demand video corresponding to the video-on-demand page and play the video in the video live broadcast page.
An embodiment of the present disclosure also provides an electronic device, including:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the interface display method according to any of the above embodiments.
An embodiment of the present disclosure further provides a computer-readable storage medium, where instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the interface display method according to any one of the above embodiments.
An embodiment of the present disclosure further provides a computer program product, which includes a computer program/instruction, and is characterized in that the computer program/instruction, when executed by a processor, implements the interface display method according to any of the above embodiments.
Fig. 5 is a schematic block diagram illustrating an electronic device in accordance with an embodiment of the present disclosure. Referring to fig. 5, electronic device 500 may include one or more of the following components: processing component 502, memory 504, power component 506, multimedia component 508, audio component 510, input/output (I/O) interface 512, sensor component 514, and communication component 518.
The processing component 502 generally controls overall operation of the electronic device 500, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 502 may include one or more processors 520 to execute instructions to perform all or a portion of the steps of the interface display method described above. Further, the processing component 502 can include one or more modules that facilitate interaction between the processing component 502 and other components. For example, the processing component 502 can include a multimedia module to facilitate interaction between the multimedia component 508 and the processing component 502.
The memory 504 is configured to store various types of data to support operations at the electronic device 500. Examples of such data include instructions for any application or method operating on the electronic device 500, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 504 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.
The power supply component 506 provides power to the various components of the electronic device 500. The power components 506 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the electronic device 500.
The multimedia component 508 includes a screen that provides an output interface between the electronic device 500 and the user. 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 a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 508 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the electronic device 500 is in an operating mode, such as a shooting mode or a video mode. Each of the front camera and the rear camera may be a fixed or optical lens system with a focal length and optical zoom capability.
The audio component 510 is configured to output and/or input audio signals. For example, the audio component 510 includes a Microphone (MIC) configured to receive external audio signals when the electronic device 500 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 504 or transmitted via the communication component 518. In some embodiments, audio component 510 further includes a speaker for outputting audio signals.
The I/O interface 512 provides an interface between the processing component 502 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 514 includes one or more sensors for providing various aspects of status assessment for the electronic device 500. For example, the sensor assembly 514 may detect an open/closed state of the electronic device 500, the relative positioning of components, such as a display and keypad of the electronic device 500, the sensor assembly 514 may detect a change in the position of the electronic device 500 or a component of the electronic device 500, the presence or absence of user contact with the electronic device 500, orientation or acceleration/deceleration of the electronic device 500, and a change in the temperature of the electronic device 500. The sensor assembly 514 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 514 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 514 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 518 is configured to facilitate wired or wireless communication between the electronic device 500 and other devices. The electronic device 500 may access a wireless network based on a communication standard, such as WiFi, a carrier network (such as 2G, 3G, 4G, or 5G), or a combination thereof. In an exemplary embodiment, the communication component 518 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 518 further includes a Near Field Communication (NFC) module to facilitate short-range communications. 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 embodiment of the present disclosure, the electronic device 500 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 interface display method.
In an embodiment of the present disclosure, a non-transitory computer-readable storage medium comprising instructions, such as the memory 504 comprising instructions, executable by the processor 520 of the electronic device 500 to perform the interface display method described above 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.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure 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 present disclosure is limited only by the appended claims.
It is noted that, in the present disclosure, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The method and apparatus provided by the embodiments of the present disclosure are described in detail above, and the principles and embodiments of the present disclosure are explained herein by applying specific examples, and the above description of the embodiments is only used to help understanding the method and core ideas of the present disclosure; meanwhile, for a person skilled in the art, based on the idea of the present disclosure, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present disclosure should not be construed as a limitation to the present disclosure.

Claims (10)

1. An interface display method, characterized in that the method comprises:
acquiring a function call message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up;
responding to the function call-up message, and displaying a primary function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.
2. The method of claim 1, further comprising:
acquiring a function call table of a primary function interface corresponding to the first identifier; the function call table stores the corresponding relation between the second identification and the implementation code of the corresponding secondary function interface;
the displaying of the second-level function interface corresponding to the second identifier in the preset area corresponding to the first-level function interface includes:
acquiring an implementation code of a secondary function interface corresponding to the second identifier from a function call table of a primary function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface based on the implementation code.
3. The method of claim 2, further comprising:
acquiring an updating instruction aiming at any function call table; the updating instruction comprises the identification of the newly added secondary function interface and the corresponding relation of the implementation codes;
and responding to the updating instruction of the function call table, and adding the identification of the newly added secondary function interface and the corresponding relation of the implementation codes into any function call table.
4. The method of claim 1, wherein the primary function interface comprises a video playback page; the secondary function interface comprises a secondary function page provided by a video playing page;
displaying a first-level function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface, wherein the method comprises the following steps:
and displaying the video playing page corresponding to the first identifier, and displaying the secondary function page corresponding to the second identifier in a preset area corresponding to the video playing page.
5. The method of claim 1, wherein the primary function interface comprises a video playback page; the secondary function interface comprises a secondary function page provided by a video playing page;
displaying a first-level function interface corresponding to the first identifier; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface, wherein the method comprises the following steps:
and displaying the video playing page corresponding to the first identifier, and displaying the secondary function page corresponding to the second identifier in a preset area corresponding to the video playing page.
6. The method of claim 5, wherein the video playback page comprises a live video page; the method further comprises the following steps: and acquiring a live broadcast video stream corresponding to the live video page, and playing the live video stream in the live video page in real time.
7. An interface display apparatus, the apparatus comprising:
a first acquisition module configured to acquire a function-up message; the function call-up message comprises a first identifier and a second identifier, wherein the first identifier is used for indicating a primary function interface providing a function to be called up in a target application, and the second identifier is used for indicating a secondary function interface corresponding to the function to be called up;
a presentation module configured to present a primary function interface corresponding to the first identifier in response to the function invocation message; and displaying a secondary function interface corresponding to the second identifier in a preset area corresponding to the primary function interface.
8. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the interface display method of any one of claims 1-6.
9. A computer-readable storage medium, wherein instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the interface display method of any one of claims 1-6.
10. A computer program product comprising computer programs/instructions, characterized in that the computer programs/instructions, when executed by a processor, implement the interface display method of any of claims 1-6.
CN202011627151.1A 2020-12-31 2020-12-31 Interface display method and device, electronic equipment and storage medium Active CN112764846B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011627151.1A CN112764846B (en) 2020-12-31 2020-12-31 Interface display method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011627151.1A CN112764846B (en) 2020-12-31 2020-12-31 Interface display method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112764846A true CN112764846A (en) 2021-05-07
CN112764846B CN112764846B (en) 2022-12-27

Family

ID=75699109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011627151.1A Active CN112764846B (en) 2020-12-31 2020-12-31 Interface display method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112764846B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114265535A (en) * 2021-12-21 2022-04-01 百度在线网络技术(北京)有限公司 Push message landing page display method, device, equipment and medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106293473A (en) * 2016-08-15 2017-01-04 珠海市魅族科技有限公司 Page display method and device
US20170004209A1 (en) * 2015-07-02 2017-01-05 Oracle International Corporation Deep linking to application objects
CN106503134A (en) * 2016-10-19 2017-03-15 广东欧珀移动通信有限公司 Browser jumps to the method for data synchronization and device of application program
CN107301242A (en) * 2017-07-03 2017-10-27 北京小米移动软件有限公司 Method, device and the storage medium of page jump
CN108132800A (en) * 2017-06-29 2018-06-08 广东网金云计算有限公司 A kind of method, apparatus and user terminal based on self-defined URL control page jumps
CN108829477A (en) * 2018-05-31 2018-11-16 康键信息技术(深圳)有限公司 Interface jump method, device, computer equipment and storage medium
CN109218375A (en) * 2017-07-07 2019-01-15 北京小米移动软件有限公司 Using exchange method and device
CN110309005A (en) * 2019-06-28 2019-10-08 百度在线网络技术(北京)有限公司 A kind of funcall method, apparatus, terminal device and storage medium
CN111143723A (en) * 2019-12-26 2020-05-12 五八同城信息技术有限公司 Page jump method and device, electronic equipment and storage medium
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium
CN111949169A (en) * 2020-06-30 2020-11-17 北京百度网讯科技有限公司 Application interface display method and device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170004209A1 (en) * 2015-07-02 2017-01-05 Oracle International Corporation Deep linking to application objects
CN106293473A (en) * 2016-08-15 2017-01-04 珠海市魅族科技有限公司 Page display method and device
CN106503134A (en) * 2016-10-19 2017-03-15 广东欧珀移动通信有限公司 Browser jumps to the method for data synchronization and device of application program
CN108132800A (en) * 2017-06-29 2018-06-08 广东网金云计算有限公司 A kind of method, apparatus and user terminal based on self-defined URL control page jumps
CN107301242A (en) * 2017-07-03 2017-10-27 北京小米移动软件有限公司 Method, device and the storage medium of page jump
CN109218375A (en) * 2017-07-07 2019-01-15 北京小米移动软件有限公司 Using exchange method and device
CN108829477A (en) * 2018-05-31 2018-11-16 康键信息技术(深圳)有限公司 Interface jump method, device, computer equipment and storage medium
CN110309005A (en) * 2019-06-28 2019-10-08 百度在线网络技术(北京)有限公司 A kind of funcall method, apparatus, terminal device and storage medium
CN111143723A (en) * 2019-12-26 2020-05-12 五八同城信息技术有限公司 Page jump method and device, electronic equipment and storage medium
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium
CN111949169A (en) * 2020-06-30 2020-11-17 北京百度网讯科技有限公司 Application interface display method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114265535A (en) * 2021-12-21 2022-04-01 百度在线网络技术(北京)有限公司 Push message landing page display method, device, equipment and medium
CN114265535B (en) * 2021-12-21 2024-02-27 百度在线网络技术(北京)有限公司 Floor page display method, device, equipment and medium for push message

Also Published As

Publication number Publication date
CN112764846B (en) 2022-12-27

Similar Documents

Publication Publication Date Title
US10387006B2 (en) Method of displaying user interface on device, and device
WO2022022196A1 (en) Bullet screen posting method, bullet screen displaying method and electronic device
US10768796B2 (en) Method of displaying user interface on device, and device
JP2015028770A (en) System and method for presenting contextual action
US20210389856A1 (en) Method and electronic device for displaying interactive content
CN106886540B (en) Data searching method and device for data searching
CN113099262B (en) Information display method and device, electronic equipment and storage medium
CN107515870B (en) Searching method and device and searching device
CN112765375A (en) Multimedia resource information display method and device, electronic equipment and storage medium
CN111159615A (en) Webpage processing method and device
CN113988021A (en) Content interaction method and device, electronic equipment and storage medium
CN112764846B (en) Interface display method and device, electronic equipment and storage medium
CN112328330A (en) iOS component calling method, device, middleware, electronic equipment and medium
CN115278273A (en) Resource display method and device, electronic equipment and storage medium
CN114666643A (en) Information display method and device, electronic equipment and storage medium
CN114567790A (en) Information display method and device, electronic equipment and storage medium
CN114025317A (en) Multimedia resource propagation method, device, server, terminal and storage medium
CN114554231A (en) Information display method and device, electronic equipment and storage medium
CN110113256B (en) Information interaction method and device, server, user terminal and readable storage medium
CN113918661A (en) Knowledge graph generation method and device and electronic equipment
CN113568551A (en) Picture saving method and device
CN113128181A (en) Information processing method and device
CN108874172B (en) Input method and device
CN115174944B (en) Resource processing method and device, electronic equipment and storage medium
CN115002536B (en) Resource processing method and device, electronic equipment and storage medium

Legal Events

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