CN109684010B - Information display method and device and electronic equipment - Google Patents

Information display method and device and electronic equipment Download PDF

Info

Publication number
CN109684010B
CN109684010B CN201811566384.8A CN201811566384A CN109684010B CN 109684010 B CN109684010 B CN 109684010B CN 201811566384 A CN201811566384 A CN 201811566384A CN 109684010 B CN109684010 B CN 109684010B
Authority
CN
China
Prior art keywords
width
content item
preset
screen
content
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
CN201811566384.8A
Other languages
Chinese (zh)
Other versions
CN109684010A (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 Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security 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 Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201811566384.8A priority Critical patent/CN109684010B/en
Publication of CN109684010A publication Critical patent/CN109684010A/en
Application granted granted Critical
Publication of CN109684010B publication Critical patent/CN109684010B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/7243User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality with interactive means for internal management of messages

Abstract

The embodiment of the invention discloses an information display method, an information display device and electronic equipment, wherein the method comprises the following steps: acquiring the width of a screen and the preset width of a content item; calculating to obtain the content item adjustment width according to the screen width, the content item preset width and a preset proportion; and setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to a preset proportion. By the embodiment of the invention, the last content item displayed on the current interface can be enabled to display a part with the determined width according to the preset proportion, and the user is guided to continue sliding to view more content items.

Description

Information display method and device and electronic equipment
Technical Field
The invention relates to the technical field of mobile terminals, in particular to an information display method and device and electronic equipment.
Background
The RecycleView component is the most common content presentation component in Android applications, and enables preset contents to be listed in a horizontal or vertical list mode, so that a user can conveniently browse the contents. The horizontal RecycleView component can enable a user to browse a large amount of information in the RecycleView component in a left-right sliding mode at the same position, and the problem that the width of a mobile phone screen is limited is solved.
The horizontal RecycleView component will list the individual content items horizontally, and since the number of content items displayed in the screen is unpredictable, two situations may arise: firstly, the last content item displayed on the current interface only displays a part with uncertain width, and the uneven width of the content item causes the whole application to be unattractive; secondly, a part of the complete content items in all the content items are just displayed on the interface, and the user may not know that more content items still exist in the sliding process, so that the user experience is poor. The common solution is to give the user a pop-up prompt or arrow to tell the user that there is more content to continue sliding, but the control logic presented by the pop-up and arrow is more complex.
Disclosure of Invention
The present invention is directed to solving at least one of the above problems.
Therefore, the embodiment of the invention provides an information display method, an information display device and electronic equipment, which can enable the last content item displayed on the current interface to display a part with a determined width according to a preset proportion, and guide a user to continuously slide to view more content items.
In a first aspect, an embodiment of the present invention provides an information display method, including the following steps:
acquiring the width of a screen and the preset width of a content item;
calculating to obtain the content item adjustment width according to the screen width, the content item preset width and a preset proportion;
and setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to the preset proportion.
With reference to the first aspect, in a first implementation manner of the first aspect, calculating a content item adjustment width according to the screen width, the preset width of the content item, and a preset ratio includes:
calculating according to the screen width, the preset width of the content items and a preset proportion, so that the sum of the adjustment widths of the content items displayed by each content item on the current interface is equal to the width which needs to be removed in the original display condition, and the adjustment width of the content items is obtained;
the original display condition is an effect of displaying the content item on the screen according to the preset width of the content item.
With reference to the first aspect, in a second implementation manner of the first aspect, the calculating a content item adjustment width according to the screen width, the content item preset width, and a preset ratio includes:
calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
and calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion.
With reference to the second embodiment of the first aspect, in a third embodiment of the first aspect,
calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion, including:
calculating a remainder of the screen width divided by the preset width of the content item;
if the remainder of dividing the screen width by the preset width of the content item is 0, calculating the adjustment width of the content item according to a first formula, the screen width, the preset width of the content item, the number of the first content items and the preset proportion;
if the remainder of dividing the screen width by the preset width of the content item is less than the product of the preset width of the content item and the preset proportion, calculating the content item adjustment width according to a second formula, the screen width, the preset width of the content item, the first content item quantity and the preset proportion;
if the remainder of dividing the screen width by the preset width of the content item is greater than the product of the preset width of the content item and the preset proportion, calculating the content item adjustment width according to a third formula, the screen width, the preset width of the content item, the first content item quantity and the preset proportion;
if the remainder of dividing the screen width by the content item preset width is equal to the product of the content item preset width and the preset ratio, the content item adjustment width is 0.
With reference to the third implementation manner of the first aspect, in a fourth implementation manner of the first aspect, the first formula is (N-1) W3+αW3=(1-α)W2
The second formula is (N-2) W3+αW3=W1-(N-2)W2-αW2
The third formula is (N-1) W3+αW3=W1-(N-1)W2-αW2
Wherein N is the first number of content items, W1Is the width of the screen, W2Presetting a width, W, for the content item3Adjusting the width for the content item, α being the preset ratio.
With reference to the first aspect, in a fifth implementation manner of the first aspect, the content item actual width is a sum of the content item preset width and the content item adjustment width.
With reference to the first aspect, in a sixth implementation manner of the first aspect, setting an actual width of a content item according to the preset width of the content item and the adjusted width of the content item includes: the actual width of the content item is set in the onCreateViewHolder function of the RecycleAdapter component.
With reference to the first aspect, in a seventh implementation manner of the first aspect, the information display method further includes:
calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
obtaining a second number of content items that need to be displayed;
if the second number of content items is greater than the first number of content items, performing the step of setting the actual width of the content items according to the preset width of the content items and the adjustment width of the content items.
With reference to the first aspect, in an eighth implementation manner of the first aspect, the information display method further includes:
calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
obtaining a second number of content items that need to be displayed;
if the second number of content items is less than the first number of content items, setting the content items of the first number of content items except the second number of content items as blank;
alternatively, the first and second electrodes may be,
if the second content item quantity is smaller than the first content item quantity, setting the actual width of the content item according to the preset width of the content item;
alternatively, the first and second electrodes may be,
and if the number of the second content items is smaller than the number of the first content items, setting the actual width of the content items according to the result obtained by dividing the screen width by the number of the second content items.
In a second aspect, an embodiment of the present invention provides an information display apparatus, including: the device comprises a first acquisition module, a first calculation module and a first setting module;
the first obtaining module is used for obtaining the screen width and the preset width of the content item;
the first calculation module is used for calculating to obtain the content item adjustment width according to the screen width, the content item preset width and the preset proportion;
and the first setting module is used for setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to the preset proportion.
With reference to the second aspect, in a first implementation manner of the second aspect, the first calculating module is specifically configured to calculate according to the screen width, the preset width of the content item, and a preset ratio, so that the sum of the adjusted widths of the content items displayed by each content item on the current interface is equal to the width that needs to be removed in the original display condition, so as to obtain the adjusted width of the content item;
the original display condition is an effect of displaying the content item on the screen according to the preset width of the content item.
With reference to the second aspect, in a second implementation manner of the second aspect, the first calculation module includes: a first calculation unit and a second calculation unit;
the first calculating unit is used for calculating the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
and the second calculating unit is used for calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion.
With reference to the second implementation manner of the second aspect, in a third implementation manner of the second aspect, the second calculation unit includes: the system comprises a first calculation subunit, a second calculation subunit, a third calculation subunit and a fourth calculation subunit;
the first calculating subunit is configured to calculate a remainder of dividing the screen width by a preset width of the content item; if the remainder of dividing the screen width by the preset width of the content item is equal to the product of the preset width of the content item and the preset proportion, the adjustment width of the content item is 0;
the second calculating subunit is configured to calculate, if a remainder of dividing the screen width by the preset width of the content item is 0, the adjustment width of the content item according to a first formula, the screen width, the preset width of the content item, the number of the first content items, and the preset ratio;
the third calculating subunit is configured to calculate the content item adjustment width according to a second formula, the screen width, the content item preset width, the first content item number, and the preset ratio if a remainder of dividing the screen width by the content item preset width is smaller than a product of the content item preset width and the preset ratio;
the fourth calculating subunit is configured to calculate the content item adjustment width according to a third formula, the screen width, the content item preset width, the first content item number, and the preset ratio if a remainder of dividing the screen width by the content item preset width is greater than a product of the content item preset width and the preset ratio.
With reference to the third embodiment of the second aspect, in a fourth embodiment of the second aspect, the first formula is (N-1) W3+αW3=(1-α)W2
The second formula is (N-2) W3+αW3=W1-(N-2)W2-αW2
The third formula is (N-1) W3+αW3=W1-(N-1)W2-αW2
Wherein N is the first number of content items, W1Is the width of the screen, W2Presetting a width, W, for the content item3Adjusting the width for the content item, α being the preset ratio.
With reference to the second aspect, in a fifth implementation manner of the second aspect, the content item actual width is a sum of the content item preset width and the content item adjustment width.
With reference to the second aspect, in a sixth implementation manner of the second aspect, the first setting module is specifically configured to set an actual width of a content item in an onCreateViewHolder function of the recycling adapter component, so that a last content item displayed on a current interface in a screen is partially displayed according to a preset scale.
With reference to the second aspect, in a seventh implementation manner of the second aspect, the information display device further includes a second calculating module and a second obtaining module;
the second calculation module is used for calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
the second obtaining module is configured to obtain a second number of content items that need to be displayed, and if the second number of content items is greater than the first number of content items, trigger the first setting module.
With reference to the second aspect, in an eighth implementation manner of the second aspect, the information display device further includes a third calculating module, a third obtaining module, and a second setting module;
the third calculation module is used for calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
the third obtaining module is used for obtaining the number of second content items to be displayed;
the second setting module is configured to set, if the second number of content items is smaller than the first number of content items, content items of the first number of content items excluding the second number of content items as blank;
alternatively, the first and second electrodes may be,
the second setting module is configured to set an actual width of the content item according to the preset width of the content item if the number of the second content items is smaller than the number of the first content items;
alternatively, the first and second electrodes may be,
the second setting module is configured to set an actual width of a content item according to a result obtained by dividing the screen width by the number of the second content items if the number of the second content items is smaller than the number of the first content items.
In a third aspect, an embodiment of the present invention provides an information display electronic device, including: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor reads the executable program code stored in the memory and performs the following operations:
acquiring the width of a screen and the preset width of a content item;
calculating to obtain the content item adjustment width according to the screen width, the content item preset width and a preset proportion;
and setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to the preset proportion.
The information display method, the information display device and the electronic equipment can adjust the actual width of the content item according to the screen width and the preset width of the content item, so that the last content item displayed on the current interface displays a part of the determined width according to the preset proportion, and the user is guided to continuously slide to check more content items. Compared with prompt modes such as pop-up prompt or arrow, the scheme can be more convenient and faster, and the development time can be saved, and the application can have better stability due to the fact that the display and the hidden logic of the prompt words do not need to be processed.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart of an information display method according to a first embodiment of the present invention;
FIG. 2 is a flowchart of an information display method according to a second embodiment of the present invention;
FIG. 3 is a diagram illustrating an original display scenario according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of another original display scenario in accordance with an embodiment of the present invention;
FIG. 5 is a schematic diagram of yet another original display scenario in accordance with an embodiment of the present invention;
FIG. 6 is a diagram of an information display device according to a third embodiment of the present invention;
fig. 7 is a schematic structural diagram of an embodiment of an electronic device according to the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
Furthermore, the terms "first", "second" are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated, whereby a feature defined as "first", "second" may explicitly or implicitly include one or more of such features. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
Example one
Fig. 1 is a flowchart of an information display method according to a first embodiment of the present invention, and as shown in fig. 1, the method according to the present embodiment may be applied to a mobile terminal, and may include:
step 101, acquiring a screen width and a preset width of a content item;
102, calculating according to the screen width, the preset width of the content item and a preset proportion to obtain the adjusted width of the content item;
in this embodiment, an effect of displaying content items on a screen according to a preset width of the content items is used as an original display condition, and since a last content item on a current interface needs to be displayed according to a preset scale, a part of display content of the content item needs to be removed in the original display condition. Calculating according to the screen width, the preset width of the content item and the preset proportion, so that the sum of the content item adjustment widths displayed by each content item on the current interface is equal to the width which needs to be removed in the original display condition, and the content item adjustment width is obtained.
Because the screen widths of the mobile phones of different models are different, the number of the first content items displayed on the screens of the mobile phones of different models is possibly different, and therefore the content item adjustment width of each content item is obtained through calculation according to the screen width, the preset width of the content item and the preset proportion, and the information display method of the scheme is better adapted to the screens of the mobile phones of different models.
And 103, setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to a preset proportion.
The information display method provided by the embodiment of the invention can adjust the actual width of the content item according to the screen width and the preset width of the content item, so that the last content item displayed on the current interface displays a part with the determined width according to the preset proportion, and the user is guided to continuously slide to check more content items. Compared with prompt modes such as pop-up prompt or arrow, the scheme can be more convenient and faster, and the development time can be saved, and the application can have better stability due to the fact that the display and the hidden logic of the prompt words do not need to be processed.
Example two
Fig. 2 is a flowchart of an information display method according to a second embodiment of the present invention, and as shown in fig. 2, the method of this embodiment may be applied to a mobile terminal, and may include:
step 201, obtaining the width W of the screen1And a content item preset width W2
In the present embodiment, the screen width W1The screen width can be obtained by calling a system function for multiplying the resolution by the number of pixels of the screen of the mobile terminal. For example, the system function may be a displaymetrics.
In the present embodiment, the content item is preset with a width W2May be a preset width. The content item may include a picture and a text, the minimum display width of the content item may be obtained according to the size of the picture and the length of the text, and the minimum display width of the content item is used as a preset width of the content item.
Step 202, according to the width W of the screen1Content item preset width W2And calculating to obtain the number N of the first content items displayed on the current interface in the screen.
In this embodiment, the screen width W may be set1Except by a preset width W of the content item2And rounding up to obtain the number N of the first content items displayed on the current interface in the screen. Because of the screen width W of each model of mobile phone1The number N of the first content items displayed on the screen of each model of mobile phone may be different from each other, and thus is not predeterminedThe number of first content items N displayed on the current interface in the screen is set, but needs to be according to the width W of the screen1And a content item preset width W2And calculating to obtain the number N of the first content items displayed on the current interface in the screen, so that the information display method of the scheme is better adapted to the screens of mobile phones of various models.
Step 203, according to the width W of the screen1Content item preset width W2Calculating the number N of the first content items and a preset proportion alpha to obtain the content item adjustment width W of each content item3
In this embodiment, different formulas are used for calculation according to different original display conditions. The original display condition comprises the following conditions that firstly, partial complete content items in all content items are displayed on an interface; secondly, the width displayed by the last content item on the interface is less than the preset width W of the content item2The product of the predetermined ratio α; thirdly, the width of the last content item displayed on the interface is more than the preset width W of the content item2The product of the predetermined ratio α; fourthly, the width of the last content item displayed on the interface is equal to the preset width W of the content item2The product of the preset ratio alpha. By calculating the screen width W1Except by a preset width W of the content item2The remainder of the display screen is used to determine which of the above-mentioned original display conditions belongs to, if the screen width W is larger1Except by a preset width W of the content item2A remainder of 0, belongs to the first case described above, requiring removal of the latter half of the last content item, according to the first formula (N-1) W3+αW3=(1-α)W2Calculate a content item adjustment width W3(ii) a If the width W of the screen1Except by a preset width W of the content item2Is less than the content item preset width W2The product of the predetermined ratio alpha, belonging to the second case mentioned above, requires the removal of the last content item and the latter half of the preceding content item, according to the second formula (N-2) W3+αW3=W1-(N-2)W2-αW2Calculate a content item adjustment width W3(ii) a If the width W of the screen1Except by a preset width W of the content item2Is greater than the content itemPreset width W2The product of the first and second content items with the predetermined ratio α is the third case, where the content item that is more displayed in the second half of the last content item needs to be removed, and the content item is represented by the third formula (N-1) W3+αW3=W1-(N-1)W2-αW2Calculate a content item adjustment width W3. If the width W of the screen1Except by a preset width W of the content item2Is equal to the content item preset width W2Multiplied by a predetermined ratio alpha, the content item is adjusted by the width W3Is 0, i.e. without adjusting the width of the content item, the content item is preset with a width W2As the actual width of the content item, the last content item displayed on the current interface in the screen may be partially displayed according to the preset ratio.
In this embodiment, it is assumed that the preset ratio is 50%, that is, only half of the last content item is displayed on the current interface in the screen. The preset ratio may be set to other values in addition thereto. As shown in fig. 3 to 5, corresponding to the first to third cases, 301 is a mobile terminal screen, 302 is each content item in the cycleview component, and 303 is a portion that needs to be removed in the original display case.
Different original display conditions are calculated by adopting different formulas, so that the information display method can more accurately display the content items on the screen of the mobile phone.
Step 204, presetting a width W of the content item2And a content item adjustment width W for each content item3The sum of which is the actual width of the content item.
Step 205, setting the actual width of the content item in the onCreateViewHolder function of the RecycleAdap component, so that the last content item displayed on the current interface in the screen is partially displayed according to a preset proportion.
The information display method provided by the embodiment of the invention can adjust the actual width of the content item according to the screen width and the preset width of the content item, so that the last content item displayed on the current interface displays a part with the determined width according to the preset proportion, and the user is guided to continuously slide to check more content items. Compared with prompt modes such as pop-up prompt or arrow, the scheme can be more convenient and faster, and the development time can be saved, and the application can have better stability due to the fact that the display and the hidden logic of the prompt words do not need to be processed.
For example, the preset ratio α is 50%, and the acquired screen width W1Is 1024, the content item is preset with a width W2200, the number N of the first content items displayed on the current interface in the screen is 6, due to the width W of the screen1Except by a preset width W of the content item2The remainder of (2) is 24, then according to (N-2) W3+αW3=W1-(N-2)W2-αW2Calculate a content item adjustment width W3At 27.5 the actual width of the content item is 227.5 and 5 full content items and half content items are displayed on the screen.
In another example, the preset ratio α is 50%, and the acquired screen width W is1To 960, the content item is preset with a width W2200, the number N of the first content items displayed on the current interface in the screen is 5, due to the width W of the screen1Except by a preset width W of the content item2Is 160, then according to (N-1) W3+αW3=W1-(N-1)W2-αW2Calculate a content item adjustment width W313.3, the actual width of the content item is 213.3, and 4 full content items and half content items are displayed on the screen.
The information display method of the embodiment of the invention can be applied to the application installed in the mobile terminal. When a plurality of content items to be displayed exist in the application interface, the information display method of the embodiment of the invention can be adopted for displaying. The application may calculate the actual width of the content item in the interface when the user opens the interface for the first time and save the actual width of the content item to set the actual width of the content item directly when the user opens the interface again. In addition, the application program can calculate the actual width of the content item in the interface every time the user opens the interface, and then set the actual width of the content item.
In this embodiment, the information display method further includes:
step 206, calculating to obtain the number of first content items displayed on the current interface in the screen according to the width of the screen and the preset width of the content items;
step 207, a second number of content items that need to be displayed is obtained.
If, step 208, the number of second content items is greater than the number of first content items, step 103 is performed.
In this embodiment, the information display method further includes:
step 209, calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
in step 210, a second number of content items that need to be displayed is obtained.
Step 211, if the number of the second content items is smaller than the number of the first content items, setting the content items except the number of the second content items in the number of the first content items as blank;
alternatively, the first and second electrodes may be,
if the second content item quantity is smaller than the first content item quantity, setting the actual width of the content item according to the preset width of the content item;
alternatively, the first and second electrodes may be,
and if the number of the second content items is smaller than the number of the first content items, setting the actual width of the content items according to the result obtained by dividing the screen width by the number of the second content items.
In this embodiment, the number of the second content items may be the number of content items corresponding to functions or programs used by the user within a preset time period, or the number of content items corresponding to recommended functions or programs selected according to a preset recommendation rule, which is not limited in this respect.
In this embodiment, whether to display a part of the width determination of the last content item displayed on the current interface according to the preset ratio may be determined according to the number of the second content items that need to be displayed actually. When the number of the second content items is smaller than the number of the first content items, only the content items of the second content items can be displayed, the content items which do not need to be displayed except the second content items in the number of the first content items are set to be blank, and the content items which need to be displayed can be displayed in the interface evenly according to the second content items, so that the content display is more flexible.
EXAMPLE III
Fig. 6 is a schematic structural diagram of an information display device according to a third embodiment of the present invention, and as shown in fig. 6, the information display device according to the present embodiment includes: a first obtaining module 401, a first calculating module 402 and a first setting module 403;
the first obtaining module 401 is configured to obtain a screen width and a preset width of a content item;
the first calculating module 402 is configured to calculate an adjusted width of a content item according to the screen width, the preset width of the content item, and a preset ratio;
the first setting module 403 is configured to set an actual width of a content item according to the preset width of the content item and the adjusted width of the content item, so that a last content item displayed on a current interface in a screen is partially displayed according to a preset ratio.
In this embodiment, the first calculating module 402 is specifically configured to calculate according to the screen width, the preset width of the content item, and a preset ratio, so that the sum of the adjusted widths of the content items displayed by each content item on the current interface is equal to the width that needs to be removed in the original display condition, thereby obtaining the adjusted width of the content item;
the original display condition is an effect of displaying the content item on the screen according to the preset width of the content item.
In this embodiment, the first calculating module 402 includes: a first calculation unit and a second calculation unit;
the first calculating unit is used for calculating the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
and the second calculating unit is used for calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion.
In this embodiment, the second calculating unit includes: the system comprises a first calculation subunit, a second calculation subunit, a third calculation subunit and a fourth calculation subunit;
the first calculating subunit is configured to calculate a remainder of dividing the screen width by a preset width of the content item; if the remainder of dividing the screen width by the preset width of the content item is equal to the product of the preset width of the content item and the preset proportion, the adjustment width of the content item is 0;
the second calculating subunit is configured to calculate, if a remainder of dividing the screen width by the preset width of the content item is 0, the content item adjustment width according to a first formula, the screen width, the preset width of the content item, the number of the first content items, and the preset ratio;
the third calculating subunit is configured to calculate the content item adjustment width according to a second formula, the screen width, the content item preset width, the first content item number, and the preset ratio if a remainder of dividing the screen width by the content item preset width is smaller than a product of the content item preset width and the preset ratio;
the fourth calculating subunit is configured to calculate the content item adjustment width according to a third formula, the screen width, the content item preset width, the first content item number, and the preset ratio if a remainder of dividing the screen width by the content item preset width is greater than a product of the content item preset width and the preset ratio.
In this embodiment, the first formula is (N-1) W3+αW3=(1-α)W2
The second formula is (N-2) W3+αW3=W1-(N-2)W2-αW2
The third formula is (N-1) W3+αW3=W1-(N-1)W2-αW2
Wherein N is the first number of content items, W1Is the width of the screen, W2Presetting a width, W, for the content item3Adjusting a width for the content itemAnd alpha is the preset proportion.
In this embodiment, the actual width of the content item is the sum of the preset width of the content item and the adjusted width of the content item.
In this embodiment, the first setting module 403 is specifically configured to set an actual width of a content item in an onCreateViewHolder function of the cycleadapter component, so that a last content item displayed on a current interface in a screen is partially displayed according to a preset ratio.
In this embodiment, the apparatus further includes a second calculating module and a second obtaining module;
the second calculating module is used for calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
the second obtaining module is configured to obtain a second number of content items that need to be displayed, and if the second number of content items is greater than the first number of content items, trigger the first setting module.
In this embodiment, the apparatus further includes a third calculating module, a third obtaining module, and a second setting module;
the third calculation module is used for calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
the third obtaining module is used for obtaining the number of second content items to be displayed;
the second setting module is configured to set, if the second number of content items is smaller than the first number of content items, content items of the first number of content items excluding the second number of content items as blank;
alternatively, the first and second electrodes may be,
the second setting module is configured to set an actual width of the content item according to the preset width of the content item if the number of the second content items is smaller than the number of the first content items;
alternatively, the first and second electrodes may be,
the second setting module is configured to set an actual width of a content item according to a result obtained by dividing the screen width by the number of the second content items if the number of the second content items is smaller than the number of the first content items.
The information display device provided by the embodiment of the invention can adjust the actual width of the content item according to the screen width and the preset width of the content item, so that the last content item displayed on the current interface displays a part with the determined width according to the preset proportion, and the user is guided to continuously slide to check more content items. Compared with prompt modes such as pop-up prompt or arrow, the scheme can be more convenient and faster, and the development time can be saved, and the application can have better stability due to the fact that the display and the hidden logic of the prompt words do not need to be processed.
The embodiment of the invention also provides the information display electronic equipment.
Fig. 7 is a schematic structural diagram of an embodiment of an electronic device of the present invention, where the electronic device may include: the device comprises a shell 51, a processor 52, a memory 53, a circuit board 54 and a power circuit 55, wherein the circuit board 54 is arranged inside a space enclosed by the shell 51, and the processor 52 and the memory 53 are arranged on the circuit board 54; a power supply circuit 55 for supplying power to each circuit or device of the electronic apparatus; the memory 53 is used to store executable program code; the processor 52 runs a program corresponding to the executable program code by reading the executable program code stored in the memory 53, and performs the following operations:
acquiring the width of a screen and the preset width of a content item;
calculating to obtain the content item adjustment width according to the screen width, the content item preset width and a preset proportion;
and setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to a preset proportion.
The specific execution process of the above steps by the processor 52 and the steps further executed by the processor 52 by running the executable program code may refer to the description of the embodiment shown in fig. 1-2 of the present invention, and are not described herein again.
The electronic device exists in a variety of forms, including but not limited to:
(1) a mobile communication device: such devices are characterized by mobile communications capabilities and are primarily targeted at providing voice, data communications. Such terminals include: smart phones (e.g., iphones), multimedia phones, functional phones, and low-end phones, among others.
(2) Ultra mobile personal computer device: the equipment belongs to the category of personal computers, has calculation and processing functions and generally has the characteristic of mobile internet access. Such terminals include: PDA, MID, and UMPC devices, etc., such as ipads.
(3) A portable entertainment device: such devices can display and play multimedia content. This type of device comprises: audio, video players (e.g., ipods), handheld game consoles, electronic books, and smart toys and portable car navigation devices.
(4) A server: the device for providing the computing service comprises a processor, a hard disk, a memory, a system bus and the like, and the server is similar to a general computer architecture, but has higher requirements on processing capacity, stability, reliability, safety, expandability, manageability and the like because of the need of providing high-reliability service.
(5) And other electronic equipment with a data interaction function.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
For convenience of description, the above devices are described separately in terms of functional division into various units/modules. Of course, the functionality of the units/modules may be implemented in one or more software and/or hardware implementations of the invention.
The above description of the embodiments will make clear to those skilled in the art that the present invention can be implemented
The invention can be implemented by means of software plus a necessary general-purpose hardware platform. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example" or "some examples" or the like are intended to mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Moreover, various embodiments or examples and features of various embodiments or examples described in this specification can be combined and combined by one skilled in the art without being mutually inconsistent.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (13)

1. An information display method, comprising the steps of:
acquiring the width of a screen and the preset width of a content item;
calculating to obtain the content item adjustment width according to the screen width, the content item preset width and a preset proportion;
setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to the preset proportion;
calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items; obtaining a second number of content items that need to be displayed; if the second content item quantity is larger than the first content item quantity, executing the step of setting the actual width of the content item according to the preset width of the content item and the adjustment width of the content item;
wherein, the calculating the adjusted width of the content item according to the screen width, the preset width of the content item and the preset proportion comprises: calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items; calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion;
wherein the calculating the adjusted width of the content item according to the screen width, the preset width of the content item, the number of the first content items and the preset proportion comprises: calculating a remainder of the screen width divided by the preset width of the content item; if the remainder of dividing the screen width by the preset width of the content item is 0, calculating the adjustment width of the content item according to a first formula, the screen width, the preset width of the content item, the number of the first content items and the preset proportion; if the remainder of dividing the screen width by the preset width of the content item is less than the product of the preset width of the content item and the preset proportion, calculating the content item adjustment width according to a second formula, the screen width, the preset width of the content item, the first content item quantity and the preset proportion; if the remainder of dividing the screen width by the preset width of the content item is greater than the product of the preset width of the content item and the preset proportion, calculating the content item adjustment width according to a third formula, the screen width, the preset width of the content item, the first content item quantity and the preset proportion; if the remainder of dividing the screen width by the content item preset width is equal to the product of the content item preset width and the preset ratio, the content item adjustment width is 0.
2. The method of claim 1, wherein the calculating a content item adjustment width according to the screen width, the content item preset width and a preset ratio comprises:
calculating according to the screen width, the preset width of the content items and a preset proportion, so that the sum of the adjustment widths of the content items displayed by each content item on the current interface is equal to the width which needs to be removed in the original display condition, and the adjustment width of the content items is obtained;
the original display condition is an effect of displaying the content item on the screen according to the preset width of the content item.
3. The method of claim 1, wherein the first formula is (N-1) W3+αW3=(1-α)W2
The second formula is (N-2) W3+αW3=W1-(N-2)W2-αW2
The third formula is (N-1) W3+αW3=W1-(N-1)W2-αW2
Wherein N is the first number of content items, W1Is the width of the screen, W2Presetting a width, W, for the content item3Adjusting the width for the content item, α being the preset ratio.
4. The method of claim 1, wherein the content item actual width is a sum of the content item preset width and the content item adjustment width.
5. The method of claim 1, wherein the setting a content item actual width according to the content item preset width and the content item adjustment width comprises: the actual width of the content item is set in the onCreateViewHolder function of the RecycleAdapter component.
6. The method of claim 1, further comprising:
calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
obtaining a second number of content items that need to be displayed;
if the second number of content items is less than the first number of content items, setting the content items of the first number of content items except the second number of content items as blank;
alternatively, the first and second electrodes may be,
if the second content item quantity is smaller than the first content item quantity, setting the actual width of the content item according to the preset width of the content item;
alternatively, the first and second electrodes may be,
and if the number of the second content items is smaller than the number of the first content items, setting the actual width of the content items according to the result obtained by dividing the screen width by the number of the second content items.
7. An information display device characterized by comprising: the device comprises a first acquisition module, a first calculation module and a first setting module;
the first obtaining module is used for obtaining the screen width and the preset width of the content item;
the first calculation module is used for calculating to obtain the content item adjustment width according to the screen width, the content item preset width and the preset proportion;
the first setting module is used for setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to the preset proportion;
the device further comprises a second calculating module and a second acquiring module; the second calculation module is used for calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items; the second obtaining module is configured to obtain a second number of content items that need to be displayed, and if the second number of content items is greater than the first number of content items, trigger the first setting module;
wherein the first computing module comprises: a first calculation unit and a second calculation unit; the first calculating unit is used for calculating the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items; the second calculating unit is used for calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion;
wherein the second calculation unit includes: the system comprises a first calculation subunit, a second calculation subunit, a third calculation subunit and a fourth calculation subunit; the first calculating subunit is configured to calculate a remainder of dividing the screen width by a preset width of the content item; if the remainder of dividing the screen width by the preset width of the content item is equal to the product of the preset width of the content item and the preset proportion, the adjustment width of the content item is 0; the second calculating subunit is configured to calculate, if a remainder of dividing the screen width by the preset width of the content item is 0, the content item adjustment width according to a first formula, the screen width, the preset width of the content item, the number of the first content items, and the preset ratio; the third calculating subunit is configured to calculate the content item adjustment width according to a second formula, the screen width, the content item preset width, the first content item number, and the preset ratio if a remainder of dividing the screen width by the content item preset width is smaller than a product of the content item preset width and the preset ratio; the fourth calculating subunit is configured to calculate the content item adjustment width according to a third formula, the screen width, the content item preset width, the first content item number, and the preset ratio if a remainder of dividing the screen width by the content item preset width is greater than a product of the content item preset width and the preset ratio.
8. The apparatus according to claim 7, wherein the first calculating module is specifically configured to calculate according to the screen width, the preset width of the content item, and a preset ratio, so that the sum of the adjusted widths of the content items displayed by each content item on the current interface is equal to a width that needs to be removed in an original display situation, thereby obtaining the adjusted width of the content item;
the original display condition is an effect of displaying the content item on the screen according to the preset width of the content item.
9. The apparatus of claim 7, wherein the first formula is (N-1) W3+αW3=(1-α)W2
The second formula is (N-2) W3+αW2=W1-(N-2)W2-αW2
The third formula is (N-1) W3+αW3=W1-(N-1)W2-αW2
Wherein N is the first number of content items, W1Is the width of the screen, W2Presetting a width, W, for the content item3Adjusting the width for the content item, α being the preset ratio.
10. The apparatus of claim 7, wherein the content item actual width is a sum of the content item preset width and the content item adjustment width.
11. The apparatus according to claim 7, wherein the first setting module is specifically configured to set an actual width of a content item in an onCreateViewHolder function of the cycleadapter component, so that a last content item displayed on a current interface in the screen is partially displayed according to a preset scale.
12. The apparatus of claim 7, further comprising a third computation module, a third acquisition module, and a second setup module;
the third calculation module is used for calculating the number of the first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items;
the third obtaining module is used for obtaining the number of second content items to be displayed;
the second setting module is configured to set, if the second number of content items is smaller than the first number of content items, content items of the first number of content items excluding the second number of content items as blank;
alternatively, the first and second electrodes may be,
the second setting module is configured to set an actual width of the content item according to the preset width of the content item if the number of the second content items is smaller than the number of the first content items;
alternatively, the first and second electrodes may be,
the second setting module is configured to set an actual width of a content item according to a result obtained by dividing the screen width by the number of the second content items if the number of the second content items is smaller than the number of the first content items.
13. An information display electronic device, characterized in that the electronic device comprises: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor reads the executable program code stored in the memory and performs the following operations:
acquiring the width of a screen and the preset width of a content item;
calculating to obtain the content item adjustment width according to the screen width, the content item preset width and a preset proportion;
setting the actual width of the content item according to the preset width of the content item and the width adjustment of the content item, so that the last content item displayed on the current interface in the screen is partially displayed according to the preset proportion;
calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items; obtaining a second number of content items that need to be displayed; if the second content item quantity is larger than the first content item quantity, executing the step of setting the actual width of the content item according to the preset width of the content item and the adjustment width of the content item;
wherein, the calculating the adjusted width of the content item according to the screen width, the preset width of the content item and the preset proportion comprises: calculating to obtain the number of first content items displayed on the current interface in the screen according to the screen width and the preset width of the content items; calculating to obtain the content item adjustment width according to the screen width, the content item preset width, the first content item quantity and a preset proportion;
wherein the calculating the adjusted width of the content item according to the screen width, the preset width of the content item, the number of the first content items and the preset proportion comprises: calculating a remainder of the screen width divided by the preset width of the content item; if the remainder of dividing the screen width by the preset width of the content item is 0, calculating the adjustment width of the content item according to a first formula, the screen width, the preset width of the content item, the number of the first content items and the preset proportion; if the remainder of dividing the screen width by the preset width of the content item is smaller than the product of the preset width of the content item and the preset proportion, calculating the adjustment width of the content item according to a second formula, the screen width, the preset width of the content item, the number of the first content items and the preset proportion; if the remainder of dividing the screen width by the preset width of the content item is greater than the product of the preset width of the content item and the preset proportion, calculating the content item adjustment width according to a third formula, the screen width, the preset width of the content item, the first content item quantity and the preset proportion; if the remainder of dividing the screen width by the content item preset width is equal to the product of the content item preset width and the preset ratio, the content item adjustment width is 0.
CN201811566384.8A 2018-12-19 2018-12-19 Information display method and device and electronic equipment Active CN109684010B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811566384.8A CN109684010B (en) 2018-12-19 2018-12-19 Information display method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811566384.8A CN109684010B (en) 2018-12-19 2018-12-19 Information display method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN109684010A CN109684010A (en) 2019-04-26
CN109684010B true CN109684010B (en) 2022-05-13

Family

ID=66188459

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811566384.8A Active CN109684010B (en) 2018-12-19 2018-12-19 Information display method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN109684010B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115145676B (en) * 2022-09-05 2023-01-06 飞狐信息技术(天津)有限公司 Information interaction method and system

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012079200A (en) * 2010-10-05 2012-04-19 Kddi Corp User interface program for changing time scale in accordance with density of time series data, system and method
CN102708177A (en) * 2012-05-09 2012-10-03 深圳市同洲电子股份有限公司 Method and device for zooming contents in local browse area in browser
WO2014099521A1 (en) * 2012-12-21 2014-06-26 Google Inc. Providing content items for non-standard content item slots
CN104850660A (en) * 2015-06-04 2015-08-19 广东欧珀移动通信有限公司 Picture displaying method, picture displaying device and mobile terminal
CN105094569A (en) * 2015-09-15 2015-11-25 北京金山安全软件有限公司 Information prompting method and device and electronic equipment
CN105718228A (en) * 2014-12-05 2016-06-29 金蝶软件(中国)有限公司 Method and device for displaying dynamic content
CN106156274A (en) * 2016-06-23 2016-11-23 北京金山安全软件有限公司 Page content loading method and device and electronic equipment
CN106775235A (en) * 2016-12-14 2017-05-31 北京小米移动软件有限公司 Screen wallpaper methods of exhibiting and device
CN107783714A (en) * 2017-10-13 2018-03-09 北京金山安全软件有限公司 Page display method and device, electronic equipment and storage medium
CN108475096A (en) * 2016-12-23 2018-08-31 北京金山安全软件有限公司 Information display method and device and terminal equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012079200A (en) * 2010-10-05 2012-04-19 Kddi Corp User interface program for changing time scale in accordance with density of time series data, system and method
CN102708177A (en) * 2012-05-09 2012-10-03 深圳市同洲电子股份有限公司 Method and device for zooming contents in local browse area in browser
WO2014099521A1 (en) * 2012-12-21 2014-06-26 Google Inc. Providing content items for non-standard content item slots
CN105718228A (en) * 2014-12-05 2016-06-29 金蝶软件(中国)有限公司 Method and device for displaying dynamic content
CN104850660A (en) * 2015-06-04 2015-08-19 广东欧珀移动通信有限公司 Picture displaying method, picture displaying device and mobile terminal
CN105094569A (en) * 2015-09-15 2015-11-25 北京金山安全软件有限公司 Information prompting method and device and electronic equipment
CN106156274A (en) * 2016-06-23 2016-11-23 北京金山安全软件有限公司 Page content loading method and device and electronic equipment
CN106775235A (en) * 2016-12-14 2017-05-31 北京小米移动软件有限公司 Screen wallpaper methods of exhibiting and device
CN108475096A (en) * 2016-12-23 2018-08-31 北京金山安全软件有限公司 Information display method and device and terminal equipment
CN107783714A (en) * 2017-10-13 2018-03-09 北京金山安全软件有限公司 Page display method and device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Android RecyclerView的item宽度保持四个半;Fushize;《https://blog.csdn.net/qq_32518491/article/details/81033275》;20180713;网页全文 *

Also Published As

Publication number Publication date
CN109684010A (en) 2019-04-26

Similar Documents

Publication Publication Date Title
CN108211352B (en) Method and terminal for adjusting image quality
CN106599680B (en) Method and device for setting application program permission and electronic equipment
CN109542304B (en) Display content loading method, device, equipment and storage medium
CN110764986B (en) Page fluency detection method and device
CN106250182B (en) File processing method and device and electronic equipment
US10210630B2 (en) Picture compression method and apparatus, and mobile terminal
CN112116212B (en) Application evaluation method and device, storage medium and electronic equipment
CN111068316A (en) Game frame number adjusting method and device, storage medium and electronic equipment
CN108228278B (en) Method and device for loading video desktop
CN109684010B (en) Information display method and device and electronic equipment
CN114390308A (en) Interface display method, device, equipment, medium and product in live broadcast process
CN110022493B (en) Playing progress display method and device, electronic equipment and storage medium
CN107978014B (en) Particle rendering method and device, electronic equipment and storage medium
WO2017219691A1 (en) Page content loading method and apparatus, and electronic device
CN111161283A (en) Method and device for processing picture resources and electronic equipment
CN111796825B (en) Bullet screen drawing method, bullet screen drawing device, bullet screen drawing equipment and storage medium
CN112492399B (en) Information display method and device and electronic equipment
CN106802856B (en) Performance testing method of game application program, server and game application client
CN110597432B (en) Interface control method, device, computer readable medium and electronic equipment
CN107832859B (en) Game reservation list generation method and device and server
CN112328351A (en) Animation display method, animation display device and terminal equipment
CN111045764B (en) Interface adaptation method and device, electronic equipment and storage medium
CN106648656B (en) Message deleting method and device and electronic equipment
CN110688578A (en) Screen locking wallpaper recommendation method and device and electronic equipment
CN110705242A (en) Method and device for manufacturing slide template and electronic equipment

Legal Events

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