CN114265653A - Interface display method, device, equipment, storage medium and program product - Google Patents
Interface display method, device, equipment, storage medium and program product Download PDFInfo
- Publication number
- CN114265653A CN114265653A CN202111562427.7A CN202111562427A CN114265653A CN 114265653 A CN114265653 A CN 114265653A CN 202111562427 A CN202111562427 A CN 202111562427A CN 114265653 A CN114265653 A CN 114265653A
- Authority
- CN
- China
- Prior art keywords
- screen
- display
- displayed
- target application
- display parameters
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
The application provides an interface display method, an interface display device, equipment, a storage medium and a program product, wherein the method comprises the following steps: acquiring display parameters of a screen to be displayed of a target application; updating default display parameters corresponding to the target application into display parameters of a screen to be displayed; and displaying the user interface of the target application according to the display parameters of the screen to be displayed, thereby realizing correct interface adaptation and ensuring the normal display of the user interface.
Description
Technical Field
The embodiment of the application relates to the technical field of terminals, in particular to an interface display method, an interface display device, interface display equipment, a storage medium and a program product.
Background
Many current terminal devices can support multi-screen display, for example: the terminal device may be connected to a television or other display device, the display of which may serve as a secondary display of the terminal device, and the display of the terminal device itself may serve as its primary display. Alternatively, a virtual display may be created at the terminal device, the virtual display and the secondary display serving the same purpose.
At present, for some Applications (APPs) based on some operating systems, when a user needs to display a user interface of the APPs, Resources (Resources) corresponding to the APPs are used by a terminal device, and the Resources corresponding to the APPs store display parameters of a main display screen, so that if the user needs to display the user interface by using a secondary display screen or a virtual display screen, the display parameters of the main display screen are adopted by the terminal device, which causes the problem of interface adaptation error and further causes the problem of abnormal display of the user interface.
Disclosure of Invention
The application provides an interface display method, an interface display device, equipment, a storage medium and a program product, so that terminal equipment can use display parameters of a screen to be displayed corresponding to a target application to perform interface display, correct interface adaptation is achieved, and normal display of a user interface is guaranteed.
In a first aspect, an interface display method is provided, including: acquiring display parameters of a screen to be displayed of a target application; updating default display parameters corresponding to the target application into display parameters of a screen to be displayed; and displaying the user interface of the target application according to the display parameters of the screen to be displayed.
In a second aspect, an interface display apparatus is provided, including: the device comprises a first acquisition module, an updating module and a display module, wherein the first acquisition module is used for acquiring display parameters of a screen to be displayed of a target application; the updating module is used for updating the default display parameters corresponding to the target application into the display parameters of the screen to be displayed; the display module is used for displaying the user interface of the target application according to the display parameters of the screen to be displayed.
In a third aspect, an electronic device is provided, including: a processor and a memory, the memory being configured to store a computer program, the processor being configured to invoke and execute the computer program stored in the memory to perform a method as in the first aspect or its implementations.
In a fourth aspect, there is provided a computer readable storage medium for storing a computer program for causing a computer to perform the method as in the first aspect or its implementations.
In a fifth aspect, there is provided a computer program product comprising computer program instructions to cause a computer to perform the method as in the first aspect or its implementations.
A sixth aspect provides a computer program for causing a computer to perform a method as in the first aspect or implementations thereof.
Through the technical scheme provided by the application, the default display parameters corresponding to the target application can be updated to the display parameters of the screen to be displayed, so that the terminal equipment can use the display parameters of the screen to be displayed corresponding to the target application to carry out interface display, correct interface adaptation is realized, and normal display of a user interface is ensured.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is an application scenario diagram provided in an embodiment of the present application;
fig. 2 is a flowchart of an interface display method according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a user interface provided by an embodiment of the present application;
FIG. 4 is a schematic view of another user interface provided by an embodiment of the present application;
fig. 5 is a schematic diagram of an interface display apparatus 500 according to an embodiment of the present disclosure;
fig. 6 is a schematic block diagram of an electronic device 600 provided in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or server that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Before introducing the technical scheme of the application, the following description is made on the relevant knowledge of the application:
a main display screen: a physical display screen built in the terminal device, for example: the display screen of the mobile phone is the main display screen of the mobile phone.
And (3) a secondary display screen: the terminal device may be connected to a television or other display devices in a wired connection manner such as a Universal Serial Bus (USB) line, or in a wireless connection manner, and the display screens on these display devices may be used as secondary display screens of the terminal device.
Virtual display screen: and the APP can be a screen which is virtualized through an operating system interface of the terminal equipment and is used for displaying specific content.
Activity (Activity) component: it determines the user interfaces and the display screens that handle the user interactions, each user interface of the APP corresponding to an active component. As can be understood from the literal meaning of the activity component, the activity component has the meaning of activity, and the operations performed by the user in the APP are all completed by focusing on the activity component, such as dialing, taking a picture, sending a mail, viewing a map, and the like. Each active component corresponds to a window on which a user interface can be drawn. An APP usually consists of a plurality of active components, which are usually loosely coupled, and usually an APP includes a main active component, i.e. the active component that is entered first after clicking on the APP's icon.
Resources (Resources): it can also be understood as a resource file, which covers a very wide range, for example, a series of interface, layout related contents including fonts, character strings, interface styles, pictures, audio, video, animation, sizes, colors, etc. used by APP can be represented by the resource file. The present application mainly relates to display parameters of a display screen contained in a resource file, such as: screen resolution and Dots Per Inch (Dots Per inc, DPI) of the display screen, i.e., pixel density.
The technical problems to be solved and the inventive concept of the present application will be explained below:
at present, for some APP based on some operating systems, when a user needs to display a user interface of these APPs, a resource (Resources) corresponding to an active component of these APPs is used by a terminal device, as described above, one active component corresponds to one user interface, and therefore, a resource corresponding to one active component includes a display parameter of the user interface corresponding to the active component, and based on this, after the active component is started, the active component naturally uses a display parameter included in its own resource to display the user interface based on the display parameter. For another part of APPs based on some operating systems, when a user needs to display a user interface of these APPs, the terminal device uses Resources (Resources) corresponding to these APPs, and the Resources corresponding to these APPs store display parameters of the main display screen, so if the user needs to use the sub display screen or the virtual display screen to display the user interface, the terminal device uses the display parameters of the main display screen, which leads to the problem of interface adaptation error and further leads to the problem of abnormal display of the user interface. For example: when the interface is in error, the interface display may be disordered or incomplete, such as: when the interface is in error, the user interface of a video application which is displayed normally cannot normally display a video playing progress bar, a playing button or a pause button and the like.
In order to solve the technical problem, the default display parameters corresponding to the target application can be updated to the display parameters of the screen to be displayed, so that the terminal equipment can use the display parameters of the screen to be displayed corresponding to the APP to perform interface display, correct interface adaptation is achieved, and normal display of a user interface is guaranteed.
It should be understood that the technical solution of the present application can be applied to the following scenarios, but is not limited thereto:
scene one: as shown in fig. 1, the terminal device 110 may be connected with other display devices 120 through wired or wireless connection, the display screens of these display devices 120 may be used as the secondary display screens of the terminal device, and the display screen of the terminal device 110 itself may be used as its primary display screen.
Scene two: a virtual display may be created at the terminal device that functions the same as the secondary display, while the terminal device's own display may serve as its primary display.
In some implementations, the terminal device 110 may be a Mobile phone, a tablet Computer, a desktop, a laptop, a handheld Computer, a notebook Computer, a vehicle-mounted device, an Ultra-Mobile Personal Computer (UMPC), a netbook, a cellular phone, a Personal Digital Assistant (PDA), an Augmented Reality (AR) \ Virtual Reality (VR) device, in short, as long as the terminal device 110 has a display screen, a user interface display may be performed, which is not limited in the present application.
In some implementations, the other display devices 120 may be a television, a mobile phone, a tablet computer, a desktop, a laptop, a handheld computer, a notebook computer, a vehicle-mounted device, a UMPC, a netbook, a cellular phone, a PDA, an AR \ VR device, in short, as long as the other display devices 120 have a display screen, a user interface display may be performed, which is not limited in this application.
The technical scheme of the application will be explained in detail as follows:
fig. 2 is a flowchart of an interface display method provided in an embodiment of the present application, where the method may be executed by a terminal device in the first scenario or the second scenario, but is not limited to this, and as shown in fig. 2, the method includes the following steps:
s210: acquiring display parameters of a screen to be displayed of a target application;
s220: updating default display parameters corresponding to the target application into display parameters of a screen to be displayed;
s230: and displaying the user interface of the target application according to the display parameters of the screen to be displayed.
In some implementations, the default display parameters corresponding to the target application may be display parameters of the primary display screen, but are not limited thereto.
In some implementations, the target application can be any APP installed on the terminal device.
In some implementation manners, the screen to be displayed may be a secondary display screen or a virtual display screen of the terminal device, which is not limited in this application.
In some implementation manners, when the terminal device obtains the first user operation, it may start the active component corresponding to the target application, and when the active component corresponding to the target application is started, obtain the identifier of the screen to be displayed; when the terminal device acquires the identifier of the screen to be displayed, the terminal device indicates that the terminal device needs to use the screen to be displayed corresponding to the identifier to display a user interface, and further, the terminal device can acquire the display parameters of the screen to be displayed according to the identifier of the screen to be displayed.
In some implementations, the first user operation is any one of: the operation on a specific icon on the current interface, the operation on a specific area on the current interface and the specific operation on the current interface.
In some implementation manners, the current interface may be a desktop of the terminal device currently shown, or may be a certain user interface of a target application currently shown by the terminal device, which is not limited in this application.
Example 1, fig. 3 is a schematic view of a user interface provided in an embodiment of the present application, and as shown in fig. 3, a currently displayed desktop of a terminal device includes: and the icon of the target application, wherein the upper right corner of the icon is also provided with a small icon, when the user clicks, double clicks, long-presses, touches or slides the small icon, the small icon indicates that the user needs to use the screen to be displayed to display the user interface of the target application, and conversely, when the user clicks the icon of the target application, the small icon indicates that the user needs to use the main display screen of the terminal equipment to display the user interface of the target application.
Example 2, fig. 4 is another schematic diagram of a user interface provided in the embodiment of the present application, as shown in fig. 4, a currently displayed desktop of a terminal device includes a blank area, and when a user performs operations such as clicking, double-clicking, long-pressing, touching, sliding, and the like on the blank area, it indicates that the user needs to use a to-be-displayed screen to display a user interface of a target application.
Example 3, when the user performs a specific operation, such as double-clicking, sliding, or drawing a triangle, a circle, etc., at any position of the current interface, it indicates that the user needs to use the to-be-displayed screen to display the user interface of the target application.
In some implementation manners, the identifier of the screen to be displayed may be a name of the screen to be displayed or other identifiers, as long as the screen to be displayed can be uniquely identified, which is not limited in this application.
In some implementations, when the screen to be displayed is a display screen of another display device, the terminal device may send a request message to the other display device, where the request message is used to request to acquire display parameters of the screen to be displayed, and the request message may include: and the other display equipment responds to the request message and sends a response message to the terminal equipment, wherein the response message comprises the following identifiers of the screen to be displayed: and displaying parameters of the screen to be displayed.
In other realizable manners, as long as the terminal device is completely in wired or wireless connection with other display devices, the other display devices can actively send the display parameters of the screen to be displayed to the terminal device, the terminal device can store the display parameters of the screen to be displayed, and when the terminal device determines that the screen to be displayed needs to be used, the terminal device only needs to obtain the display parameters of the screen to be displayed from the memory.
In some implementations, when the screen to be displayed is a virtual display screen created on the terminal device, the terminal device may obtain the display parameters of the screen to be displayed from the local.
In some implementations, the display parameters of the screen to be displayed include at least one of: the screen resolution of the screen to be displayed, the DPI of the screen to be displayed, but is not limited thereto.
It should be understood that for some operating systems, such as the Android operating system, some APPs based on the operating system, such as the target application mentioned above, their corresponding resources include by default: in order to achieve correct interface adaptation, the terminal device may update the display parameters of the main display screen to the display parameters of the screen to be displayed.
In some implementation modes, the terminal equipment acquires display parameters of a screen to be displayed through a movable component corresponding to a target application; and displaying the user interface of the target application according to the display parameters of the screen to be displayed through the movable component corresponding to the target application. For example: the active component corresponding to the target application can determine the position of each component on the screen to be displayed, and each component is arranged at the corresponding position.
In some implementations, for any one component, the location of the component can be determined by the distance of the component from the top, bottom, left, and right edges of the screen.
Further, assuming that the user desires to display the user interface of the target application on the main display screen next time, at this time, the terminal device may update the display parameters of the screen to be displayed included in the resource of the target application to the display parameters of the main display screen, so that the terminal device obtains the display parameters of the main display screen through the active component corresponding to the target application; and displaying the user interface of the target application according to the display parameters of the main display screen through the active component corresponding to the target application.
In some implementation manners, when the terminal device obtains the second user operation, it may start the active component corresponding to the target application, and when the active component corresponding to the target application is started, obtain the identifier of the main display screen; when the terminal device obtains the identifier of the main display screen, it indicates that the terminal device needs to use the main display screen corresponding to the identifier to display the user interface, and further, the terminal device can obtain the display parameters of the main display screen according to the identifier of the main display screen.
In some implementations, the second user operation is any one of: the operation of the corresponding icon is applied to the target, and may be, but is not limited to, a single-click, a double-click, a long-press, a touch, or a slide operation.
Assuming that the user desires to display the user interface of the target application on another secondary display screen or virtual display screen next time, at this time, the terminal device may update the display parameters of the screen to be displayed included in the resource of the target application to the display parameters of the secondary display screen or virtual display screen, so that the terminal device obtains the display parameters of the secondary display screen or virtual display screen through the active component corresponding to the target application; and displaying the user interface of the target application according to the display parameters of the auxiliary display screen or the virtual display screen through the movable component corresponding to the target application.
In some implementation manners, when the terminal device obtains the third user operation, it may start the active component corresponding to the target application, and when the active component corresponding to the target application is started, obtain the identifier of the secondary display screen or the virtual display screen; when the terminal device acquires the identifier of the auxiliary display screen or the virtual display screen, it indicates that the terminal device needs to use the auxiliary display screen or the virtual display screen corresponding to the identifier to display a user interface, and further, the terminal device may acquire the display parameters of the auxiliary display screen or the virtual display screen according to the identifier of the auxiliary display screen or the virtual display screen.
In some implementations, the third user operation is any one of: the operation on a specific icon on the current interface, the operation on a specific area on the current interface and the specific operation on the current interface.
In some implementation manners, the current interface may be a desktop of the terminal device currently shown, or may be a certain user interface of a target application currently shown by the terminal device, which is not limited in this application.
It should be understood that the third user operation is different from the first user operation, such as: the first user operation is an operation on a specific icon on the current interface, and the third user operation is an operation on a specific area on the current interface. Alternatively, the first user operation is an operation on a specific icon on the current interface, and the third user operation is a specific operation on the current interface. Alternatively, the first user operation is an operation on a specific area on the current interface, and the third user operation is a specific operation on the current interface.
In summary, according to the technical scheme of the application, the default display parameters corresponding to the target application can be updated to the display parameters of the screen to be displayed, so that the terminal device can use the display parameters of the screen to be displayed corresponding to the target application to perform interface display, thereby realizing correct interface adaptation and ensuring normal display of a user interface.
Fig. 5 is a schematic diagram of an interface display apparatus 500 according to an embodiment of the present application, and as shown in fig. 5, the apparatus 500 includes: the display device comprises a first obtaining module 510, an updating module 520 and a display module 530, wherein the first obtaining module 510 is configured to obtain display parameters of a screen to be displayed of a target application; the updating module 520 is configured to update a default display parameter corresponding to the target application to a display parameter of a screen to be displayed; the display module 530 is configured to display a user interface of the target application according to the display parameters of the screen to be displayed.
In some implementations, the first obtaining module 510 is specifically configured to: when a movable component corresponding to a target application is started, acquiring an identifier of a screen to be displayed; and acquiring the display parameters of the screen to be displayed according to the identifier of the screen to be displayed.
In some implementations, the apparatus 500 further includes: a second obtaining module 540 and a starting module 550, wherein the second obtaining module 540 is used for obtaining user operations; the starting module 550 is used for responding to a user operation to start an active component corresponding to the target application.
In some implementations, the user operates as any one of: the operation on a specific icon on the current interface, the operation on a specific area on the current interface and the specific operation on the current interface.
In some implementations, the display module 530 is specifically configured to: acquiring display parameters of a screen to be displayed through a movable component corresponding to a target application; and displaying the user interface of the target application according to the display parameters of the screen to be displayed through the movable component corresponding to the target application.
In some implementations, the screen to be displayed is a secondary display screen or a virtual display screen.
It is to be understood that apparatus embodiments and method embodiments may correspond to one another and that similar descriptions may refer to method embodiments. To avoid repetition, further description is omitted here. Specifically, the apparatus 500 shown in fig. 5 may execute the method embodiment corresponding to fig. 2, and the foregoing and other operations and/or functions of each module in the apparatus 500 are respectively for implementing corresponding flows in each method in fig. 2, and are not described herein again for brevity.
The apparatus 500 of the embodiments of the present application is described above in connection with the drawings from the perspective of functional modules. It should be understood that the functional modules may be implemented by hardware, by instructions in software, or by a combination of hardware and software modules. Specifically, the steps of the method embodiments in the present application may be implemented by integrated logic circuits of hardware in a processor and/or instructions in the form of software, and the steps of the method disclosed in conjunction with the embodiments in the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. Alternatively, the software modules may be located in random access memory, flash memory, read only memory, programmable read only memory, electrically erasable programmable memory, registers, and the like, as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps in the above method embodiments in combination with hardware thereof.
Fig. 6 is a schematic block diagram of an electronic device 600 provided in an embodiment of the present application.
As shown in fig. 6, the electronic device 600 may include:
a memory 610 and a processor 620, the memory 610 being configured to store a computer program and to transfer the program code to the processor 620. In other words, the processor 620 may call and execute a computer program from the memory 610 to implement the method in the embodiment of the present application.
For example, the processor 620 may be configured to perform the above-described method embodiments according to instructions in the computer program.
In some embodiments of the present application, the processor 620 may include, but is not limited to:
general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like.
In some embodiments of the present application, the memory 610 includes, but is not limited to:
volatile memory and/or non-volatile memory. The non-volatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of example, but not limitation, many forms of RAM are available, such as Static random access memory (Static RAM, SRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic random access memory (Synchronous DRAM, SDRAM), Double Data Rate Synchronous Dynamic random access memory (DDR SDRAM), Enhanced Synchronous SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DR RAM).
In some embodiments of the present application, the computer program may be partitioned into one or more modules, which are stored in the memory 610 and executed by the processor 620 to perform the methods provided herein. The one or more modules may be a series of computer program instruction segments capable of performing certain functions, the instruction segments describing the execution of the computer program in the electronic device.
As shown in fig. 6, the electronic device may further include:
a transceiver 630, the transceiver 630 may be connected to the processor 620 or the memory 610.
The processor 620 may control the transceiver 630 to communicate with other devices, and specifically, may transmit information or data to the other devices or receive information or data transmitted by the other devices. The transceiver 630 may include a transmitter and a receiver. The transceiver 630 may further include one or more antennas.
It should be understood that the various components in the electronic device are connected by a bus system that includes a power bus, a control bus, and a status signal bus in addition to a data bus.
The present application also provides a computer storage medium having stored thereon a computer program which, when executed by a computer, enables the computer to perform the method of the above-described method embodiments. In other words, the present application also provides a computer program product containing instructions, which when executed by a computer, cause the computer to execute the method of the above method embodiments.
When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. The procedures or functions described in accordance with the embodiments of the present application occur, in whole or in part, when the computer program instructions are loaded and executed on a computer. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored on a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website, computer, server, or data center to another website, computer, server, or data center via wire (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that includes one or more of the available media. The usable medium may be a magnetic medium (e.g., a floppy disk, a hard disk, a magnetic tape), an optical medium (e.g., a Digital Video Disk (DVD)), or a semiconductor medium (e.g., a Solid State Disk (SSD)), among others.
Those of ordinary skill in the art will appreciate that the various illustrative modules and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the module is merely a logical division, and other divisions may be realized in practice, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. For example, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and all the changes or substitutions should be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.
Claims (10)
1. An interface display method, comprising:
acquiring display parameters of a screen to be displayed of a target application;
updating default display parameters corresponding to the target application into the display parameters of the screen to be displayed;
and displaying the user interface of the target application according to the display parameters of the screen to be displayed.
2. The method according to claim 1, wherein the obtaining of the display parameters of the screen to be displayed of the target application comprises:
when the movable component corresponding to the target application is started, acquiring the identifier of the screen to be displayed;
and acquiring the display parameters of the screen to be displayed according to the identifier of the screen to be displayed.
3. The method of claim 2, comprising:
acquiring user operation;
responding to the user operation to start an activity component corresponding to the target application.
4. The method of claim 3, wherein the user action is any of: the method comprises the steps of operating a specific icon on a current interface, operating a specific area on the current interface and operating a specific icon on the current interface.
5. The method according to any one of claims 1 to 4, wherein the displaying the user interface of the target application according to the display parameters of the screen to be displayed comprises:
acquiring display parameters of the screen to be displayed through a movable component corresponding to the target application;
and displaying the user interface of the target application according to the display parameters of the screen to be displayed through the movable component corresponding to the target application.
6. The method according to any one of claims 1 to 4, wherein the screen to be displayed is a secondary display screen or a virtual display screen.
7. An interface display device, comprising:
the first acquisition module is used for acquiring display parameters of a screen to be displayed of a target application;
the updating module is used for updating the default display parameters corresponding to the target application into the display parameters of the screen to be displayed;
and the display module is used for displaying the user interface of the target application according to the display parameters of the screen to be displayed.
8. An electronic device, comprising:
a processor and a memory for storing a computer program, the processor for invoking and executing the computer program stored in the memory to perform the method of any one of claims 1 to 6.
9. A computer-readable storage medium for storing a computer program which causes a computer to perform the method of any one of claims 1 to 6.
10. A computer program product comprising computer programs/instructions, characterized in that the computer programs/instructions, when executed by a processor, implement the method according to any of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111562427.7A CN114265653A (en) | 2021-12-20 | 2021-12-20 | Interface display method, device, equipment, storage medium and program product |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111562427.7A CN114265653A (en) | 2021-12-20 | 2021-12-20 | Interface display method, device, equipment, storage medium and program product |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114265653A true CN114265653A (en) | 2022-04-01 |
Family
ID=80828079
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111562427.7A Pending CN114265653A (en) | 2021-12-20 | 2021-12-20 | Interface display method, device, equipment, storage medium and program product |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114265653A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117149340A (en) * | 2023-10-30 | 2023-12-01 | 北京小米移动软件有限公司 | USIM card application interface display method and device and electronic equipment |
CN117290047A (en) * | 2023-11-27 | 2023-12-26 | 深圳市微克科技有限公司 | GUI display acceleration control method, system and storage medium on wearable product |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109167875A (en) * | 2018-07-20 | 2019-01-08 | 重庆宝力优特科技有限公司 | Interface display method, electronic equipment and computer readable storage medium |
CN109992227A (en) * | 2018-01-03 | 2019-07-09 | 中兴通讯股份有限公司 | User interface display control method, device, terminal and computer storage medium |
CN113515225A (en) * | 2020-04-10 | 2021-10-19 | Oppo广东移动通信有限公司 | Display control method, device and storage medium |
-
2021
- 2021-12-20 CN CN202111562427.7A patent/CN114265653A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109992227A (en) * | 2018-01-03 | 2019-07-09 | 中兴通讯股份有限公司 | User interface display control method, device, terminal and computer storage medium |
CN109167875A (en) * | 2018-07-20 | 2019-01-08 | 重庆宝力优特科技有限公司 | Interface display method, electronic equipment and computer readable storage medium |
CN113515225A (en) * | 2020-04-10 | 2021-10-19 | Oppo广东移动通信有限公司 | Display control method, device and storage medium |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117149340A (en) * | 2023-10-30 | 2023-12-01 | 北京小米移动软件有限公司 | USIM card application interface display method and device and electronic equipment |
CN117149340B (en) * | 2023-10-30 | 2024-02-06 | 北京小米移动软件有限公司 | USIM card application interface display method and device and electronic equipment |
CN117290047A (en) * | 2023-11-27 | 2023-12-26 | 深圳市微克科技有限公司 | GUI display acceleration control method, system and storage medium on wearable product |
CN117290047B (en) * | 2023-11-27 | 2024-04-30 | 深圳市微克科技股份有限公司 | GUI display acceleration control method, system and storage medium on wearable product |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20210132779A1 (en) | Electronic device and method for configuring display thereof | |
US10547890B2 (en) | Apparatus and method for displaying user interface | |
CN110035180B (en) | Card display method, device, terminal and storage medium | |
US20170235435A1 (en) | Electronic device and method of application data display therefor | |
KR20200097320A (en) | User interface display method, apparatus, device and storage medium | |
US10732793B2 (en) | Apparatus and method for providing information via portion of display | |
EP3335411B1 (en) | Electronic device and method of managing application programs thereof | |
CN110168487B (en) | Touch control method and device | |
CN111247510B (en) | Display method of application window and terminal | |
US20160004425A1 (en) | Method of displaying graphic user interface and electronic device implementing same | |
US10798153B2 (en) | Terminal apparatus and server and method of controlling the same | |
KR20150071252A (en) | Method and apparatus for controlling a composition of a picture in electronic device | |
US9875109B2 (en) | Method and apparatus for generating user adaptive application in mobile terminal | |
US10235030B2 (en) | Electronic device and user interface display method for the same | |
CN114265653A (en) | Interface display method, device, equipment, storage medium and program product | |
US20150242076A1 (en) | Method of editing one or more objects and apparatus for same | |
WO2018176297A1 (en) | Multi-window displaying apparatus and method and mobile electronic equipment | |
KR102203130B1 (en) | Method for controlling an use of sim card and an electronic device thereof | |
TW201926968A (en) | Program and information processing method and information processing device capable of easily changing choice of content to be transmitted | |
US20150325254A1 (en) | Method and apparatus for displaying speech recognition information | |
US20150293691A1 (en) | Electronic device and method for selecting data on a screen | |
CN112528177A (en) | Method for connecting waiting page switching content pages, electronic equipment and storage medium | |
US10303351B2 (en) | Method and apparatus for notifying of content change | |
CN110427135B (en) | Method, device, terminal and storage medium for determining application call | |
CN113050936A (en) | Front-end data processing method and device based on integrated development environment |
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 |