CN111459596A - Information processing method, information processing apparatus, electronic device, and medium - Google Patents

Information processing method, information processing apparatus, electronic device, and medium Download PDF

Info

Publication number
CN111459596A
CN111459596A CN202010247794.7A CN202010247794A CN111459596A CN 111459596 A CN111459596 A CN 111459596A CN 202010247794 A CN202010247794 A CN 202010247794A CN 111459596 A CN111459596 A CN 111459596A
Authority
CN
China
Prior art keywords
application program
application
dynamic real
interface
displaying
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
CN202010247794.7A
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.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN202010247794.7A priority Critical patent/CN111459596A/en
Publication of CN111459596A publication Critical patent/CN111459596A/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
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Abstract

The present disclosure provides an information processing method, including: the method comprises the steps of obtaining a trigger instruction, displaying an interface corresponding to at least one application program in a queue form based on a multitask manager in response to the trigger instruction, obtaining dynamic real-time updating information of a first application program in the at least one application program, and synchronously displaying the dynamic real-time updating information on the interface corresponding to the first application program.

Description

Information processing method, information processing apparatus, electronic device, and medium
Technical Field
The present disclosure relates to an information processing method, apparatus, electronic device, and medium.
Background
With the rapid development of electronic technology, electronic devices are increasingly applied to many scenes such as daily life and work, and various terminal applications are also in use. In the process of using the electronic device, a user usually opens a plurality of application programs, and the user needs to frequently switch and view among different application programs, so that the user is inconvenient to operate and poor in experience.
Disclosure of Invention
One aspect of the present disclosure provides an information processing method, including: the method comprises the steps of obtaining a trigger instruction, responding to the trigger instruction, displaying an interface corresponding to at least one application program in a queue mode based on a multitask manager, obtaining dynamic real-time updating information of a first application program in the at least one application program, and synchronously displaying the dynamic real-time updating information on the interface corresponding to the first application program.
Optionally, the first application is located at a non-head-of-line position in the queue.
Optionally, the first application includes at least one application that satisfies a preset condition, where the preset condition includes that the application is a preset application and the application is executing a task.
Optionally, obtaining dynamic real-time update information of a first application program in the at least one application program includes: and acquiring dynamic real-time updating information of the specific content in the first application program.
Optionally, the synchronously displaying the dynamic real-time update information on the interface corresponding to the first application includes: and synchronously updating the interface corresponding to the first application program based on the dynamic real-time updating information, wherein the updated interface comprises the dynamic real-time updating information.
Optionally, the displaying an interface corresponding to at least one application program in a queue form based on the multitasking manager includes: and displaying the interface thumbnail corresponding to at least one application program in a queue form based on the multitasking manager. The synchronous updating on the interface corresponding to the first application program based on the dynamic real-time updating information comprises the following steps: and displaying the dynamic real-time updating information on an interface thumbnail corresponding to the first application program in an overlapping manner.
Another aspect of the present disclosure provides an information processing apparatus including a first obtaining module, a first presenting module, a second obtaining module, and a second presenting module. The first obtaining module is used for obtaining a trigger instruction. The first display module is used for responding to the trigger instruction and displaying the interface corresponding to at least one application program in a queue form based on the multitask manager. The second obtaining module is used for obtaining dynamic real-time updating information of a first application program in the at least one application program. And the second display module is used for synchronously displaying the dynamic real-time updating information on an interface corresponding to the first application program.
Optionally, the first application is located at a non-head-of-line position in the queue.
Optionally, the first application includes at least one application that satisfies a preset condition, where the preset condition includes that the application is a preset application and the application is executing a task.
Optionally, obtaining dynamic real-time update information of a first application program in the at least one application program includes: and acquiring dynamic real-time updating information of the specific content in the first application program.
Optionally, the synchronously displaying the dynamic real-time update information on the interface corresponding to the first application includes: and synchronously updating the interface corresponding to the first application program based on the dynamic real-time updating information, wherein the updated interface comprises the dynamic real-time updating information.
Optionally, the displaying an interface corresponding to at least one application program in a queue form based on the multitasking manager includes: and displaying the interface thumbnail corresponding to at least one application program in a queue form based on the multitasking manager. The synchronous updating on the interface corresponding to the first application program based on the dynamic real-time updating information comprises the following steps: and displaying the dynamic real-time updating information on an interface thumbnail corresponding to the first application program in an overlapping manner.
Another aspect of the present disclosure provides an electronic device including: one or more processors, a computer readable storage medium, for storing one or more programs, which when executed by the one or more processors, cause the one or more processors to implement the method as described above.
Another aspect of the present disclosure provides a computer-readable storage medium storing computer-executable instructions for implementing the method as described above when executed.
Another aspect of the disclosure provides a computer program comprising computer executable instructions for implementing the method as described above when executed.
Drawings
For a more complete understanding of the present disclosure and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, in which:
fig. 1 schematically illustrates an application scenario of an information processing method and apparatus according to an embodiment of the present disclosure;
FIG. 2 schematically shows a flow chart of an information processing method according to an embodiment of the present disclosure;
FIGS. 3A and 3B schematically illustrate presentation diagrams of dynamic real-time update information according to an embodiment of the disclosure;
fig. 4 schematically shows a block diagram of an information processing apparatus according to an embodiment of the present disclosure; and
fig. 5 schematically shows a block diagram of an electronic device according to an embodiment of the disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The words "a", "an" and "the" and the like as used herein are also intended to include the meanings of "a plurality" and "the" unless the context clearly dictates otherwise. Furthermore, the terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a convention analogous to "A, B or at least one of C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B or C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). It will be further understood by those within the art that virtually any disjunctive word and/or phrase presenting two or more alternative terms, whether in the description, claims, or drawings, should be understood to contemplate the possibilities of including one of the terms, either of the terms, or both terms. For example, the phrase "a or B" should be understood to include the possibility of "a" or "B", or "a and B".
Some block diagrams and/or flow diagrams are shown in the figures. It will be understood that some blocks of the block diagrams and/or flowchart illustrations, or combinations thereof, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the instructions, which execute via the processor, create means for implementing the functions/acts specified in the block diagrams and/or flowchart block or blocks.
Accordingly, the techniques of this disclosure may be implemented in hardware and/or software (including firmware, microcode, etc.). In addition, the techniques of this disclosure may take the form of a computer program product on a computer-readable medium having instructions stored thereon for use by or in connection with an instruction execution system. In the context of this disclosure, a computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the instructions. For example, the computer readable medium can include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. Specific examples of the computer readable medium include: magnetic storage devices, such as magnetic tape or Hard Disk Drives (HDDs); optical storage devices, such as compact disks (CD-ROMs); a memory, such as a Random Access Memory (RAM) or a flash memory; and/or wired/wireless communication links.
The embodiment of the disclosure provides an information processing method and device. The method comprises the following steps: the method comprises the steps of obtaining a trigger instruction, displaying an interface corresponding to at least one application program in a queue form based on a multitask manager in response to the trigger instruction, obtaining dynamic real-time updating information of a first application program in the at least one application program, and synchronously displaying the dynamic real-time updating information on the interface corresponding to the first application program.
Fig. 1 schematically illustrates an application scenario of an information processing method and apparatus according to an embodiment of the present disclosure.
As shown in fig. 1, a user may have multiple applications open simultaneously while using an electronic device. Users need to switch frequently among multiple applications to view the dynamics among the applications.
For example, the user issues a taxi taking task through application a, issues a takeaway delivery task through application B, and communicates with others through application C. In this scenario, the user can only switch among the applications without stopping in order to immediately grasp the dynamics of the applications. For example, if the user wants to keep track of the distance between the driver and the user, the user needs to exit the current application and enter the application a for viewing. For another example, if the user wants to grasp the distance between the rider and the delivery point, the user needs to exit the current application and enter application B to view the distance. For another example, if the user wants to know whether a new communication message is received, the user needs to exit the current application program and enter the application program C for viewing. Therefore, the user operation is very inconvenient and the experience is not good.
In view of this, the disclosed embodiments provide an information processing method. The method comprises the following steps: the method comprises the steps of obtaining a trigger instruction of a user, responding to the trigger instruction, displaying an interface corresponding to at least one application program in a queue mode based on a multitask manager, obtaining dynamic real-time updating information of a first application program in the at least one application program, and synchronously displaying the dynamic real-time updating information on the interface corresponding to the first application program, so that the user can check the dynamic real-time updating information of each application program in the mode of the multitask manager, operation inconvenience caused by continuous switching of the application programs is avoided, and user experience is improved.
It should be noted that fig. 1 is only an example of an application scenario in which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, but does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
Fig. 2 schematically shows a flow chart of an information processing method according to an embodiment of the present disclosure.
As shown in fig. 2, the method includes operations S201 to S204.
In operation S201, a trigger instruction is obtained.
According to the embodiment of the present disclosure, the trigger instruction may be, for example, a specific screen-swiping gesture, or may also be a click trigger on a specific icon, or may also be a press trigger on a specific physical key, and the like.
In operation S202, in response to the trigger instruction, an interface corresponding to at least one application program is displayed in a queue form based on the multitasking manager.
According to an embodiment of the present disclosure, the at least one application may include, for example, an application that is running in the background. For example, interfaces corresponding to all applications running in the background can be displayed in a queue form based on the multitasking manager in response to the triggering instruction.
According to the embodiment of the present disclosure, the interface may be, for example, an interface corresponding to the application program when the application program exits from the main interface and enters into the background operation, or may also be a designated interface corresponding to the application program.
In the embodiment of the disclosure, the later the interface corresponding to the application program running in the background is entered, the earlier the position of the interface in the queue is. The most recent application entering the background run may be at the head of the queue.
According to the embodiment of the disclosure, only the interface corresponding to one application program can be displayed on the display screen of the electronic device, and the interface of the application program corresponding to the next position of the interface in the queue is displayed in response to the sliding operation of the user. Or, the interfaces corresponding to the multiple applications may be displayed on the display screen of the electronic device, and in response to the sliding operation of the user, the interfaces of the applications corresponding to the next one or more positions in the queue may be displayed according to the positions of the interfaces corresponding to the applications in the queue, so as to replace one or more of the currently displayed interfaces.
In the embodiment of the disclosure, in response to an operation of clicking a certain interface by a user, the user can jump to the application program corresponding to the interface, so that the user can quickly enter the application program for viewing or operating.
In operation S203, dynamic real-time update information of a first application program of the at least one application program is obtained.
According to an embodiment of the present disclosure, the first application may be an application located anywhere in the queue. For example, the first application may be an application located at a non-head-of-line position in the queue.
In an embodiment of the present disclosure, the first application of the at least one application may be each of the at least one application.
In another embodiment of the present disclosure, in order to save power consumption and increase processing speed, the first application program of the at least one application program may also include at least one application program satisfying a preset condition. The preset condition may include, for example, that the application is a preset application and that the application is performing a task.
According to an embodiment of the present disclosure, the preset application may be an application that requires real-time monitoring. For example, the default application may include a taxi-taking application, a delivery application, an instant messaging application, a timing application, and the like. The preset application program in the embodiment of the present disclosure may be a preset application program set by a person skilled in the art according to actual needs, or an application program set by a user in a user-defined manner according to own needs, which is not limited in the present disclosure.
In the embodiment of the disclosure, the task being executed by the application program can be a task which is issued by the executing user and contained in the application program. For example, in a taxi taking application, the task being executed by the application may be a taxi taking task issued by a user who is executing the application. The application may also be in a real-time communication state while the application is performing a task. For example, in an instant messaging application, the application being executed may be that the application is in a state that is receptive to messaging messages.
According to the embodiment of the disclosure, the application program which is the preset application program and is executing the task in the at least one application program can be determined as the first application program, and the dynamic real-time updating information of the first application program is acquired.
In the embodiment of the present disclosure, acquiring the dynamic real-time update information of the first application may be acquiring the dynamic real-time update information of specific content in the first application.
For example, in a taxi taking application, only dynamic real-time updated information of passengers before taking a bus can be acquired. And the dynamic real-time updating information of the push message is not acquired, or the dynamic real-time dynamic updating information of the passenger after taking the bus is not acquired.
For another example, in an instant messaging application, only the dynamic real-time update information in the dialog interface may be acquired, and the dynamic real-time update information on the sharing platform is not acquired.
For another example, in the timing application, only the dynamic real-time update message that completes the countdown within the preset time period may be acquired, and the dynamic real-time update message that completes the countdown beyond the preset time period may not be acquired.
The first application program is an application program which runs in a background and is a task currently running, and the task currently running is a target task meeting a preset condition. The predetermined condition is a parameter for representing that the task is urgent and needs real-time monitoring of a user. For example, whether a task currently in progress can be completed within a predetermined time; the predetermined condition is a target task list, that is, whether an ongoing task of an application running in the background is located in the target task list. For example, the target task may be a task in which a game piece revival time of the game application is counted down; the method can also be a task of determining the arrival time in real time based on the distance between the taxi appointment of the taxi taking application and the position of the user after the taxi appointment is answered; the task of determining the arrival time in real time based on the distance of the order-picked rider from the position of the user after the order-picked rider of the take-away application, the task of counting down in a clock application, and the like can also be performed. According to the method and the device, if the electronic equipment calls the multi-task manager, the application programs running in the background can be uniformly obtained, and when the ongoing task of the application programs running in the background is the target task meeting the preset conditions, the dynamic real-time updating message of the target task is updated on the corresponding application program interface in real time; alternatively, a corresponding prompt box (e.g., 320 of fig. 3A) is added in the level of the queue in which the thumbnail of the corresponding application program is located to display the dynamic real-time update message of the target task in real time. Therefore, the real-time updating information of the target task can be checked without entering each application, the device does not need to switch the target task to the foreground for operation, the device resources and the power consumption are saved, the user operation path is shortened, and the user operation is simplified.
According to the embodiment of the disclosure, the dynamic real-time update message of each application program can be acquired through the interface provided by each application program.
In an embodiment of the present disclosure, a full amount of dynamic real-time update messages may be obtained through an interface provided by each application program, and dynamic real-time update messages about specific content may be screened out from the full amount of dynamic real-time update messages.
In another embodiment of the present disclosure, only dynamic real-time update messages of specific content may also be obtained through an interface provided by each application.
In operation S204, the dynamic real-time update information is synchronously displayed on the interface corresponding to the first application.
According to the embodiment of the disclosure, the interface corresponding to the first application program can be synchronously updated based on the dynamic real-time updating information, and the updated interface includes the dynamic real-time updating information.
For example, a dynamically updated interface of the first application program regarding the dynamically real-time updated information may be obtained, and the interface corresponding to the application program may be updated synchronously in the queue hierarchy corresponding to the application program based on the multitasking manager.
According to the embodiment of the disclosure, the interface thumbnail corresponding to at least one application program can be displayed in a queue form only based on the multitasking manager. And then, displaying the dynamic real-time updating information on the interface thumbnail corresponding to the corresponding application program in an overlapping manner.
Fig. 3A and 3B schematically show presentation diagrams of dynamic real-time update information according to an embodiment of the disclosure. Fig. 3A may be a schematic view of a display interface of dynamic real-time updated information when the electronic device is used in a vertical screen mode, and fig. 3B may be a schematic view of a display interface of dynamic real-time updated information when the electronic device is used in a horizontal screen mode.
As shown in fig. 3A and 3B, only the interface thumbnail 310 of the application may be presented in the level of the queue corresponding to the application. The interface thumbnail 310 may be an interface corresponding to the application program when the application program exits the main interface and enters the background operation, or may be a designated interface of the application program. A prompt box 320 may also be included in the hierarchy, and the prompt box 320 may be displayed, for example, superimposed on the interface thumbnail 310. The dynamic real-time update information in the embodiments of the present disclosure may be synchronously updated and displayed in the prompt box 320.
According to the embodiment of the disclosure, by acquiring the dynamic real-time update information of the application program and synchronously displaying the dynamic real-time update information on the interface of the corresponding application program in the multitask manager, a user can check the dynamic real-time update information of each application program in the multitask manager mode, frequent switching among the application programs is not needed, the operation is convenient, and the user experience is improved.
According to the embodiment of the disclosure, only the dynamic real-time updating information of the first application program meeting the preset condition in the queue is obtained, so that energy consumption can be saved, and the processing speed can be increased. According to the embodiment of the disclosure, only the dynamic real-time updating information of the specific content in the first application program is obtained, so that the energy consumption can be further saved, and the processing speed is increased.
Fig. 4 schematically shows a block diagram of an information processing apparatus 400 according to an embodiment of the present disclosure.
As shown in fig. 4, the apparatus 400 includes a first obtaining module 410, a first presentation module 420, a second obtaining module 430, and a second presentation module 440.
The first obtaining module 410 is configured to obtain a trigger instruction.
The first display module 420 is configured to display an interface corresponding to at least one application program in a queue form based on the multitasking manager in response to the trigger instruction.
The second obtaining module 430 is configured to obtain dynamic real-time update information of a first application of the at least one application.
The second presentation module 440 is configured to synchronously present the dynamic real-time update information on the interface corresponding to the first application.
According to the embodiment of the disclosure, the first application program is located at a non-head-of-line position in the queue.
According to the embodiment of the disclosure, the first application program comprises at least one application program meeting preset conditions, and the preset conditions comprise that the application program is a preset application program and the application program is executing a task.
According to an embodiment of the present disclosure, obtaining dynamic real-time update information of a first application program of the at least one application program includes: and acquiring dynamic real-time updating information of the specific content in the first application program.
According to an embodiment of the present disclosure, the synchronously displaying the dynamic real-time update information on the interface corresponding to the first application includes: and synchronously updating the interface corresponding to the first application program based on the dynamic real-time updating information, wherein the updated interface comprises the dynamic real-time updating information.
According to an embodiment of the present disclosure, the displaying an interface corresponding to at least one application program in a queue form based on a multitasking manager includes: and displaying the interface thumbnail corresponding to at least one application program in a queue form based on the multitasking manager. The synchronous updating on the interface corresponding to the first application program based on the dynamic real-time updating information comprises the following steps: and displaying the dynamic real-time updating information on an interface thumbnail corresponding to the first application program in an overlapping manner.
According to an embodiment of the disclosure, the apparatus 400 may, for example, perform the method described above with reference to fig. 2, which is not described herein again.
Any one or more of the modules, sub-modules, units, sub-units, or sub-units according to embodiments of the present disclosure may be implemented at least in part as hardware circuitry, e.g., a Field Programmable Gate Array (FPGA), a programmable logic array (P L a), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or any other reasonable manner of integrating or packaging circuitry, or in any one of or a suitable combination of software, hardware, and firmware.
For example, the first obtaining module 410, the first presenting module 420, the second obtaining module 430 and the second presenting module 440 may be combined into one module, or any one of them may be split into a plurality of modules, or at least part of the functions of one or more of these modules may be combined with at least part of the functions of other modules and implemented in one module according to an embodiment of the present invention, at least one of the first obtaining module 410, the first presenting module 420, the second obtaining module 430 and the second presenting module 440 may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a programmable logic array (P L A), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in hardware or firmware in any other reasonable manner of integrating or packaging the circuits, or any other reasonable combination of the three manners, or at least one of the first obtaining module 410, the first presenting module 420, the second obtaining module 430 and the second presenting module 440 may be implemented as a computer program that executes at least in part when the computer functions of the computer are executed accordingly.
Fig. 5 schematically shows a block diagram of an electronic device 500 according to an embodiment of the disclosure.
As shown in fig. 5, the electronic device 500 includes a processor 510 and a computer-readable storage medium 520. The electronic device 500 may perform the method described above with reference to fig. 2.
In particular, processor 510 may include, for example, a general purpose microprocessor, an instruction set processor and/or related chip set and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), and/or the like. The processor 510 may also include on-board memory for caching purposes. Processor 510 may be a single processing unit or a plurality of processing units for performing the different actions of the method flows described with reference to fig. 2 in accordance with embodiments of the present disclosure.
Computer-readable storage medium 520 may be, for example, any medium that can contain, store, communicate, propagate, or transport the instructions. For example, a readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. Specific examples of the readable storage medium include: magnetic storage devices, such as magnetic tape or Hard Disk Drives (HDDs); optical storage devices, such as compact disks (CD-ROMs); a memory, such as a Random Access Memory (RAM) or a flash memory; and/or wired/wireless communication links.
The computer-readable storage medium 520 may include a computer program 521, which computer program 521 may include code/computer-executable instructions that, when executed by the processor 510, cause the processor 510 to perform a method flow such as that described above in connection with fig. 2 and any variations thereof.
The computer program 521 may be configured with, for example, computer program code comprising computer program modules. For example, in an example embodiment, code in computer program 521 may include one or more program modules, including for example 521A, modules 521B, … …. It should be noted that the division and number of modules are not fixed, and those skilled in the art may use suitable program modules or program module combinations according to actual situations, which when executed by the processor 510, enable the processor 510 to perform the method flow described above in connection with fig. 2 and any variations thereof, for example.
According to an embodiment of the present invention, at least one of the first obtaining module 410, the first presenting module 420, the second obtaining module 430 and the second presenting module 440 may be implemented as a computer program module described with reference to fig. 5, which, when executed by the processor 510, may implement the respective operations described above.
Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not expressly recited in the present disclosure. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present disclosure may be made without departing from the spirit or teaching of the present disclosure. All such combinations and/or associations are within the scope of the present disclosure.
While the disclosure has been shown and described with reference to certain exemplary embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the disclosure as defined by the appended claims and their equivalents. Accordingly, the scope of the present disclosure should not be limited to the above-described embodiments, but should be defined not only by the appended claims, but also by equivalents thereof.

Claims (10)

1. An information processing method comprising:
acquiring a trigger instruction;
responding to the trigger instruction, and displaying an interface corresponding to at least one application program in a queue form based on a multitask manager;
obtaining dynamic real-time update information of a first application program in the at least one application program; and
and synchronously displaying the dynamic real-time updating information on an interface corresponding to the first application program.
2. The method of claim 1, wherein the first application is located in a non-head-of-line position in the queue.
3. The method of claim 1, wherein the first application comprises at least one application that satisfies a preset condition, the preset condition comprising that the application is a preset application and the application is performing a task.
4. The method of claim 1 or 3, wherein obtaining dynamic real-time update information for a first application of the at least one application comprises:
and acquiring dynamic real-time updating information of the specific content in the first application program.
5. The method of claim 1, wherein said synchronously exposing the dynamic real-time update information on the interface corresponding to the first application comprises:
and synchronously updating the interface corresponding to the first application program based on the dynamic real-time updating information, wherein the updated interface comprises the dynamic real-time updating information.
6. The method of claim 1, wherein:
the displaying of the interface corresponding to at least one application program in a queue form based on the multitask manager comprises the following steps:
displaying an interface thumbnail corresponding to at least one application program in a queue form based on a multitask manager;
the synchronous updating on the interface corresponding to the first application program based on the dynamic real-time updating information comprises the following steps:
and displaying the dynamic real-time updating information on an interface thumbnail corresponding to the first application program in an overlapping manner.
7. An information processing apparatus comprising:
the first obtaining module is used for obtaining a trigger instruction;
the first display module is used for responding to the trigger instruction and displaying an interface corresponding to at least one application program in a queue form based on the multitask manager;
a second obtaining module, configured to obtain dynamic real-time update information of a first application program of the at least one application program; and
and the second display module is used for synchronously displaying the dynamic real-time updating information on an interface corresponding to the first application program.
8. The apparatus of claim 7, wherein the first application is located in a non-head-of-line position in the queue.
9. A computer system, comprising:
one or more processors;
a computer-readable storage medium for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-6.
10. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 6.
CN202010247794.7A 2020-03-31 2020-03-31 Information processing method, information processing apparatus, electronic device, and medium Pending CN111459596A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010247794.7A CN111459596A (en) 2020-03-31 2020-03-31 Information processing method, information processing apparatus, electronic device, and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010247794.7A CN111459596A (en) 2020-03-31 2020-03-31 Information processing method, information processing apparatus, electronic device, and medium

Publications (1)

Publication Number Publication Date
CN111459596A true CN111459596A (en) 2020-07-28

Family

ID=71685792

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010247794.7A Pending CN111459596A (en) 2020-03-31 2020-03-31 Information processing method, information processing apparatus, electronic device, and medium

Country Status (1)

Country Link
CN (1) CN111459596A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113885902A (en) * 2021-08-23 2022-01-04 北京房江湖科技有限公司 Application program interface updating method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102035936A (en) * 2010-11-22 2011-04-27 东莞宇龙通信科技有限公司 Implementation method of terminal task manager and terminal
CN102117207A (en) * 2009-12-31 2011-07-06 联想(北京)有限公司 Method, device and mobile terminal for switching application display modes
CN102841732A (en) * 2011-06-23 2012-12-26 腾讯科技(深圳)有限公司 Method and device for managing tasks on terminal
US20130227423A1 (en) * 2012-02-29 2013-08-29 Samsung Electronics Co., Ltd. Remote user interface providing apparatus and method
CN107291560A (en) * 2016-03-31 2017-10-24 北京三星通信技术研究有限公司 A kind of content of smart machine determines method and apparatus
CN107688478A (en) * 2016-08-05 2018-02-13 阿里巴巴集团控股有限公司 Terminal, the display methods of application message and device
CN108287644A (en) * 2018-01-12 2018-07-17 维沃移动通信有限公司 A kind of method for information display and mobile terminal of application program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117207A (en) * 2009-12-31 2011-07-06 联想(北京)有限公司 Method, device and mobile terminal for switching application display modes
CN102035936A (en) * 2010-11-22 2011-04-27 东莞宇龙通信科技有限公司 Implementation method of terminal task manager and terminal
CN102841732A (en) * 2011-06-23 2012-12-26 腾讯科技(深圳)有限公司 Method and device for managing tasks on terminal
US20130227423A1 (en) * 2012-02-29 2013-08-29 Samsung Electronics Co., Ltd. Remote user interface providing apparatus and method
CN107291560A (en) * 2016-03-31 2017-10-24 北京三星通信技术研究有限公司 A kind of content of smart machine determines method and apparatus
CN107688478A (en) * 2016-08-05 2018-02-13 阿里巴巴集团控股有限公司 Terminal, the display methods of application message and device
CN108287644A (en) * 2018-01-12 2018-07-17 维沃移动通信有限公司 A kind of method for information display and mobile terminal of application program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113885902A (en) * 2021-08-23 2022-01-04 北京房江湖科技有限公司 Application program interface updating method
CN113885902B (en) * 2021-08-23 2022-10-11 贝壳找房(北京)科技有限公司 Application program interface updating method

Similar Documents

Publication Publication Date Title
US10628216B2 (en) I/O request scheduling method and apparatus by adjusting queue depth associated with storage device based on hige or low priority status
CN107766128B (en) Method and device for starting application
CN105955802A (en) Application operation method for mobile terminal, and mobile terminal
CN106716518B (en) Displaying content on a display in a power saving mode
CN110730271B (en) Schedule reminding method and device, storage medium and terminal
WO2019223319A1 (en) Interface displaying method and device
EP2739097B1 (en) A mobile telecommunication device in a cellular-digital wireless telecommunication system and a method for operating thereof
EP3757739A1 (en) Method for display when exiting an application, and terminal
CN110414883A (en) Cargo transport and ordering method, equipment and storage medium
CN109074303A (en) A kind of Caton detection method and device
CN111831414A (en) Thread migration method and device, storage medium and electronic equipment
CN115576645A (en) Virtual processor scheduling method and device, storage medium and electronic equipment
CN104809054A (en) Method and system for realizing program testing
CN111459596A (en) Information processing method, information processing apparatus, electronic device, and medium
CN111338672A (en) Method, electronic device, and computer storage medium for optimizing application updates
CN111831432B (en) IO request scheduling method and device, storage medium and electronic equipment
CN110290058A (en) A kind of method and apparatus that conversation message being presented in the application
CN113190427A (en) Caton monitoring method and device, electronic equipment and storage medium
CN111831443A (en) Processor state adjusting method and device, storage medium and electronic equipment
CN111831413A (en) Thread scheduling method and device, storage medium and electronic equipment
CN111831437A (en) Device management method, device, storage medium and electronic device
CN111831439A (en) IO request processing method and device, storage medium and electronic equipment
CN111831442A (en) Resource allocation method, device, storage medium and electronic equipment
CN113439263A (en) Application cleaning method and device, storage medium and electronic equipment
CN111831409B (en) Thread scheduling method and device, storage medium and electronic equipment

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