CN111352677A - Interface display method and terminal of application program - Google Patents

Interface display method and terminal of application program Download PDF

Info

Publication number
CN111352677A
CN111352677A CN201811564576.5A CN201811564576A CN111352677A CN 111352677 A CN111352677 A CN 111352677A CN 201811564576 A CN201811564576 A CN 201811564576A CN 111352677 A CN111352677 A CN 111352677A
Authority
CN
China
Prior art keywords
application
interface
window
stack
application program
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
CN201811564576.5A
Other languages
Chinese (zh)
Other versions
CN111352677B (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.)
Hisense Mobile Communications Technology Co Ltd
Original Assignee
Hisense Mobile Communications 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 Hisense Mobile Communications Technology Co Ltd filed Critical Hisense Mobile Communications Technology Co Ltd
Priority to CN201811564576.5A priority Critical patent/CN111352677B/en
Publication of CN111352677A publication Critical patent/CN111352677A/en
Application granted granted Critical
Publication of CN111352677B publication Critical patent/CN111352677B/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

Landscapes

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

Abstract

The invention discloses an interface display method and a terminal of an application program. The interface display method of the application program comprises the following steps: displaying an application interface of a first application program; if an instruction for triggering and displaying an application interface of a second application program is received, putting the application interface of the second application program into a newly-built application stack; wherein the application interface of the second application program comprises at least one window; and traversing all windows in a to-be-displayed interface of a display screen, if the application stack to which the window belongs is the newly-built application stack, drawing the window according to the size and the preset proportion of the newly-built application stack, and otherwise, directly drawing the window. When the application interface of the first application program and the application interface of the second application program are displayed simultaneously, the display effect of any window in the application interface of the second application program can be adjusted, so that the phenomenon that part of interface content is covered can be avoided, and a better display effect is presented to a user.

Description

Interface display method and terminal of application program
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an interface display method and a terminal for an application.
Background
Pip refers to displaying at least two pictures on the same display screen, i.e., on a normally viewed main picture, while inserting one or more compressed sub-pictures, so as to monitor other sub-pictures while viewing the main picture. At present, the pip technology is more and more widely applied in the Android terminal, as shown in fig. 1, a main screen 31 is an application interface of a first application, and a sub-screen 32 is an application interface of a second application, and is displayed on the main screen 31 after being compressed. In the prior art as shown in fig. 1, the picture-in-picture effect is achieved by changing the overall size of the application interface of the second application program, but the display effect of the window in the application interface is still designed according to a full screen, which cannot adjust the display effect of the window in the application interface, and thus may result in that part of the interface content is covered, for example, the "login" window in fig. 1 is covered by the "registration" window.
Although the display proportion of the application interface can be controlled by utilizing the density in the Android terminal, the density is a global control variable and once the density is effective, all the interfaces in the whole world are affected to be effective, wherein all the interfaces in the whole world comprise all the interfaces on the display screen. For example, after the Android terminal in fig. 2 is set to the one-handed mode, there is an effect as shown in fig. 3, which is that the density is utilized to perform the scaling adjustment for the global interface, but it cannot perform the adjustment for the single application interface.
Disclosure of Invention
The invention provides an interface display method of an application program and a terminal, aiming at overcoming the defect that the display effect of a window in a single application interface on a display screen cannot be adjusted in the prior art.
The invention solves the technical problems through the following technical scheme:
in a first aspect, the present invention provides an interface display method for an application, including:
displaying an application interface of a first application program;
if an instruction for triggering and displaying an application interface of a second application program is received, putting the application interface of the second application program into a newly-built application stack; wherein the application interface of the second application program comprises at least one window;
and traversing all windows in a to-be-displayed interface of a display screen, if the application stack to which the window belongs is the newly-built application stack, drawing the window according to the size and the preset proportion of the newly-built application stack, and otherwise, directly drawing the window.
Optionally, the placing the application interface of the second application program into a newly-built application stack specifically includes:
and if the application interface of the second application program is in the application stack of the system, moving the application interface of the second application program from the application stack of the system to the newly-built application stack.
Optionally, the drawing the window according to the size and the preset ratio of the newly-built application stack specifically includes:
calculating the window according to the size of the newly-built application stack to obtain matrix information;
processing the matrix information according to a preset proportion;
and drawing the window according to the processed matrix information.
Optionally, the preset ratio is less than 1.
Optionally, the size of the newly created application stack is consistent with the size of the display screen.
Optionally, if the application stack to which the window belongs is not the newly-built application stack, directly drawing the window.
Optionally, the first application is a system application or a third party application.
Optionally, the second application is a system application or a third party application.
In a second aspect, the present invention provides a terminal, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the method as described above.
In a third aspect, the present invention provides a computer storage medium having stored therein computer program instructions which, when run on a computer, cause the computer to perform a method as described above.
On the basis of the common knowledge in the field, the above preferred conditions can be combined randomly to obtain the preferred embodiments of the invention.
The positive progress effects of the invention are as follows: displaying an application interface of a first application program, if an instruction for triggering display of the application interface of a second application program is received, putting the application interface of the second application program into a newly-built application stack, namely putting all windows in the application interface of the second application program into the newly-built application stack, and distinguishing a window in the application interface of the second application program in a to-be-displayed interface from other windows in the to-be-displayed interface by judging whether the application stack to which the window belongs is the newly-built application stack or not, wherein the other windows comprise the window of the application interface of the first application program. Specifically, the application stack to which the window in the application interface of the second application program belongs is a newly-built application stack, and at this time, the window is drawn according to the size of the newly-built application stack and a preset proportion, so that the purpose of adjusting the window display effect can be achieved. And the application stacks to which other windows belong in the interface to be displayed are the application stacks of the system, and the windows are directly drawn according to the prior art.
Compared with the display effect of the window in the application interface in the prior picture-in-picture technology according to the full screen design, the method and the device can realize the adjustment of the display effect of any window in the application interface of the second application program when the application interface of the first application program and the application interface of the second application program are simultaneously displayed, thereby avoiding the phenomenon that part of interface content is covered and further presenting better display effect for a terminal user.
Drawings
Fig. 1 is a diagram illustrating the display effect of a picture-in-picture in the prior art.
Fig. 2 is a diagram of a desktop display effect of an Android terminal in the prior art.
Fig. 3 is a display effect diagram of the Android terminal in fig. 2 set to the one-hand mode.
Fig. 4 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Fig. 5 is a flowchart of an interface display method of an application according to an embodiment of the present invention.
Fig. 6 is a diagram illustrating a picture-in-picture display effect achieved by the interface display method of the application according to the embodiment of the present invention.
FIG. 7A is a diagram illustrating an effect of processing matrix information according to a predetermined ratio according to an embodiment of the present invention;
fig. 7B shows the effect of processing the matrix information according to the predetermined ratio in an embodiment of the present invention.
FIG. 8 is a schematic diagram illustrating the dimensions of a display screen, a newly created application stack, and an application interface of a second application program according to an embodiment of the present invention;
FIG. 9 is a diagram illustrating the dimensions of a display screen, a newly created application stack, and an application interface of a second application according to another embodiment of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
The interface display method of the application program provided by the embodiment of the invention can be applied to terminals provided with Android startup operating systems, and the terminals can be mobile phones, televisions, computers, smart watches and other devices.
As shown in fig. 4, the structure of the terminal will be described by taking the terminal as a mobile phone.
The terminal 100 may include: a Radio Frequency (RF) circuit 110, a memory 120, an input unit 130, a display unit 140, a sensor 150, an audio circuit 160, a Wireless Fidelity (Wi-Fi) module 170, a processor 180, a bluetooth module 181, and a power supply 190.
The RF circuit 110 may be used for receiving and transmitting signals during information transmission and reception or during a call, and may receive downlink data of a base station and then send the downlink data to the processor 180 for processing; the uplink data may be transmitted to the base station. Typically, the RF circuitry includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like.
The memory 120 may be used to store software programs and data. The processor 180 performs various functions of the terminal 100 and data processing by executing software programs or data stored in the memory 120. The memory 120 may include high speed random access memory and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. The memory 120 stores an Android startup operating system which enables the terminal 100 to run. The memory 120 may store an operating system and various application programs, and may also store codes for performing the methods described in the embodiments of the present application.
The input unit 130, such as a touch screen, may be used to receive input numeric or character information, generate signal inputs related to user settings and function control of the terminal 100. Specifically, the input unit 130 may include a touch screen 131 disposed on a front surface of the terminal 100 and may collect a touch operation by a user thereon or nearby. In the present application, the input unit 130 may collect touch operations of a user, such as clicking a button, dragging a scroll box, and the like.
The display unit 140 (i.e., a display screen) may be used to display information input by or provided to the user and a Graphical User Interface (GUI) of various menus of the terminal 100. The display unit 140 may include a display screen 141 disposed on the front surface of the terminal 100. The display screen 141 may be configured in the form of a liquid crystal display, a light emitting diode, or the like. The display unit 140 may be used to display various graphical user interfaces described herein. The touch screen 131 may cover the display screen 141, or the touch screen 131 and the display screen 141 may be integrated to implement input and output functions of the terminal 100, and after the integration, the touch screen may be referred to as a touch display screen for short. In the present application, the display unit 140 may display the application programs and the corresponding operation steps.
The terminal 100 may also include at least one sensor 150, such as a light sensor, a motion sensor. The terminal 100 may also be configured with other sensors such as a gyroscope, barometer, hygrometer, thermometer, infrared sensor, and the like.
Audio circuitry 160, speaker 161, and microphone 162 may provide an audio interface between a user and terminal 100. The audio circuit 160 may transmit the electrical signal converted from the received audio data to the speaker 161, and convert the electrical signal into a sound signal for output by the speaker 161; on the other hand, the microphone 162 converts the collected sound signal into an electrical signal, converts the electrical signal into audio data after being received by the audio circuit 160, and outputs the audio data to the RF circuit 110 to be transmitted to, for example, another terminal or outputs the audio data to the memory 120 for further processing. In this application, the microphone 162 may capture the voice of the user.
Wi-Fi belongs to a short-distance wireless transmission technology, and the terminal 100 can help a user to send and receive e-mails, browse webpages, access streaming media, and the like through the Wi-Fi module 170, and provides wireless broadband internet access for the user.
The processor 180 is a control center of the terminal 100, connects various parts of the entire terminal using various interfaces and lines, and performs various functions of the terminal 100 and processes data by running or executing software programs stored in the memory 120 and calling data stored in the memory 120. In some embodiments, processor 180 may include one or more processing units; the processor 180 may also integrate an application processor, which mainly handles operating systems, user interfaces, applications, etc., and a baseband processor, which mainly handles wireless communications. It will be appreciated that the baseband processor described above may not be integrated into the processor 180. In the present application, the processor 180 may run an operating system, an application program, a user interface display, a touch response, and an interface display method of the application program according to the embodiment of the present application.
And the bluetooth module 181 is configured to perform information interaction with other bluetooth devices having a bluetooth module through a bluetooth protocol. For example, the terminal 100 may establish a bluetooth connection with a wearable electronic device (e.g., a smart watch) having a bluetooth module via the bluetooth module 181, so as to perform data interaction.
The terminal 100 also includes a power supply 190 (e.g., a battery) to power the various components. The power supply may be logically coupled to the processor 180 through a power management system to manage charging, discharging, and power consumption functions through the power management system.
As shown in fig. 5, the method for displaying an interface of an application according to an embodiment of the present invention includes:
step 501, displaying an application interface of a first application program. In the embodiment of the present invention, the display effect of the application interface of the first application program is not limited, and specifically, the display effect may be full-screen display or half-screen display.
Step 502, if an instruction for triggering and displaying an application interface of a second application program is received, placing the application interface of the second application program into a newly-built application stack; and the application interface of the second application program comprises at least one window.
In the embodiment of the invention, the application interface of the second application program is inserted into the application interface of the currently displayed first application program, so that the picture-in-picture display effect is presented.
8 types of application stacks are fixedly provided in the Android system, and the functions and effects of the application stacks are different. The types of these 8 application stacks are: HOME, FULLSCREEN, FREEFORM, DOCKED, PINNED, RECENTS, ASSISTANTT, LAST _ STATIC.
In the existing application interface management process of the Android system, for a certain application program installed in a terminal, the certain application program may be in the same application stack or different application stacks in the 8 application stacks; it is possible for different applications installed in the terminal to be in the same application stack of the above 8 application stacks. Such prior art results in that we cannot distinguish the second application and the window included in the application interface thereof by using the application stack provided by the Android system. The second application program is the application program which wants to adjust the display effect of the window in the application interface.
The first application program and the second application program may be system application programs installed in the terminal, or may be third-party application programs installed in the terminal. The application interface of the second application program may include one window, for example, the application interface itself, or may include a plurality of windows, for example, in the sub-screen 32 in fig. 1, five windows are included, specifically: the application interface, the login window, the registration window, the home page window in the upper right corner and the closing window.
In order to distinguish the second application program and the window included in the application interface thereof, in the embodiment of the present invention, an application stack for storing the application interface of the second application program is newly created. It will be appreciated by those skilled in the art that placing the application interface of the second application program in the newly created application stack means that all windows included in this application interface are placed in the newly created application stack.
The display scales of the 8 application stacks provided by the Android system are all fixed, and the windows included in the application interfaces are generally directly drawn by directly utilizing the display scale of the application stack where the application interface is located. In the embodiment of the present invention, the size of the newly created application stack may be set according to a finally desired display effect of the window in the application interface of the second application program, for example, if the size is set to (0, 0, 1200, 1600), the display effect of the window is vertical display; if the value is set to (0, 0, 1200, 1600), the display effect of the window is horizontal display.
In an alternative embodiment, the instruction for triggering the display of the application interface of the second application is to start the second application.
In another optional embodiment, the instruction for triggering the display of the application interface of the second application program is to switch the second application program in the background display to the foreground display. When the second application is launched, the application interface of the second application is placed in an application stack of the FULLSCREEN type. When the second application program in the background display is switched to the foreground display. The above placing the application interface of the second application program into the newly-built application stack specifically includes:
and if the application interface of the second application program is in the application stack of the system, moving the application interface from the application stack of the system to the newly-built application stack. In the above example, the application interface of the second application is moved from the application stack of the fuel screen type of the system itself to the newly created application stack.
Step 503, traversing all windows in the interface to be displayed of the display screen, if the application stack to which the window belongs is the newly-built application stack, drawing the window according to the size and the preset proportion of the newly-built application stack, otherwise, directly drawing the window.
The refreshing of the display screen is specific to the window, and in the refreshing process of the display screen, the system can collect all windows which can be displayed currently, namely all windows in the application interface to be displayed of the display screen. In the example shown in fig. 6, the main screen 31 corresponds to a first application program, the sub-screen 32 corresponds to a second application program, and all windows in the to-be-displayed-screen interface include all windows in the application interface of the first application program and all windows in the application interface of the second application program. In another example, the window in the application interface to be displayed by the display screen includes a status bar, a navigation bar, and the like, in addition to the window in the application interface of the first application.
In the specific implementation of the embodiment of the present invention, which application stack the window belongs to can be determined by the attribute of the window. If the application stack to which the window belongs is the newly-built application stack, it is indicated that the window is the window in the application interface of the second application program, and at this time, the window is drawn according to the size and the preset proportion of the newly-built application stack, so that the purpose of adjusting the display effect of any window in the application interface of the second application program is achieved. If the application stack to which the window belongs is not the newly-built application stack, which indicates that the window is not the window in the application interface of the second application program, the window is directly drawn according to the prior art, that is, the display effect of the window is not adjusted.
In an optional implementation manner, the drawing the window according to the size and the preset ratio of the newly-built application stack specifically includes the following steps:
calculating the window according to the size of the newly-built application stack to obtain matrix information;
processing the matrix information according to a preset proportion;
and drawing the window according to the processed matrix information.
In the embodiment of the present invention, the display effect of the window in the application interface of the second application program is actually determined by the size of the newly-built application stack and the preset ratio.
The preset ratio may be less than 1, greater than 1, or equal to 1. When the preset ratio is smaller than 1, the effects before and after processing the matrix information according to the preset ratio are respectively shown in fig. 7A and 7B.
It should be noted that different preset ratios may be set for each window in the application interface of the second application program, or the same preset ratio may be set for each window in the application interface of the second application program. In order to ensure that the same application interface has a relatively consistent display effect, the same preset ratio is usually set for each window in the application interface of the second application program.
Two specific examples are illustrated below for setting the same preset ratio for each window in the application interface of the second application.
As shown in fig. 8, the size of the newly created application stack 62 is not consistent with the size of the display screen 61, and the preset ratio is set to 0.5. In this example, the size of the newly created application stack determines that the application interface of the second application program is vertical display, and the display effect of all windows included in the application interface of the second application program is reduced by one time.
In an alternative embodiment, the size of the newly created application stack is set to a default size, i.e. to the size of the display screen. As shown in fig. 9, the size of the newly created application stack 62 is consistent with the size of the display screen 61, and the preset ratio is 0.8. The size of the newly created application stack 62 is (0, 0, 1600, 1200), and the size of the application interface of the second application program is (0, 0, 1280, 960). In this example, the size of the newly created application stack determines that the application interface of the second application program is displayed horizontally.
Compared with the display effect of the window in the application interface in the prior picture-in-picture technology according to the full screen design, the method and the device can realize the adjustment of the display effect of any window in the application interface of the second application program when the application interface of the first application program and the application interface of the second application program are simultaneously displayed, thereby avoiding the phenomenon that part of interface content is covered and further presenting better display effect for a terminal user. The display effect of the "login" window and the "registration" window in the sub-screen 32 shown in fig. 6 is significantly better than that of fig. 1.
An embodiment of the present invention provides a terminal, including: a processor and a memory, the memory being used for storing a computer program, the processor being used for executing said computer program to perform the interface display method of the application program as provided in the above embodiments.
An embodiment of the present invention provides a computer storage medium, where computer program instructions are stored in the computer storage medium, and when the instructions run on a computer, the instructions cause the computer to execute the interface display method of an application program provided in the above embodiment.
Since the terminal and the computer storage medium in the embodiment of the present invention may be applied to the interface display method of the application program, reference may also be made to the above method embodiment for obtaining technical effects, and details of the embodiment of the present invention are not described herein again.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that these are by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (9)

1. An interface display method of an application program is characterized by comprising the following steps:
displaying an application interface of a first application program;
if an instruction for triggering and displaying an application interface of a second application program is received, putting the application interface of the second application program into a newly-built application stack; wherein the application interface of the second application program comprises at least one window;
and traversing all windows in a to-be-displayed interface of a display screen, if the application stack to which the window belongs is the newly-built application stack, drawing the window according to the size and the preset proportion of the newly-built application stack, and otherwise, directly drawing the window.
2. The method according to claim 1, wherein the step of placing the application interface of the second application program into a newly created application stack specifically includes:
and if the application interface of the second application program is in the application stack of the system, moving the application interface of the second application program from the application stack of the system to the newly-built application stack.
3. The method according to claim 1, wherein the drawing the window according to the size and the preset scale of the newly-built application stack specifically comprises:
calculating the window according to the size of the newly-built application stack to obtain matrix information;
processing the matrix information according to a preset proportion;
and drawing the window according to the processed matrix information.
4. The method of claim 3, wherein the predetermined ratio is less than 1.
5. The method of claim 4 wherein the size of the newly created application stack is consistent with the size of the display screen.
6. The method of any of claims 1-5, wherein the first application is a system application or a third party application.
7. The method of any of claims 1-5, wherein the second application is a system application or a third party application.
8. A terminal, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the method of any one of claims 1-7.
9. A computer storage medium having computer program instructions stored therein which, when run on a computer, cause the computer to perform the method of any one of claims 1-7.
CN201811564576.5A 2018-12-20 2018-12-20 Interface display method and terminal of application program Active CN111352677B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811564576.5A CN111352677B (en) 2018-12-20 2018-12-20 Interface display method and terminal of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811564576.5A CN111352677B (en) 2018-12-20 2018-12-20 Interface display method and terminal of application program

Publications (2)

Publication Number Publication Date
CN111352677A true CN111352677A (en) 2020-06-30
CN111352677B CN111352677B (en) 2023-05-09

Family

ID=71196673

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811564576.5A Active CN111352677B (en) 2018-12-20 2018-12-20 Interface display method and terminal of application program

Country Status (1)

Country Link
CN (1) CN111352677B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114510313A (en) * 2022-02-24 2022-05-17 亿咖通(湖北)技术有限公司 Application display method and device, storage medium and electronic equipment
CN116737037A (en) * 2022-09-29 2023-09-12 荣耀终端有限公司 Stack management method in interface display and related device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040128700A1 (en) * 2002-12-30 2004-07-01 Ming-Da Pan Viewing selection management system
CN105516767A (en) * 2015-12-01 2016-04-20 海信集团有限公司 Smart television and application switching method thereof
CN106951249A (en) * 2017-03-16 2017-07-14 北京元心科技有限公司 Method for managing windows in multi-system terminal equipment and multi-system terminal equipment
CN107291456A (en) * 2017-06-06 2017-10-24 福州汇思博信息技术有限公司 The control method and system of a kind of multihead display
CN108614722A (en) * 2018-05-10 2018-10-02 Oppo广东移动通信有限公司 Application program preloads method, apparatus, storage medium and terminal
CN108804153A (en) * 2018-05-21 2018-11-13 Oppo广东移动通信有限公司 Preloading method, apparatus, storage medium and the terminal of application program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040128700A1 (en) * 2002-12-30 2004-07-01 Ming-Da Pan Viewing selection management system
CN105516767A (en) * 2015-12-01 2016-04-20 海信集团有限公司 Smart television and application switching method thereof
CN106951249A (en) * 2017-03-16 2017-07-14 北京元心科技有限公司 Method for managing windows in multi-system terminal equipment and multi-system terminal equipment
CN107291456A (en) * 2017-06-06 2017-10-24 福州汇思博信息技术有限公司 The control method and system of a kind of multihead display
CN108614722A (en) * 2018-05-10 2018-10-02 Oppo广东移动通信有限公司 Application program preloads method, apparatus, storage medium and terminal
CN108804153A (en) * 2018-05-21 2018-11-13 Oppo广东移动通信有限公司 Preloading method, apparatus, storage medium and the terminal of application program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114510313A (en) * 2022-02-24 2022-05-17 亿咖通(湖北)技术有限公司 Application display method and device, storage medium and electronic equipment
CN116737037A (en) * 2022-09-29 2023-09-12 荣耀终端有限公司 Stack management method in interface display and related device

Also Published As

Publication number Publication date
CN111352677B (en) 2023-05-09

Similar Documents

Publication Publication Date Title
US11202119B2 (en) Video playing method and terminal device
US20230205398A1 (en) Terminal and method for setting menu environments in the terminal
CN106708538B (en) Interface display method and device
US20200278775A1 (en) Managing a Plurality of Free Windows in Drop-Down Menu of Notification Bar
CN110536008B (en) Screen projection method and mobile terminal
US20170147187A1 (en) To-be-shared interface processing method, and terminal
CN108174103B (en) Shooting prompting method and mobile terminal
CN109525710B (en) Method and device for accessing application program
CN106658064B (en) Virtual gift display method and device
CN110837327B (en) Message viewing method and terminal
CN109407920B (en) Status icon display method, status icon processing method and related equipment
CN109558046B (en) Information display method and terminal equipment
CN108900695B (en) Display processing method, terminal equipment and computer readable storage medium
CN109085968B (en) Screen capturing method and terminal equipment
CN109327672B (en) Video call method and terminal
CN108933964B (en) Bullet screen display method, playing device and control terminal
CN109348019B (en) Display method and device
WO2015131768A1 (en) Video processing method, apparatus and system
CN107957841B (en) Rolling screen capture method and device
CN110990172A (en) Application sharing method, first electronic device and computer-readable storage medium
CN110825474B (en) Interface display method and device and electronic equipment
CN112040324A (en) Playing progress adjusting method and device, storage medium and terminal
CN109992192B (en) Interface display method and terminal equipment
CN111352677B (en) Interface display method and terminal of application program
CN110769303A (en) Playing control method and device and mobile terminal

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
CB02 Change of applicant information

Address after: 266100 No. 151, Zhuzhou Road, Laoshan District, Shandong, Qingdao

Applicant after: Qingdao Hisense Mobile Communication Technology Co.,Ltd.

Address before: 266100 No. 151, Zhuzhou Road, Laoshan District, Shandong, Qingdao

Applicant before: HISENSE MOBILE COMMUNICATIONS TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant