CN107193716B - Resource occupation display method and device - Google Patents

Resource occupation display method and device Download PDF

Info

Publication number
CN107193716B
CN107193716B CN201710278742.4A CN201710278742A CN107193716B CN 107193716 B CN107193716 B CN 107193716B CN 201710278742 A CN201710278742 A CN 201710278742A CN 107193716 B CN107193716 B CN 107193716B
Authority
CN
China
Prior art keywords
resource occupation
information
application
page application
resource
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.)
Active
Application number
CN201710278742.4A
Other languages
Chinese (zh)
Other versions
CN107193716A (en
Inventor
许胜华
骆艳飞
祁连山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201710278742.4A priority Critical patent/CN107193716B/en
Publication of CN107193716A publication Critical patent/CN107193716A/en
Application granted granted Critical
Publication of CN107193716B publication Critical patent/CN107193716B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/328Computer systems status display
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04812Interaction techniques based on cursor appearance or behaviour, e.g. being affected by the presence of displayed objects

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure relates to a resource occupation display method and device. The method comprises the following steps: acquiring resource occupation information of a current display page application; determining display parameters of the current display page application according to the resource occupation information; and adjusting the display state of the current display page application according to the display parameters. According to the technical scheme, the display state of the foreground application is adjusted according to the resource occupation condition of the current display page application (namely, the foreground application), for example, the background color of a status bar of the foreground application is adjusted. Therefore, the user can conveniently, intuitively and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.

Description

Resource occupation display method and device
Technical Field
The disclosure relates to the technical field of terminal operating system interface interaction, in particular to a resource occupation display method and device.
Background
At present, some terminal operating system management application programs can easily know the resource occupation condition of the application by calling an interface provided by a system. However, these applications cannot show the resource occupancy of the foreground application in real time unless the user enters the applications for a query. For example, when a user uses the application of the WeChat, if the user wants to know the current memory occupation or the power consumption of the WeChat in the past 5 minutes, the user needs to enter the interface of the system management application programs to inquire.
Disclosure of Invention
The embodiment of the disclosure provides a resource occupation display method and device. The technical scheme is as follows:
according to a first aspect of the embodiments of the present disclosure, a resource occupation display method is provided, including:
acquiring resource occupation information of a current display page application;
determining display parameters of the current display page application according to the resource occupation information;
and adjusting the display state of the current display page application according to the display parameters.
Optionally, the obtaining resource occupation information of the current display page application includes:
acquiring application information of the current display page application, wherein the application information at least comprises: an application identifier;
acquiring resource occupation information of the current display page application according to the application identifier, wherein the resource occupation information comprises at least one of the following information: memory occupation information, power consumption information and network flow use information.
Optionally, the determining, according to the resource occupation information, the display parameter of the current display page application includes:
calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the corresponding weight value;
and determining a display parameter corresponding to the resource occupation value.
Optionally, the display parameter includes a background color of a status bar of the currently displayed page application;
the determining the display parameter corresponding to the resource occupation value includes:
inquiring the resource occupation level corresponding to the resource occupation value;
and acquiring the background color of the status bar corresponding to the resource occupation level.
Optionally, the method further includes:
displaying the to-be-selected option corresponding to each item of resource occupation information on a setting interface;
and determining resource occupation information for calculating a resource occupation value corresponding to the current displayed page application according to the selected operation of the to-be-selected option.
Optionally, the method further includes:
displaying a weight value input box corresponding to each item of resource occupation information on a setting interface;
and determining the weight value corresponding to each item of resource occupation information according to the input number of the weight value input box.
Optionally, the method further includes:
displaying a resource occupation value input box corresponding to each resource occupation grade on a setting interface;
and determining the resource occupation value range corresponding to each resource occupation grade according to the input number of the resource occupation value input box.
Optionally, the method further includes:
displaying a background color option of a status bar corresponding to each resource occupation level on a setting interface;
and determining the background color of the status bar corresponding to each resource occupation level according to the selection operation of the background color option of the status bar.
According to a second aspect of the embodiments of the present disclosure, there is provided a resource occupation display device, including:
the acquisition module is used for acquiring resource occupation information of the current display page application;
the first determining module is used for determining the display parameters of the current display page application according to the resource occupation information acquired by the acquiring module;
and the adjusting module is used for adjusting the display state of the current display page application according to the display parameters determined by the first determining module.
Optionally, the obtaining module includes:
a first obtaining sub-module, configured to obtain application information of the current display page application, where the application information at least includes: an application identifier;
a second obtaining sub-module, configured to obtain resource occupation information of the current display page application according to the application identifier obtained by the first obtaining sub-module, where the resource occupation information includes at least one of the following information: memory occupation information, power consumption information and network flow use information.
Optionally, the first determining module includes:
the calculation submodule is used for calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the corresponding weight value;
and the determining submodule is used for determining the display parameters corresponding to the resource occupation values calculated by the calculating submodule.
Optionally, the display parameter includes a background color of a status bar of the currently displayed page application; the determining submodule is used for inquiring the resource occupation level corresponding to the resource occupation value calculated by the calculating submodule; and acquiring the background color of the status bar corresponding to the resource occupation level.
Optionally, the apparatus further comprises:
the first display module is used for displaying the to-be-selected option corresponding to each item of resource occupation information on the setting interface;
and the second determination module is used for determining the resource occupation information used for calculating the resource occupation value corresponding to the current display page application according to the selected operation of the to-be-selected option displayed by the first display module.
Optionally, the apparatus further comprises:
the second display module is used for displaying a weight value input box corresponding to each item of resource occupation information on a setting interface;
and the third determining module is used for determining the weight value corresponding to each item of resource occupation information according to the input number of the weight value input box displayed by the second display module.
Optionally, the apparatus further comprises:
the third display module is used for displaying a resource occupation value input box corresponding to each resource occupation grade on a setting interface;
and the fourth determining module is used for determining the resource occupation value range corresponding to each resource occupation grade according to the input number of the resource occupation value input box displayed by the third display module.
Optionally, the apparatus further comprises:
the fourth display module is used for displaying the background color options of the status bar corresponding to each resource occupation grade on the setting interface;
and the fifth determining module is used for determining the background color of the status bar corresponding to each resource occupation level according to the selection operation of the background color option of the status bar displayed by the fourth display module.
According to a third aspect of the embodiments of the present disclosure, there is provided a resource occupation display device, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring resource occupation information of a current display page application;
determining display parameters of the current display page application according to the resource occupation information;
and adjusting the display state of the current display page application according to the display parameters.
According to a fourth aspect of embodiments of the present disclosure, there is provided a computer readable storage medium having stored thereon computer instructions which, when executed by a processor, implement the steps of the above-described method.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
in this embodiment, the display state of the foreground application, such as adjusting the background color of the status bar of the foreground application, is adjusted according to the resource occupation of the currently displayed page application (i.e., the foreground application). Therefore, the user can conveniently, intuitively and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
In another embodiment, the resource occupation condition of the foreground application can be obtained in real time by means of a software development kit of the terminal operating system, and the display state of the foreground application is adjusted in real time according to the resource occupation condition of the foreground application. Therefore, the user can intuitively, accurately and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
In another embodiment, the resource occupation value of the foreground application is calculated according to the occupation condition of the foreground application to each resource of the system, so that the resource occupation condition of each foreground application can be more accurately and conveniently counted, a user is more accurately and quickly informed of the resource occupation condition of the foreground application through the display state of the foreground application, and the use experience of the user on the terminal is improved.
In another embodiment, the resource occupation level is divided, and the background color of the status bar of the foreground application is adjusted to the color corresponding to the level, so that the user can more clearly and intuitively know the current resource occupation condition of the foreground application, and when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
In another embodiment, the user can set the resource occupation information item for calculating the resource occupation value, the weight value of each resource occupation information item, the resource occupation value range corresponding to each level of resource occupation level, and the status bar background color corresponding to each level of resource occupation level according to the self requirement, so that the status bar background color is adjusted more humanized according to the foreground application resource occupation condition, and the user experience degree on the terminal is better.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a flowchart illustrating a resource occupation display method according to an exemplary embodiment.
Fig. 2 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
Fig. 3 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
Fig. 4 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
Fig. 5 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
FIG. 6 is a schematic diagram of a setup interface shown in accordance with an exemplary embodiment.
Fig. 7 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
FIG. 8 is a setting interface diagram shown in accordance with another exemplary embodiment.
Fig. 9 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
FIG. 10 is a schematic diagram of a setup interface shown in accordance with another exemplary embodiment.
Fig. 11 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment.
FIG. 12 is a setting interface diagram shown in accordance with another exemplary embodiment.
Fig. 13 is a block diagram illustrating a resource occupation display apparatus according to an exemplary embodiment.
FIG. 14 is a block diagram illustrating an acquisition module according to an example embodiment.
FIG. 15 is a block diagram illustrating a first determination module according to an example embodiment.
Fig. 16 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment.
Fig. 17 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment.
Fig. 18 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment.
Fig. 19 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment.
FIG. 20 is a block diagram illustrating an apparatus for resource occupancy display in accordance with an example embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The technical scheme provided by the embodiment of the disclosure relates to a terminal, and the display state of foreground application is adjusted according to the resource occupation condition of the current display page application (namely foreground application), for example, the background color of a status bar of the foreground application is adjusted, so that a user can conveniently and visually know the resource occupation condition of the foreground application without entering an operating system management application program for inquiry.
The terminal can be any device with image recognition function, such as a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant and the like.
Fig. 1 is a flowchart illustrating a resource occupation display method according to an exemplary embodiment, where the resource occupation display method is used in a terminal, as shown in fig. 1, and includes the following steps S11-S13:
in step S11, acquiring resource occupation information of the current display page application;
in step S12, determining display parameters of the current display page application according to the resource occupation information;
in step S13, the display state of the currently displayed page application is adjusted according to the display parameters.
Wherein the theme of some applications may be full screen, or the application itself has the function of changing the background color of its status bar, the user may choose to turn off the full screen theme of the application or mask its function of changing its status bar background color.
When a user opens a certain application program in the foreground, the terminal can monitor the resource occupation condition of the application program in real time in the background, and adjust the display state of the application program according to the resource occupation condition of the application program.
In this embodiment, the display state of the foreground application, such as adjusting the background color of the status bar of the foreground application, is adjusted according to the resource occupation of the currently displayed page application (i.e., the foreground application). Therefore, the user can conveniently, intuitively and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
Fig. 2 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment, and as shown in fig. 2, in another embodiment, acquiring resource occupation information of a current presentation page application includes the following steps S21-S22:
in step S21, application information of the current page application is obtained, where the application information at least includes: an application identifier;
in step S22, resource occupation information of the current page application is obtained according to the application identifier, where the resource occupation information includes at least one of the following information: memory occupation information, power consumption information and network flow use information.
For example, the operating system of the terminal is an android operating system, and by means of an android dedicated software development toolkit, the identifier of the current display page application (i.e., foreground application) can be obtained, including an application name, a package name, and the like. Through the identifier of the foreground application, the resource occupation information of the foreground application can be further obtained, including: at least one item of foreground application occupation information such as memory occupation information, power consumption information, network flow use information and the like to the system resource.
In this embodiment, with the help of the software development kit of the terminal operating system, the resource occupation condition of the foreground application can be obtained in real time, and the display state of the foreground application is adjusted in real time according to the resource occupation condition of the foreground application. Therefore, the user can intuitively, accurately and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
Fig. 3 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment, and as shown in fig. 3, in another embodiment, determining display parameters of a current presentation page application according to resource occupation information includes the following steps S31-S32:
in step S31, calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the weight value corresponding thereto;
in step S32, a display parameter corresponding to the resource occupation value is determined.
For example, in step S31, the resource occupancy information used for calculating the foreground application resource occupancy value includes: memory occupancy rate, power consumption and network flow, wherein the weight value corresponding to each resource occupancy information is respectively as follows: 0.5, 0.3 and 0.2. The resource occupation value X of the foreground application is calculated according to the following formula:
X=A×0.5+B×0.3+C×0.2,
wherein, a is the memory occupancy rate of the foreground application in a preset time period, B is the power consumption of the foreground application in the preset time period, and C is the network traffic of the foreground application in the preset time period.
For another example, in step S31, the resource occupancy information used for calculating the foreground application resource occupancy value includes: memory occupancy rate and power consumption, the weight value corresponding to each resource occupancy information is respectively: 0.5 and 0.5. The resource occupation value X of the foreground application is calculated according to the following formula:
X=A×0.5+B×0.5,
wherein, a is the memory occupancy rate of the foreground application in a preset time period, and B is the power consumption of the foreground application in the preset time period.
In addition, because each item of resource occupation information applied by the foreground has different dimensions and dimension units, the resource occupation information such as memory occupancy rate, power consumption, network flow and the like can be normalized and calculated in advance, each item of resource occupation information is unified to the same order of magnitude, and then the resource occupation value applied by the foreground is calculated. For example, the resource occupation information items are unified to be in the range of 0-100, and the calculated resource occupation value is also in the range of 0-100.
The resource occupation information used for calculating the resource occupation value applied by the foreground and the weight value corresponding to each resource occupation information can be set by the user according to the requirement of the user, and a default calculation formula can be provided for the user.
In this embodiment, the resource occupation value of the foreground application is calculated according to the occupation situation of the foreground application to each resource of the system, so that the resource occupation situation of each foreground application can be counted more accurately and conveniently, the resource occupation situation of the foreground application is informed to the user more accurately and quickly through the display state of the foreground application, and the user experience of the user on the terminal is improved.
FIG. 4 is a flowchart illustrating a resource occupancy display method in accordance with another exemplary embodiment, as shown in FIG. 4, in which the display parameters include a status bar background color of the currently exposed page application; determining display parameters corresponding to the resource occupation values, including the following steps S41-S42:
in step S41, a resource occupancy level corresponding to the resource occupancy value is queried;
in step S42, the background color of the status bar corresponding to the resource occupancy level is acquired.
For example, the resource occupancy levels are divided into three levels, high, medium, and low, each level for a corresponding status bar background color. When the resource occupation level is high, the background color of the status bar is black; when the resource occupation level is middle, the background color of the status bar is red; when the resource occupation level is low, the background color of the status bar is green. Therefore, the background color of the status bar corresponding to the foreground application can be determined according to the resource occupation value.
In the embodiment, the resource occupation levels are divided, and the background color of the status bar of the foreground application is adjusted to the color corresponding to the levels, so that the user can more clearly and intuitively know the current resource occupation condition of the foreground application, and when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
Fig. 5 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment, and as shown in fig. 5, in another embodiment, the method further includes the following steps S51-S52:
in step S51, displaying a to-be-selected option corresponding to each item of resource occupation information on a setting interface;
in step S52, resource occupation information used for calculating a resource occupation value corresponding to the application of the current display page is determined according to the selection operation of the to-be-selected option.
FIG. 6 is a schematic diagram of a setup interface shown in accordance with an exemplary embodiment. As shown in fig. 6, in the setting interface 61, three items of resource occupation information, namely, a memory occupancy 62, a power consumption 63 and a network traffic 64, are displayed, a selection box is provided on the right side of each item of resource occupation information, and when a user selects one item of resource occupation information, such as the selected memory occupancy 62, a "■" is displayed in the memory occupancy selection box, which indicates that the resource occupation information is selected, and the memory occupancy is used for calculating a resource occupation value corresponding to a foreground application. The user can select the corresponding resource occupation information item according to the attention degree of the user to different resources, so as to adjust the display state of the foreground application according to the resource occupation information.
Fig. 7 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment, and as shown in fig. 7, in another embodiment, the method further includes the following steps S71-S72:
in step S71, displaying a weight value input box corresponding to each item of resource occupation information on a setting interface;
in step S72, a weight value corresponding to each item of resource occupation information is determined according to the input number of the weight value input box.
FIG. 8 is a setting interface diagram shown in accordance with another exemplary embodiment. As shown in fig. 8, in the setting interface 81, a weight value input box 82 corresponding to the memory occupancy rate is displayed, and the user may input a weight value smaller than 1, such as 0.5, in the input box 82. If the user only selects one item of resource occupation information to judge whether to adjust the display state of the foreground application, the weight value of the resource occupation information can be automatically set to 1.
And whether the sum of the weight values corresponding to each resource occupation information is 1 or not can be automatically calculated, namely, the user is helped to check whether the input weight values are wrong or not. In addition, the weight value setting and the selection of the resource occupation information can be in the same interface, and a user can simultaneously complete the selection of the resource occupation information and the setting of the weight value of each resource occupation information.
Fig. 9 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment, and as shown in fig. 9, in another embodiment, the method further includes the following steps S91-S92:
in step S91, displaying a resource occupation value input box corresponding to each resource occupation level on the setting interface;
in step S92, a resource occupancy value range corresponding to each resource occupancy level is determined according to the input number of the resource occupancy value input box.
FIG. 10 is a schematic diagram of a setup interface shown in accordance with another exemplary embodiment. As shown in fig. 10, in the setting interface 101, a plurality of resource occupation levels are displayed, and a user can set a resource occupation value range corresponding to each resource occupation level as needed, for example, the resource occupation value is any value between 0 and 100, and three resource occupation levels can be set: high, medium, low. When the resource occupation value is between 80 and 100, the resource occupation level is high; when the resource occupation value is between 50 and 80, the resource occupation level is middle; when the resource occupancy value is between 0-50, the resource occupancy level is low.
Fig. 11 is a flowchart illustrating a resource occupation display method according to another exemplary embodiment, and as shown in fig. 11, in another embodiment, the method further includes the following steps S111-S112:
in step S111, displaying a status bar background color option corresponding to each resource occupation level on a setting interface;
in step S112, the status bar background color corresponding to each resource occupation level is determined according to the selection operation on the status bar background color option.
FIG. 12 is a setting interface diagram shown in accordance with another exemplary embodiment. As shown in fig. 12, in the setting interface 121, a status bar background color option corresponding to each resource occupation level is displayed. For example, when the user clicks the status bar background color option 122 with the resource occupancy level of "high", a plurality of color blocks are displayed in the pull-down menu, and the user may select one of the colors as the status bar background color corresponding to the resource occupancy level of "high".
In addition, the resource occupation value range and the background color of the status bar corresponding to each resource occupation level can be set in the same setting interface. Display parameters of foreground applications other than status bar background color may also be provided for user settings, such as status bar dithering or blinking, and so forth.
In the above embodiment, the user can set the resource occupation information item for calculating the resource occupation value, the weight value of each resource occupation information item, the resource occupation value range corresponding to each level of resource occupation level, and the status bar background color corresponding to each level of resource occupation level according to the own needs, so that the status bar background color is adjusted according to the foreground application resource occupation condition more humanized, and the user experience degree on the terminal is better.
The following are embodiments of the disclosed apparatus that may be used to perform embodiments of the disclosed methods.
Fig. 13 is a block diagram illustrating a resource occupation display device, which may be implemented as part or all of an electronic device by software, hardware, or a combination of both, according to an exemplary embodiment. As shown in fig. 13, the resource occupation display device includes:
an obtaining module 131, configured to obtain resource occupation information of a current display page application;
the first determining module 132 is configured to determine a display parameter of the currently displayed page application according to the resource occupation information acquired by the acquiring module 131;
the adjusting module 133 is configured to adjust the display state of the current display page application according to the display parameter determined by the first determining module 132.
Wherein the theme of some applications may be full screen, or the application itself has the function of changing the background color of its status bar, the user may choose to turn off the full screen theme of the application or mask its function of changing its status bar background color.
When a user opens a certain application program in the foreground, the terminal can monitor the resource occupation condition of the application program in real time in the background, and adjust the display state of the application program according to the resource occupation condition of the application program.
In this embodiment, the display state of the foreground application, such as adjusting the background color of the status bar of the foreground application, is adjusted according to the resource occupation of the currently displayed page application (i.e., the foreground application). Therefore, the user can conveniently, intuitively and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
Fig. 14 is a block diagram illustrating an acquisition module according to an exemplary embodiment, and as shown in fig. 14, in another embodiment, the acquisition module 131 includes:
the first obtaining sub-module 141 is configured to obtain application information of the current page application, where the application information at least includes: an application identifier;
the second obtaining sub-module 142 is configured to obtain resource occupation information of the current display page application according to the application identifier obtained by the first obtaining sub-module 141, where the resource occupation information includes at least one of the following information: memory occupation information, power consumption information and network flow use information.
For example, the operating system of the terminal is an android operating system, and by means of an android dedicated software development toolkit, the identifier of the current display page application (i.e., foreground application) can be obtained, including an application name, a package name, and the like. Through the identifier of the foreground application, the resource occupation information of the foreground application can be further obtained, including: at least one item of foreground application occupation information such as memory occupation information, power consumption information, network flow use information and the like to the system resource.
In this embodiment, with the help of the software development kit of the terminal operating system, the resource occupation condition of the foreground application can be obtained in real time, and the display state of the foreground application is adjusted in real time according to the resource occupation condition of the foreground application. Therefore, the user can intuitively, accurately and real-timely know the resource occupation condition of foreground application without entering an operating system management application program for inquiring; when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
In another embodiment, the resource occupancy information includes at least one of: memory occupation information, power consumption information and network flow use information.
FIG. 15 is a block diagram illustrating a first determination module according to an exemplary embodiment, and as shown in FIG. 15, in another embodiment, the first determination module 132 includes:
the calculating submodule 151 is configured to calculate a resource occupation value corresponding to the current display page application according to each resource occupation information and the weight value corresponding to the resource occupation information;
the determining sub-module 152 is configured to determine a display parameter corresponding to the resource occupation value calculated by the calculating sub-module 151.
For example, in step S31, the resource occupancy information used for calculating the foreground application resource occupancy value includes: memory occupancy rate, power consumption and network flow, wherein the weight value corresponding to each resource occupancy information is respectively as follows: 0.5, 0.3 and 0.2. The resource occupation value X of the foreground application is calculated according to the following formula:
X=A×0.5+B×0.3+C×0.2,
wherein, a is the memory occupancy rate of the foreground application in a preset time period, B is the power consumption of the foreground application in the preset time period, and C is the network traffic of the foreground application in the preset time period.
For another example, in step S31, the resource occupancy information used for calculating the foreground application resource occupancy value includes: memory occupancy rate and power consumption, the weight value corresponding to each resource occupancy information is respectively: 0.5 and 0.5. The resource occupation value X of the foreground application is calculated according to the following formula:
X=A×0.5+B×0.5,
wherein, a is the memory occupancy rate of the foreground application in a preset time period, and B is the power consumption of the foreground application in the preset time period.
In addition, because each item of resource occupation information applied by the foreground has different dimensions and dimension units, the resource occupation information such as memory occupancy rate, power consumption, network flow and the like can be normalized and calculated in advance, each item of resource occupation information is unified to the same order of magnitude, and then the resource occupation value applied by the foreground is calculated. For example, the resource occupation information items are unified to be in the range of 0-100, and the calculated resource occupation value is also in the range of 0-100.
The resource occupation information used for calculating the resource occupation value applied by the foreground and the weight value corresponding to each resource occupation information can be set by the user according to the requirement of the user, and a default calculation formula can be provided for the user.
In this embodiment, the resource occupation value of the foreground application is calculated according to the occupation situation of the foreground application to each resource of the system, so that the resource occupation situation of each foreground application can be counted more accurately and conveniently, the resource occupation situation of the foreground application is informed to the user more accurately and quickly through the display state of the foreground application, and the user experience of the user on the terminal is improved.
In another embodiment, the display parameters include a status bar background color of the currently exposed page application; the determining submodule 152 is used for inquiring the resource occupation level corresponding to the resource occupation value calculated by the calculating submodule; and acquiring the background color of the status bar corresponding to the resource occupation level.
For example, the resource occupancy levels are divided into three levels, high, medium, and low, each level for a corresponding status bar background color. When the resource occupation level is high, the background color of the status bar is black; when the resource occupation level is middle, the background color of the status bar is red; when the resource occupation level is low, the background color of the status bar is green. Therefore, the background color of the status bar corresponding to the foreground application can be determined according to the resource occupation value.
In the embodiment, the resource occupation levels are divided, and the background color of the status bar of the foreground application is adjusted to the color corresponding to the levels, so that the user can more clearly and intuitively know the current resource occupation condition of the foreground application, and when the system resource occupation is overhigh and the system running speed is slowed down, the user can limit or close the foreground application in time according to the resource occupation condition of the foreground application; the user experience degree of the terminal is further improved.
Fig. 16 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment, as shown in fig. 16, in another embodiment, the apparatus further includes:
the first display module 161 is configured to display a to-be-selected option corresponding to each resource occupation information on a setting interface;
the second determining module 162 is configured to determine, according to the operation of selecting the option to be selected displayed by the first displaying module 161, resource occupation information used for calculating a resource occupation value corresponding to the currently displayed page application.
FIG. 6 is a schematic diagram of a setup interface shown in accordance with an exemplary embodiment. As shown in fig. 6, three items of resource occupation information, namely, a memory occupancy rate 62, a power consumption 63 and a network traffic 64, are displayed in the setting interface 61, a check box is provided on the right side of each item of resource occupation information, and when a user selects one item of resource occupation information, such as the selected memory occupancy rate 62, a "√" symbol is displayed in the memory occupancy rate check box, which indicates that the resource occupation information is selected, the memory occupancy rate is used for calculating the resource occupation value corresponding to the foreground application. The user can select the corresponding resource occupation information item according to the attention degree of the user to different resources, so as to adjust the display state of the foreground application according to the resource occupation information.
Fig. 17 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment, as shown in fig. 17, in another embodiment, the apparatus further includes:
the second display module 171 is configured to display a weight value input box corresponding to each item of resource occupation information on a setting interface;
a third determining module 172, configured to determine a weight value corresponding to each item of resource occupation information according to the input number of the weight value input box displayed by the second displaying module 171.
FIG. 8 is a setting interface diagram shown in accordance with another exemplary embodiment. As shown in fig. 8, in the setting interface 81, a weight value input box 82 corresponding to the memory occupancy rate is displayed, and the user may input a weight value smaller than 1 in the input box 82 (if the user only selects one item of resource occupancy information to determine whether to adjust the display state of the foreground application, the weight value of the resource occupancy information may be automatically set to 1).
And whether the sum of the weight values corresponding to each resource occupation information is 1 or not can be automatically calculated, namely, the user is helped to check whether the input weight values are wrong or not. In addition, the weight value setting and the selection of the resource occupation information can be in the same interface, and a user can simultaneously complete the selection of the resource occupation information and the setting of the weight value of each resource occupation information.
Fig. 18 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment, and as shown in fig. 18, in another embodiment, the apparatus further includes:
the third display module 181 is configured to display a resource occupation value input box corresponding to each resource occupation level on the setting interface;
a fourth determining module 182, configured to determine, according to the input number of the resource occupation value input box displayed by the third displaying module 181, a resource occupation value range corresponding to each resource occupation level.
FIG. 10 is a schematic diagram of a setup interface shown in accordance with another exemplary embodiment. As shown in fig. 10, in the setting interface 101, a plurality of resource occupation levels are displayed, and a user can set a resource occupation value range corresponding to each resource occupation level as needed, for example, the resource occupation value is any value between 0 and 100, and three resource occupation levels can be set: high, medium, low. When the resource occupation value is between 80 and 100, the resource occupation level is high; when the resource occupation value is between 50 and 80, the resource occupation level is middle; when the resource occupancy value is between 0-50, the resource occupancy level is low.
Fig. 19 is a block diagram illustrating a resource occupation display apparatus according to another exemplary embodiment, which further includes, as shown in fig. 19, in another embodiment:
the fourth display module 191 is configured to display, on the setting interface, a status bar background color option corresponding to each resource occupation level;
a fifth determining module 192, configured to determine, according to the selection operation on the status bar background color option displayed by the fourth displaying module 191, the status bar background color corresponding to each resource occupation level.
FIG. 12 is a setting interface diagram shown in accordance with another exemplary embodiment. As shown in fig. 12, in the setting interface 121, a status bar background color option 122 corresponding to each resource occupation level is displayed. For example, when the user clicks the status bar background color option 122a with the resource occupancy level of "high", a plurality of color patches are displayed in the pull-down menu, and the user may select one of the colors as the status bar background color corresponding to the resource occupancy level of "high".
In addition, the resource occupation value range and the background color of the status bar corresponding to each resource occupation level can be set in the same setting interface. Display parameters of foreground applications other than status bar background color may also be provided for user settings, such as status bar dithering or blinking, and so forth.
In the above embodiment, the user can set the resource occupation information item for calculating the resource occupation value, the weight value of each resource occupation information item, the resource occupation value range corresponding to each level of resource occupation level, and the status bar background color corresponding to each level of resource occupation level according to the own needs, so that the status bar background color is adjusted according to the foreground application resource occupation condition more humanized, and the user experience degree on the terminal is better.
The present disclosure also provides a resource occupation display device, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring resource occupation information of a current display page application;
determining display parameters of the current display page application according to the resource occupation information;
and adjusting the display state of the current display page application according to the display parameters.
Fig. 20 is a block diagram illustrating an apparatus for resource occupation display, which is suitable for a terminal device, according to an example embodiment. For example, the apparatus 1700 may be a video camera, a sound recording device, a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Apparatus 1700 may include one or more of the following components: processing component 1702, memory 1704, power component 1706, multimedia component 1708, audio component 1710, input/output (I/O) interface 1712, sensor component 1714, and communications component 1716.
The processing component 1702 generally controls the overall operation of the apparatus 1700, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. Processing component 1702 may include one or more processors 1720 to execute instructions to perform all or a portion of the steps of the above-described method. Further, processing component 1702 may include one or more modules that facilitate interaction between processing component 1702 and other components. For example, processing component 1702 may include a multimedia module to facilitate interaction between multimedia component 1708 and processing component 1702.
The memory 1704 is configured to store various types of data to support operations at the apparatus 1700. Examples of such data include instructions for any application or method operating on the apparatus 1700, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 1704 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 1706 provides power to the various components of the device 1700. The power components 1706 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the apparatus 1700.
The multimedia component 1708 includes a screen providing an output interface between the device 1700 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 1708 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the apparatus 1700 is in an operation mode, such as a photographing mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
Audio component 1710 is configured to output and/or input audio signals. For example, audio component 1710 includes a Microphone (MIC) configured to receive external audio signals when apparatus 1700 is in an operating mode, such as a call mode, a record mode, and a voice recognition mode. The received audio signal may further be stored in the memory 1704 or transmitted via the communication component 1716. In some embodiments, audio component 1710 also includes a speaker for outputting audio signals.
The I/O interface 1712 provides an interface between the processing component 1702 and peripheral interface modules, such as a keyboard, click wheel, buttons, and the like. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 1714 includes one or more sensors for providing various aspects of state assessment for the apparatus 1700. For example, sensor assembly 1714 may detect an open/closed state of apparatus 1700, the relative positioning of components, such as a display and keypad of apparatus 1700, the change in position of apparatus 1700 or a component of apparatus 1700, the presence or absence of user contact with apparatus 1700, the orientation or acceleration/deceleration of apparatus 1700, and the change in temperature of apparatus 1700. The sensor assembly 1714 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact. The sensor assembly 1714 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 1714 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 1716 is configured to facilitate communications between the apparatus 1700 and other devices in a wired or wireless manner. The apparatus 1700 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 1716 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 1716 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 1700 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 1704 comprising instructions, executable by the processor 1720 of the apparatus 1700 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
A non-transitory computer readable storage medium having instructions therein which, when executed by a processor of an apparatus 1700, enable the apparatus 1700 to perform a method of resource occupancy display as described above, the method comprising:
acquiring resource occupation information of a current display page application;
determining display parameters of the current display page application according to the resource occupation information;
and adjusting the display state of the current display page application according to the display parameters.
Optionally, the obtaining resource occupation information of the current display page application includes:
acquiring application information of the current display page application, wherein the application information at least comprises: an application identifier;
acquiring resource occupation information of the current display page application according to the application identifier, wherein the resource occupation information comprises at least one of the following information: memory occupation information, power consumption information and network flow use information.
Optionally, the determining, according to the resource occupation information, the display parameter of the current display page application includes:
calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the corresponding weight value;
and determining a display parameter corresponding to the resource occupation value.
Optionally, the display parameter includes a background color of a status bar of the currently displayed page application;
the determining the display parameter corresponding to the resource occupation value includes:
inquiring the resource occupation level corresponding to the resource occupation value;
and acquiring the background color of the status bar corresponding to the resource occupation level.
Optionally, the method further includes:
displaying the to-be-selected option corresponding to each item of resource occupation information on a setting interface;
and determining resource occupation information for calculating a resource occupation value corresponding to the current displayed page application according to the selected operation of the to-be-selected option.
Optionally, the method further includes:
displaying a weight value input box corresponding to each item of resource occupation information on a setting interface;
and determining the weight value corresponding to each item of resource occupation information according to the input number of the weight value input box.
Optionally, the method further includes:
displaying a resource occupation value input box corresponding to each resource occupation grade on a setting interface;
and determining the resource occupation value range corresponding to each resource occupation grade according to the input number of the resource occupation value input box.
Optionally, the method further includes:
displaying a background color option of a status bar corresponding to each resource occupation level on a setting interface;
and determining the background color of the status bar corresponding to each resource occupation level according to the selection operation of the background color option of the status bar.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. A resource occupation display method is characterized by comprising the following steps:
displaying a resource occupation value input box corresponding to each resource occupation grade on a setting interface;
determining a resource occupation value range corresponding to each resource occupation grade according to the input number of the resource occupation value input box;
acquiring resource occupation information of a current display page application;
determining display parameters of the current display page application according to the resource occupation information, wherein the display parameters comprise a background color of a status bar of the current display page application, and the determining the display parameters of the current display page application according to the resource occupation information comprises: calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the corresponding weight value; inquiring the resource occupation level corresponding to the resource occupation value; acquiring a background color of a status bar corresponding to the resource occupation level;
and adjusting the display state of the current display page application according to the display parameters.
2. The method of claim 1, wherein the obtaining resource occupation information of the current page application comprises:
acquiring application information of the current display page application, wherein the application information at least comprises: an application identifier;
acquiring resource occupation information of the current display page application according to the application information, wherein the resource occupation information comprises at least one of the following information: memory occupation information, power consumption information and network flow use information.
3. The method of claim 1, further comprising:
displaying the to-be-selected option corresponding to each item of resource occupation information on a setting interface;
and determining resource occupation information for calculating a resource occupation value corresponding to the current displayed page application according to the selected operation of the to-be-selected option.
4. A resource occupation display device, comprising:
the acquisition module is used for acquiring resource occupation information of the current display page application;
the first determining module is used for determining the display parameters of the current display page application according to the resource occupation information acquired by the acquiring module; the display parameters comprise the background color of the status bar of the current display page application; the first determining module includes: the calculation submodule is used for calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the corresponding weight value; the determining submodule is used for inquiring the resource occupation level corresponding to the resource occupation value calculated by the calculating submodule; acquiring a background color of a status bar corresponding to the resource occupation level;
the adjusting module is used for adjusting the display state of the current display page application according to the display parameters determined by the first determining module;
displaying a resource occupation value input box corresponding to each resource occupation level on a setting interface; and determining the range of the resource occupation value corresponding to each resource occupation grade according to the input number of the resource occupation value input box.
5. The apparatus of claim 4, wherein the obtaining module comprises:
a first obtaining sub-module, configured to obtain application information of the current display page application, where the application information at least includes: an application identifier;
a second obtaining sub-module, configured to obtain resource occupation information of the current display page application according to the application identifier obtained by the first obtaining sub-module, where the resource occupation information includes at least one of the following information: memory occupation information, power consumption information and network flow use information.
6. The apparatus of claim 4, further comprising:
the first display module is used for displaying the to-be-selected option corresponding to each item of resource occupation information on the setting interface;
and the second determination module is used for determining the resource occupation information used for calculating the resource occupation value corresponding to the current display page application according to the selected operation of the to-be-selected option displayed by the first display module.
7. A resource occupation display device, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
displaying a resource occupation value input box corresponding to each resource occupation grade on a setting interface;
determining a resource occupation value range corresponding to each resource occupation grade according to the input number of the resource occupation value input box;
acquiring resource occupation information of a current display page application;
determining display parameters of the current display page application according to the resource occupation information, wherein the display parameters comprise a background color of a status bar of the current display page application, and the determining the display parameters of the current display page application according to the resource occupation information comprises: calculating a resource occupation value corresponding to the current display page application according to each resource occupation information and the corresponding weight value; inquiring the resource occupation level corresponding to the resource occupation value; acquiring a background color of a status bar corresponding to the resource occupation level;
and adjusting the display state of the current display page application according to the display parameters.
8. A computer-readable storage medium having stored thereon computer instructions, which when executed by a processor, perform the steps of the method of any one of claims 1 to 3.
CN201710278742.4A 2017-04-25 2017-04-25 Resource occupation display method and device Active CN107193716B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710278742.4A CN107193716B (en) 2017-04-25 2017-04-25 Resource occupation display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710278742.4A CN107193716B (en) 2017-04-25 2017-04-25 Resource occupation display method and device

Publications (2)

Publication Number Publication Date
CN107193716A CN107193716A (en) 2017-09-22
CN107193716B true CN107193716B (en) 2021-08-03

Family

ID=59873324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710278742.4A Active CN107193716B (en) 2017-04-25 2017-04-25 Resource occupation display method and device

Country Status (1)

Country Link
CN (1) CN107193716B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108834157A (en) * 2018-04-27 2018-11-16 努比亚技术有限公司 Internet wide band distribution, mobile terminal and computer readable storage medium
CN111459758B (en) * 2020-03-31 2022-12-20 Oppo广东移动通信有限公司 Application information display method and device, electronic equipment and storage medium
CN112083849B (en) * 2020-09-24 2022-10-21 深圳市艾酷通信软件有限公司 Information display method, device, equipment and medium
CN112866481A (en) * 2021-01-06 2021-05-28 北京小米松果电子有限公司 Terminal control method, device and storage medium
CN113190420B (en) * 2021-05-31 2023-04-07 维沃移动通信(杭州)有限公司 Electric quantity prompting method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404578A (en) * 2014-09-10 2016-03-16 腾讯科技(深圳)有限公司 Method and apparatus for displaying memory occupied by application
CN105868089A (en) * 2016-04-22 2016-08-17 北京小米移动软件有限公司 Terminal monitoring method and device
CN105912450A (en) * 2016-04-13 2016-08-31 北京小米移动软件有限公司 Method and device for displaying state information of application
CN106021072A (en) * 2016-05-05 2016-10-12 北京小米移动软件有限公司 Information display method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102306095B (en) * 2011-07-21 2017-04-05 宇龙计算机通信科技(深圳)有限公司 Application management method and terminal
CN103198005A (en) * 2012-01-06 2013-07-10 联想(北京)有限公司 Application program display method and device and electronic device
CN104077208A (en) * 2014-06-23 2014-10-01 小米科技有限责任公司 Application program icon display method and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404578A (en) * 2014-09-10 2016-03-16 腾讯科技(深圳)有限公司 Method and apparatus for displaying memory occupied by application
CN105912450A (en) * 2016-04-13 2016-08-31 北京小米移动软件有限公司 Method and device for displaying state information of application
CN105868089A (en) * 2016-04-22 2016-08-17 北京小米移动软件有限公司 Terminal monitoring method and device
CN106021072A (en) * 2016-05-05 2016-10-12 北京小米移动软件有限公司 Information display method and device

Also Published As

Publication number Publication date
CN107193716A (en) 2017-09-22

Similar Documents

Publication Publication Date Title
CN107193716B (en) Resource occupation display method and device
EP3035738B1 (en) Method for connecting appliance to network and corresponding device
US20170178289A1 (en) Method, device and computer-readable storage medium for video display
CN106101680B (en) Acquisition parameters setting method and device
US9749454B2 (en) Method and device for controlling smart device
CN106843666B (en) method and device for adjusting display interface
CN109324846B (en) Application display method and device and storage medium
US10042328B2 (en) Alarm setting method and apparatus, and storage medium
CN108629178B (en) Resource access authority configuration method and device of application program
US20180004394A1 (en) Method and apparatus for displaying wifi signal icon, and mobile terminal
CN105898573B (en) Multimedia file playing method and device
CN106775235B (en) Screen wallpaper display method and device
CN105487857A (en) Method and apparatus for prompting image shooting part to be started
CN104320830A (en) Wireless device list display method and apparatus, wireless device and broadcasting method thereof
CN105511739A (en) Message prompting method and device
CN105657690A (en) Method and device for processing mobile terminal setting information
CN105677352B (en) Method and device for setting application icon color
EP3104282A1 (en) Search method and search apparatus
CN106773750B (en) Equipment image display method and device
CN105959928A (en) Traffic control method and device
CN106506808B (en) Method and device for prompting communication message
CN106296775B (en) Icon generation method and device
CN112781832A (en) Method, apparatus, device and medium for determining ambient light for terminal device
CN105204841B (en) Range method of adjustment and device
CN107390929A (en) Control method, device and the storage medium of touch-control system

Legal Events

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