CN107247585B - Desktop icon self-defining method, mobile terminal and storage medium - Google Patents

Desktop icon self-defining method, mobile terminal and storage medium Download PDF

Info

Publication number
CN107247585B
CN107247585B CN201710376474.XA CN201710376474A CN107247585B CN 107247585 B CN107247585 B CN 107247585B CN 201710376474 A CN201710376474 A CN 201710376474A CN 107247585 B CN107247585 B CN 107247585B
Authority
CN
China
Prior art keywords
matched
desktop icon
desktop
unit
icon
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
CN201710376474.XA
Other languages
Chinese (zh)
Other versions
CN107247585A (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.)
Taicang Haobo Technical Service Co., Ltd
Original Assignee
Taicang Haobo Technical Service 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 Taicang Haobo Technical Service Co Ltd filed Critical Taicang Haobo Technical Service Co Ltd
Priority to CN201710376474.XA priority Critical patent/CN107247585B/en
Publication of CN107247585A publication Critical patent/CN107247585A/en
Application granted granted Critical
Publication of CN107247585B publication Critical patent/CN107247585B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/04817Interaction 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 using icons

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses a desktop icon customizing method, a mobile terminal and a storage medium, wherein the desktop icon customizing method comprises the following steps: receiving a self-defining request instruction of a desktop icon, and determining a self-defining mode of the desktop icon according to the self-defining request instruction; processing the custom information in the custom request according to a processing rule corresponding to the custom mode to obtain a unit group to be matched of the custom information; matching a corresponding desktop icon for each unit to be matched in the unit group to be matched according to an icon matching rule in the user-defined request; and when the units to be matched in the unit group to be matched are matched, replacing the matched desktop icons with the corresponding units to be matched. The invention effectively improves the utilization rate and the practicability of the desktop icons and is convenient for users to visually check information.

Description

Desktop icon self-defining method, mobile terminal and storage medium
Technical Field
The invention relates to the technical field of mobile terminals, in particular to a desktop icon self-defining method, a mobile terminal and a storage medium.
Background
With the rapid popularization of mobile terminals, the mobile terminals have become an indispensable part in the life of people, and people can install application software in the mobile terminals to realize the function expansion of the mobile terminals. After each application software is installed, the mobile terminal displays a corresponding icon, and a text description of the application software is displayed below each icon.
At present, a mobile terminal is equipped with more application software, that is, more icons are displayed on the desktop of the mobile terminal, and a user can move the icons to control the icons to be displayed at different positions. However, the characters or pictures displayed in the icons cannot be customized by the user, information cannot be displayed in the icons, and the problems of low utilization rate and poor practicability of the icons exist.
Disclosure of Invention
The invention mainly aims to provide a desktop icon self-defining method, a mobile terminal and a storage medium, and aims to solve the technical problems of low utilization rate and low practicability of icons.
In order to achieve the above object, the present invention provides a desktop icon customizing method, which comprises the following steps:
receiving a self-defining request instruction of a desktop icon, and determining a self-defining mode of the desktop icon according to the self-defining request instruction;
processing the custom information in the custom request according to a processing rule corresponding to the custom mode to obtain a unit group to be matched of the custom information;
matching a corresponding desktop icon for each unit to be matched in the unit group to be matched according to an icon matching rule in the user-defined request;
and when the units to be matched in the unit group to be matched are matched, replacing the matched desktop icons with the corresponding units to be matched.
Optionally, the step of matching, according to the icon matching rule in the user-defined request, a corresponding desktop icon to each unit to be matched in the unit group to be matched includes:
numbering each unit to be matched in the unit group to be matched, and storing the numbered units to be matched to a cache region;
reading a unit to be matched from the cache region, and selecting a desktop icon from a desktop icon matching list in the user-defined request;
and marking the selected desktop icon according to the serial number of the unit to be matched so as to match the selected desktop icon with the unit to be matched.
Optionally, before each unit to be matched in the unit group to be matched is matched with a corresponding desktop icon according to the icon matching rule in the customization request, the desktop icon customization method further includes:
calculating the number of the units to be matched in the unit group to be matched and the current number of the desktop icons;
judging whether the number of the units to be matched is less than or equal to the current number of the desktop icons;
if the number of the units to be matched is less than or equal to the current number of desktop icons, executing the step of matching the corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request;
and if the number of the units to be matched is larger than the current number of the desktop icons, outputting reminding information.
Optionally, after the step of determining whether the number of the units to be matched is less than or equal to the current number of the desktop icons, the desktop icon customizing method further includes:
if the number of the units to be matched is larger than the current number of the desktop icons, judging whether the number of the units to be matched is smaller than or equal to the number of preset icons;
and if the number of the units to be matched is less than or equal to the number of the preset icons, generating virtual desktop icons, and adding the virtual desktop icons to a matching list of the desktop icons.
Optionally, after the step of replacing or covering the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further includes:
receiving touch operation triggered based on a unit to be matched, and judging whether a desktop icon at the position of the unit to be matched is a virtual desktop icon or not;
if the desktop icon at the position of the touch-control unit to be matched is a virtual desktop icon, controlling the mobile terminal to enter a desktop icon editing mode;
and if the desktop icon at the position of the touch-controlled unit to be matched is not the virtual desktop icon, generating an entry instruction of the application software, and entering the corresponding application software according to the entry instruction.
Optionally, after the step of replacing or covering the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further includes:
and adjusting the currently displayed unit to be matched according to the triggered adjustment request of the unit to be matched.
Optionally, after the step of replacing the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further includes:
recording the display duration of the unit to be matched, deleting the displayed unit to be matched when the display duration exceeds the preset duration, and restoring the desktop icon.
Optionally, after the step of replacing or covering the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further includes:
when a triggered switching instruction of the desktop icon interface is received, switching the currently displayed desktop icon interface to the desktop icon interface corresponding to the switching instruction;
and correspondingly replacing the desktop icons in the desktop icon interface after switching with the units to be matched displayed on the desktop icon interface before switching.
In addition, to achieve the above object, the present invention also provides a mobile terminal including: the desktop icon self-defining program is stored on the memory and can run on the processor, and when being executed by the processor, the desktop icon self-defining program realizes the steps of the desktop icon self-defining method.
The invention also provides a computer readable storage medium, wherein a desktop icon self-defining program is stored on the computer readable storage medium, and the steps of the desktop icon self-defining method are realized when the desktop icon self-defining program is executed by a processor.
The invention receives the self-defining request instruction of the desktop icon, determines the self-defining mode of the desktop icon according to the self-defining request instruction, and then according to the processing rule corresponding to the self-defining mode, processing the self-defining information in the self-defining request to obtain a unit group to be matched of the self-defining information, matching the corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request, and finally, when the units to be matched in the unit group to be matched are matched, the matched desktop icons are replaced or covered to be corresponding units to be matched, the scheme can display information on the desktop icons, the displayed desktop icons are replaced by user-defined characters or pictures, the utilization rate and the practicability of the desktop icons are effectively improved, and the information can be visually checked by a user conveniently.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention;
fig. 2 is a diagram of a communication network system architecture according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a desktop icon customizing method according to a first embodiment of the present invention;
fig. 4 is a detailed flowchart of the step of matching a corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the custom request in fig. 3;
FIG. 5 is a diagram illustrating desktop icon customization in text mode according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating desktop icon customization in a picture mode according to an embodiment of the present invention;
FIG. 7 is a flowchart illustrating a desktop icon customizing method according to a second embodiment of the present invention;
FIG. 8 is a flowchart illustrating a desktop icon customizing method according to a third embodiment of the present invention;
FIG. 9 is a flowchart illustrating a fourth exemplary embodiment of a desktop icon customizing method according to the present invention;
FIG. 10 is a flowchart illustrating a fifth exemplary embodiment of a desktop icon customizing method according to the present invention;
FIG. 11 is a flowchart illustrating a sixth embodiment of a desktop icon customizing method according to the present invention;
fig. 12 is a flowchart illustrating a desktop icon customizing method according to a seventh embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Because the characters or pictures displayed in the icons cannot be defined by users, information cannot be displayed in the icons, and the problems of low utilization rate and poor practicability of the icons exist.
The invention provides a desktop icon self-defining method, which can display information on a desktop icon, and replace the displayed desktop icon with user-defined characters or pictures, thereby effectively improving the utilization rate and the practicability of the desktop icon and facilitating the user to visually check the information.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex Long Term Evolution), and TDD-LTE (Time Division duplex Long Term Evolution).
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving gateway) 2034, a PGW (PDN gateway) 2035, and a PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
As shown in fig. 1, the memory 109, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a desktop icon customizing program.
In the mobile terminal shown in fig. 1, the processor 110 may be configured to call the desktop icon customizing program stored in the memory 109 and perform the following steps:
receiving a self-defining request instruction of a desktop icon, and determining a self-defining mode of the desktop icon according to the self-defining request instruction;
processing the custom information in the custom request according to a processing rule corresponding to the custom mode to obtain a unit group to be matched of the custom information;
matching a corresponding desktop icon for each unit to be matched in the unit group to be matched according to an icon matching rule in the user-defined request;
and when the units to be matched in the unit group to be matched are matched, replacing the matched desktop icons with the corresponding units to be matched.
Further, the step of matching a corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request includes:
numbering each unit to be matched in the unit group to be matched, and storing the numbered units to be matched to a cache region;
reading a unit to be matched from the cache region, and selecting a desktop icon from a desktop icon matching list in the user-defined request;
and marking the selected desktop icon according to the serial number of the unit to be matched so as to match the selected desktop icon with the unit to be matched.
Further, the processor 110 may call the desktop icon customizing program stored in the memory 109, and further perform the following steps:
calculating the number of the units to be matched in the unit group to be matched and the current number of the desktop icons;
judging whether the number of the units to be matched is less than or equal to the current number of the desktop icons;
if the number of the units to be matched is less than or equal to the current number of desktop icons, executing the step of matching the corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request;
and if the number of the units to be matched is larger than the current number of the desktop icons, outputting reminding information.
Further, the processor 110 may call the desktop icon customizing program stored in the memory 109, and further perform the following steps:
if the number of the units to be matched is larger than the current number of the desktop icons, judging whether the number of the units to be matched is smaller than or equal to the number of preset icons;
and if the number of the units to be matched is less than or equal to the number of the preset icons, generating virtual desktop icons, and adding the virtual desktop icons to a matching list of the desktop icons.
Further, the processor 110 may call the desktop icon customization program stored in the memory 109, and further perform the following operations:
receiving touch operation triggered based on a unit to be matched, and judging whether a desktop icon at the position of the unit to be matched is a virtual desktop icon or not;
if the desktop icon at the position of the touch-control unit to be matched is a virtual desktop icon, controlling the mobile terminal to enter a desktop icon editing mode;
and if the desktop icon at the position of the touch-controlled unit to be matched is not the virtual desktop icon, generating an entry instruction of the application software, and entering the corresponding application software according to the entry instruction.
Further, the processor 110 may call the desktop icon customization program stored in the memory 109, and further perform the following operations:
and adjusting the currently displayed unit to be matched according to the triggered adjustment request of the unit to be matched.
Further, the processor 110 may call the desktop icon customization program stored in the memory 109, and further perform the following operations:
recording the display duration of the unit to be matched, deleting the displayed unit to be matched when the display duration exceeds the preset duration, and restoring the desktop icon.
Further, the processor 110 may call the desktop icon customization program stored in the memory 109, and further perform the following operations:
when a triggered switching instruction of the desktop icon interface is received, switching the currently displayed desktop icon interface to the desktop icon interface corresponding to the switching instruction;
and correspondingly replacing the desktop icons in the desktop icon interface after switching with the units to be matched displayed on the desktop icon interface before switching.
The embodiments of the mobile terminal of the present invention are substantially the same as the embodiments of the desktop icon customizing method described below, and are not described herein again.
Based on the hardware structure of the mobile terminal and the communication network system, the desktop icon customizing method provided by the invention has various embodiments.
The invention provides a desktop icon self-defining method.
Referring to fig. 3, fig. 3 is a flowchart illustrating a desktop icon customizing method according to a first embodiment of the present invention.
In this embodiment, the desktop icon customizing method includes:
step S101, receiving a self-defining request instruction of a desktop icon, and determining a self-defining mode of the desktop icon according to the self-defining request instruction.
The method for customizing the desktop icon is applied to a mobile terminal, the mobile terminal comprises a smart phone, a tablet personal computer and the like, a user starts the self-defining function of the desktop icon in the mobile terminal, the mobile terminal displays a selection interface of a self-defining mode at the moment, a character mode, a picture and text mode and the like are displayed in the selection interface, the user can select the self-defining mode in the selection interface, the mobile terminal enters an editing interface of the self-defining mode after the user selects the self-defining mode, the editing interfaces of different self-defining modes are different, the user can input self-defining information in the editing interface, the self-defining information comprises character information, picture information and the like, the user can also select the processing rule of the self-defining information in the editing interface, the processing rules of the self-defining information of different self-defining modes, The processing rules in the picture mode and the teletext mode are different.
When the user-defined mode selected by the user is the character mode, the mobile terminal displays an editing interface of the character mode, a character input box, a character processing rule option, a character font and a character background pattern option are displayed in the editing interface of the character mode, the user can input characters based on the character input box, the input characters can be Chinese characters or foreign characters, the user can select a processing rule based on the processing rule option, the processing rule can be a single-character processing rule, a double-character processing rule and the like, for example, when the user selects the single-character processing rule, the mobile terminal divides the input characters into single characters, and the user can also select the character font and the character background pattern in a user-defined mode based on the character font and the character background pattern option. After a user inputs characters, selects a processing rule, a character font and a character background pattern, displaying an effect preview picture of the desktop icon replaced by the characters in an editing interface, and then triggering a self-defining request instruction of the desktop icon when receiving a setting instruction triggered by the user, wherein the self-defining request carries a character mode, character information, a processing rule of the character information, an icon matching rule and the like.
When the user selects the custom mode as a picture mode, the mobile terminal displays an editing interface of the picture mode, a picture adding option, a picture processing rule option and the like are displayed in the editing interface of the picture mode, the picture processing rule comprises the picture dividing proportion, the picture dividing quantity and the like, when the user selects the picture adding option, the mobile terminal displays an addable picture, and displays a rectangular selection frame after selecting the picture, the user drags and zooms the rectangular selection frame to select a part or all of the picture to be cut, then processes the picture based on the picture processing rule selected by the user, after the user adds the picture and the selected processing rule, an effect preview picture of replacing a desktop icon with the picture is displayed in the editing interface, and then when a setting instruction triggered by the user is received, a custom request of the desktop icon is generated, the custom request carries a picture mode, picture information, a picture processing rule, an icon matching rule and the like.
When the user-defined mode selected by the user is the image-text mode, the mobile terminal displays an editing interface of the image-text mode, and at the moment, a text input box, an option of a text processing rule, an option of a picture adding option, an option of a picture processing rule, an option of a text font and a text background pattern and the like are displayed in the editing interface of the image-text mode.
Step S102, according to the processing rule corresponding to the user-defined mode, processing the user-defined information in the user-defined request to obtain a unit group to be matched of the user-defined information.
The method comprises the steps that when a mobile terminal receives a user-defined request instruction of a desktop icon triggered by a user, a user-defined mode in a user-defined request is obtained, and user-defined information in the user-defined request is processed according to a processing rule corresponding to the user-defined mode, so that a unit group to be matched of the user-defined information is obtained. For example, the user-defined mode of the desktop icon is a character mode, the processing rule is a single-character processing rule, and the characters input by the user are Chinese characters, the input Chinese characters are divided into single Chinese characters according to the single-character processing rule, that is, one Chinese character is a unit to be matched, so that a unit group to be matched of the input Chinese characters is obtained, that is, the unit to be matched stored in the unit group to be matched is a single Chinese character. For another example, the user-defined mode of the desktop icon is a picture mode, the processing rule is a picture division rule, that is, a 3 × 3 division rule, and the picture selected by the user is a complete picture, that is, the picture is not cut, the selected complete picture is divided into 3 parts on average in the horizontal direction and 3 parts on average in the vertical direction into 9 small pictures, the aspect ratio of the small pictures is 1:1, each small picture is a unit to be matched, the 9 small pictures obtained by division are unit groups to be matched of the complete picture, that is, the units to be matched stored in the unit group to be matched are small pictures, and the number of the small pictures is 9.
And step S103, matching a corresponding desktop icon for each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request.
The mobile terminal matches the custom information, after obtaining the unit group to be matched, matches a corresponding desktop icon for each unit to be matched in the unit group to be matched according to an icon matching rule in the custom request, where the icon matching rule may be that matching is started from the leftmost desktop icon of the first row of desktop icons, when the first row matching is completed, matching is started from the leftmost desktop icon of the second row of desktop icons, and so on until all the units to be matched in the unit group to be matched are completed, that is, replacing the desktop icons by the row units. The icon matching rule may also be that matching is started from the first desktop icon in the first column, when matching in the first column is completed, matching is started from the first desktop icon in the second column, and so on until all the units to be matched in the unit group to be matched are matched, that is, the desktop icons are replaced by the units in the column. In specific implementation, the icon matching rule can be set by user according to the needs of the user, and certainly, when the user does not set the icon matching rule, the desktop icon is matched for the unit to be matched according to the default icon matching rule.
Specifically, referring to fig. 4, fig. 4 is a schematic diagram of a detailed flow of step S103 in fig. 3, where step S103 includes:
step S1031, numbering each unit to be matched in the unit group to be matched, and storing the numbered units to be matched to a cache region;
step S1032, reading a unit to be matched from the cache region, and selecting a desktop icon from the desktop icon matching list in the user-defined request;
and step S1033, marking the selected desktop icon according to the serial number of the unit to be matched so as to match the selected desktop icon with the unit to be matched.
The mobile terminal processes the custom information, after obtaining a unit group to be matched, numbers each unit to be matched in the unit group to be matched, stores the numbered unit to be matched to a cache region, reads the unit to be matched from the cache region, selects a desktop icon from a desktop icon matching list in the custom request, and finally marks the selected desktop icon according to the number of the unit to be matched to match the selected desktop icon to the unit to be matched, so that a matching record table of the unit to be matched is generated, namely the number of the unit to be matched is the same as that of the matched desktop icon. When the unit to be matched in the unit group to be matched is a single Chinese character, a desktop icon is matched for each single Chinese character, and when the unit to be matched in the unit group to be matched is a small picture, a desktop icon is matched for each small picture.
In specific implementation, the desktop icons in the desktop icon matching list may be the desktop icons selected by the user, the desktop icons displayed on the current interface, the desktop icons determined according to a preset template, or the like. The icon matching rule can also be a manual matching rule, namely, a user edits the serial number of the desktop icon in a desktop icon interface, the serial number of the desktop icon is the same as the serial number of the unit to be matched, namely, the user can manually control the matching relationship between the desktop icon and the unit to be matched.
And step S104, when the units to be matched in the unit group to be matched are matched, replacing or covering the matched desktop icons as the corresponding units to be matched.
When the matching of the units to be matched in the unit group to be matched is completed, the mobile terminal replaces or covers the matched desktop icon as the corresponding unit to be matched, specifically, reads the number of the unit to be matched from the matching record table of the unit to be matched, then obtains the desktop icon with the same number as the number of the unit to be matched, and replaces or covers the desktop icon as the unit to be matched, thereby completing the self-defining of the desktop icon. When the unit to be matched is a single Chinese character, the matched desktop icon is replaced or covered with a designated single Chinese character, and the single Chinese character is displayed according to the character font and the background pattern selected by the user, as shown in fig. 5, fig. 5 is a schematic diagram of the desktop icon self-defining of the character mode in the embodiment of the invention, the characters input by the user in the character input box are 'happy new year, healthy body and all the best, at the moment, the mobile terminal divides the input characters into 12 single Chinese characters, matches each Chinese character with the corresponding desktop icon, then displays the single Chinese character in each matched desktop icon when the matching is finished, and the character description of the desktop icon is not replaced, namely, the characters are' new ',' new year ',' fast ',' happy ',' body ',' healthy ',' ten thousand ',' good 'and' best ', the matched desktop icons are respectively' clock "calendar", "weather", "WeChat", "View", "theme", "gallery", "Camera", "music", "settings", "Phone" and "short message".
When the unit to be matched is a small picture, the matched desktop icon is replaced or covered by the small picture for display, so that after the small pictures are all displayed, the whole desktop can be displayed as a picture, as shown in fig. 6, fig. 6 is a schematic diagram of the desktop icon customization of the picture mode in the embodiment of the invention, the picture selected by the user is the eiffel tower, the mobile terminal transversely equally divides the eiffel tower picture into 3 parts, longitudinally equally divides the eiffel tower picture into 3 parts for matching into 9 small pictures, namely 'small picture 1', 'small picture 2', 'small picture 3', 'small picture 4', 'small picture 5', 'small picture 6', 'small picture 7', 'small picture 8' and 'small picture 9', and each small picture is matched with the corresponding desktop icon, then when the matching is completed, the small picture is displayed in each matched desktop icon, and the text description of the desktop icon is not replaced, that is, the desktop icons of "thumbnail 1", "thumbnail 2", "thumbnail 3", "thumbnail 4", "thumbnail 5", "thumbnail 6", "thumbnail 7", "thumbnail 8" and "thumbnail 9" are "music", "setting", "phone", "clock", "calendar", "weather", "theme", "gallery", and "camera", respectively.
In specific implementation, the invention further provides a push function of the desktop icon, if the user starts the push function, the mobile terminal can automatically push a blessing word corresponding to a holiday when the country statutory holiday is started, the blessing word is displayed in the desktop icon so as to replace the desktop icon, the blessing word can be preset in advance or can be acquired through a network, the user can set the push duration, for example, the duration is 1 day or the duration from the time when the mobile terminal is bright and enters the desktop to the time when the screen is extinguished, and the push function can be manually turned off by the user during the push period. In another specific implementation, the invention further provides a schedule reminding function, if the user starts the schedule reminding function, when the schedule reminding set by the user is triggered, the mobile terminal displays the schedule reminding characters on the desktop icon to replace the desktop icon, and after the schedule reminding is finished, the desktop icon is recovered, and the user can also manually recover the desktop icon.
In another specific implementation, when the mobile terminal enters a desktop icon editing mode, a user can move the desktop icon, record the position arrangement and the number of the current desktop icon when the desktop icon is moved, and then display the unit to be matched according to the recorded position arrangement and the number when the desktop icon editing mode exits, so that the desktop icon is moved, and the unit to be matched is not moved.
In this embodiment, the present invention receives a custom request instruction of a desktop icon, determines a custom mode of the desktop icon according to the custom request instruction, and then determines a processing rule corresponding to the custom mode, processing the self-defining information in the self-defining request to obtain a unit group to be matched of the self-defining information, matching the corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request, and finally, when the units to be matched in the unit group to be matched are matched, the matched desktop icons are replaced or covered to be corresponding units to be matched, the scheme can display information on the desktop icons, the displayed desktop icons are replaced by user-defined characters or pictures, the utilization rate and the practicability of the desktop icons are effectively improved, and the information can be visually checked by a user conveniently.
Further, referring to fig. 7, a second embodiment of the desktop icon customizing method according to the present invention is proposed based on the first embodiment, and the difference from the foregoing embodiment is that before step S103, the desktop icon customizing method further includes:
step S105, calculating the number of units to be matched in the unit group to be matched and the current number of desktop icons;
step S106, judging whether the number of the units to be matched is less than or equal to the current number of the desktop icons;
if the number of the units to be matched is less than or equal to the current number of desktop icons, executing step S30, namely, matching a corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request;
and S107, if the number of the units to be matched is larger than the current number of the desktop icons, outputting reminding information.
After the mobile terminal obtains the unit group to be matched, calculating the number of the units to be matched in the unit group to be matched and the current number of the desktop icons, judging whether the number of the units to be matched is smaller than or equal to the current number of the desktop icons, matching the corresponding desktop icons for each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request if the number of the units to be matched is smaller than or equal to the current number of the desktop icons, and outputting reminding information if the number of the units to be matched is larger than the current number of the desktop icons.
In this embodiment, the number of the units to be matched is greater than the current number of the desktop icons. And the mobile terminal is controlled to output the reminding information, so that the user can process the reminding information in time.
Further, referring to fig. 8, a third embodiment of the desktop icon customizing method according to the present invention is proposed based on the second embodiment, and the difference from the foregoing embodiment is that after step S106, the desktop icon customizing method further includes:
step S108, if the number of the units to be matched is larger than the current number of the desktop icons, judging whether the number of the units to be matched is smaller than or equal to the number of preset icons;
step S109, if the number of the units to be matched is less than or equal to the number of the preset icons, generating virtual desktop icons, and adding the virtual desktop icons to a desktop icon matching list.
After obtaining the unit group to be matched, the mobile terminal calculates the number of units to be matched and the current number of desktop icons in the unit group to be matched, judges whether the number of the units to be matched is less than or equal to the current number of the desktop icons, judges whether the number of the units to be matched is less than or equal to the preset number of the icons if the number of the units to be matched is greater than the current number of the desktop icons, generates virtual desktop icons if the number of the units to be matched is less than or equal to the preset number of the icons, adds the virtual desktop icons to a desktop icon matching list, matches the desktop icons to the units to be matched according to the desktop icons and icon matching rules in the desktop icon matching list, displays the virtual desktop icons when replacing or covering the desktop icons, and displays the units to be matched on the virtual desktop icons, when the displayed virtual desktop icon is clicked by the user, the mobile terminal does not respond and does not display the text description.
In this embodiment, when the number of the units to be matched is greater than the current number of the desktop icons and is not greater than the preset number of the icons, the virtual desktop icons are generated, so that each unit to be matched can be matched with the desktop icons conveniently.
Further, referring to fig. 9, a fourth embodiment of the desktop icon customizing method according to the present invention is proposed based on the first, second, or third embodiment, and is different from the foregoing embodiment in that after step S104, the desktop icon customizing method further includes:
step S110, receiving touch operation triggered based on a unit to be matched, and judging whether a desktop icon at the position of the touched unit to be matched is a virtual desktop icon;
step S111, if the desktop icon at the position of the touch-control unit to be matched is a virtual desktop icon, controlling the mobile terminal to enter a desktop icon editing mode;
step S112, if the desktop icon at the position of the touch-controlled unit to be matched is not the virtual desktop icon, generating an entry instruction of the application software, and entering the corresponding application software according to the entry instruction.
The method comprises the steps that a user triggers touch operation based on a unit to be matched, the mobile terminal receives the touch operation triggered by the user and judges whether a desktop icon at the position of the touched unit to be matched is a virtual desktop icon or not, if the desktop icon at the position of the touched unit to be matched is the virtual desktop icon, the mobile terminal is controlled to enter a desktop icon editing mode, and if the desktop icon at the position of the touched unit to be matched is not the virtual desktop icon, an entering instruction of application software is generated and the corresponding application software is entered according to the entering instruction. When the mobile terminal is in a desktop icon editing mode, a user can move the desktop icons, in specific implementation, when the desktop icons are moved, the position arrangement and the number of the current desktop icons are recorded, and then when the mobile terminal exits from the icon editing mode, the units to be matched are displayed according to the recorded position arrangement and the number, so that the movement of the desktop icons is realized, and the units to be matched are not moved.
In this embodiment, after replacing the desktop icon with the unit to be matched, if the desktop icon is not a virtual icon, the corresponding application software is entered, and if the desktop icon is a virtual icon, the desktop icon editing mode is entered, so that the user can move the desktop icon conveniently.
Further, referring to fig. 10, a fifth embodiment of the desktop icon customizing method according to the present invention is proposed based on the first, second, third, or fourth embodiment, and after step S104, the desktop icon customizing method further includes:
and step S113, adjusting the currently displayed unit to be matched according to the triggered adjustment request of the unit to be matched.
The mobile terminal displays an adjusting interface of the unit to be matched according to an adjusting request when receiving the adjusting request of the unit to be matched triggered by a user, the user can edit the displayed unit to be matched based on the adjusting interface, such as adjusting background patterns, character fonts and the like of the unit to be matched, and the mobile terminal correspondingly adjusts the unit to be matched according to the adjusting instruction triggered by the user when receiving the adjusting instruction triggered by the user based on the adjusting interface, such as replacing the unit to be matched.
In this embodiment, when receiving an adjustment request of a unit to be matched, which is triggered by a user, the present invention displays an adjustment interface of the unit to be matched, so that the user can conveniently adjust the displayed unit to be matched.
Further, referring to fig. 11, based on the first, second, third, fourth or fifth embodiment, a sixth embodiment of the desktop icon customizing method of the present invention is provided, and after step S104, the desktop icon customizing method further includes:
and step S114, recording the display duration of the unit to be matched, deleting the displayed unit to be matched when the display duration exceeds the preset duration, and restoring the desktop icon.
When the matched desktop icon is replaced or covered as the unit to be matched by the mobile terminal, the display duration of the unit to be matched is recorded, whether the display duration exceeds the preset duration is judged, if the display duration exceeds the preset duration, the displayed unit to be matched is deleted, the replaced desktop icon is restored, and the user can manually restore the replaced desktop icon.
In this embodiment, by recording the display duration of the unit to be matched, the replaced desktop icon can be restored when the display duration exceeds the preset duration, and convenience in restoration of the desktop icon is improved.
Further, referring to fig. 12, based on the first, second, third, fourth, fifth or sixth embodiment, a seventh embodiment of the desktop icon customizing method of the present invention is provided, and after step S104, the desktop icon customizing method further includes:
step S115, when a triggered switching instruction of the desktop icon interface is received, switching the currently displayed desktop icon interface into the desktop icon interface corresponding to the switching instruction;
and step S116, replacing the desktop icon in the desktop icon interface after switching with the unit to be matched displayed on the desktop icon interface before switching correspondingly.
After the mobile terminal replaces the matched desktop icon with the unit to be matched, if a user slides the current desktop icon interface, a switching instruction of the desktop icon interface is triggered, at the moment, the mobile terminal receives the switching instruction, switches the currently displayed desktop icon interface to the desktop icon interface corresponding to the switching instruction, and simultaneously replaces the desktop icon in the switched desktop icon interface with the unit to be matched displayed on the desktop icon interface before switching.
In this embodiment, when the desktop icon interface is switched, the position of the displayed unit to be matched does not change, and the desktop icon interface does not need to be matched again.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a desktop icon customization program is stored on the computer-readable storage medium, and when executed by a processor, the desktop icon customization program implements the following steps:
receiving a self-defining request instruction of a desktop icon, and determining a self-defining mode of the desktop icon according to the self-defining request instruction;
processing the custom information in the custom request according to a processing rule corresponding to the custom mode to obtain a unit group to be matched of the custom information;
matching a corresponding desktop icon for each unit to be matched in the unit group to be matched according to an icon matching rule in the user-defined request;
and when the units to be matched in the unit group to be matched are matched, replacing or covering the matched desktop icons as the corresponding units to be matched.
Further, the step of matching a corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request includes:
numbering each unit to be matched in the unit group to be matched, and storing the numbered units to be matched to a cache region;
reading a unit to be matched from the cache region, and selecting a desktop icon from a desktop icon matching list in the user-defined request;
and marking the selected desktop icon according to the serial number of the unit to be matched so as to match the selected desktop icon with the unit to be matched.
Further, when being executed by the processor, the desktop icon custom program further realizes the following steps:
calculating the number of the units to be matched in the unit group to be matched and the current number of the desktop icons;
judging whether the number of the units to be matched is less than or equal to the current number of the desktop icons;
if the number of the units to be matched is less than or equal to the current number of desktop icons, executing the step of matching the corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request;
and if the number of the units to be matched is larger than the current number of the desktop icons, outputting reminding information.
Further, when being executed by the processor, the desktop icon custom program further realizes the following steps:
if the number of the units to be matched is larger than the current number of the desktop icons, judging whether the number of the units to be matched is smaller than or equal to the number of preset icons;
and if the number of the units to be matched is less than or equal to the number of the preset icons, generating virtual desktop icons, and adding the virtual desktop icons to a matching list of the desktop icons.
Further, when being executed by the processor, the desktop icon custom program further realizes the following steps:
receiving touch operation triggered based on a unit to be matched, and judging whether a desktop icon at the position of the unit to be matched is a virtual desktop icon or not;
if the desktop icon at the position of the touch-control unit to be matched is a virtual desktop icon, controlling the mobile terminal to enter a desktop icon editing mode;
and if the desktop icon at the position of the touch-controlled unit to be matched is not the virtual desktop icon, generating an entry instruction of the application software, and entering the corresponding application software according to the entry instruction.
Further, when being executed by the processor, the desktop icon custom program further realizes the following steps:
and adjusting the currently displayed unit to be matched according to the triggered adjustment request of the unit to be matched.
Further, when being executed by the processor, the desktop icon custom program further realizes the following steps:
recording the display duration of the unit to be matched, deleting the displayed unit to be matched when the display duration exceeds the preset duration, and restoring the desktop icon.
Further, when being executed by the processor, the desktop icon custom program further realizes the following steps:
when a triggered switching instruction of the desktop icon interface is received, switching the currently displayed desktop icon interface to the desktop icon interface corresponding to the switching instruction;
and correspondingly replacing the desktop icons in the desktop icon interface after switching with the units to be matched displayed on the desktop icon interface before switching.
The embodiments of the computer-readable storage medium of the present invention are substantially the same as the embodiments of the desktop icon customizing method described above, and are not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A desktop icon self-defining method is characterized by comprising the following steps:
receiving a self-defining request instruction of a desktop icon, and determining a self-defining mode of the desktop icon according to the self-defining request instruction;
processing the custom information in the custom request according to a processing rule corresponding to the custom mode to obtain a unit group to be matched of the custom information;
calculating the number of the units to be matched in the unit group to be matched and the current number of the desktop icons;
judging whether the number of the units to be matched is less than or equal to the current number of the desktop icons;
if the number of the units to be matched is less than or equal to the current number of desktop icons, executing the step of matching the corresponding desktop icon to each unit to be matched in the unit group to be matched according to the icon matching rule in the user-defined request;
if the number of the units to be matched is larger than the current number of the desktop icons, outputting reminding information;
matching a corresponding desktop icon for each unit to be matched in the unit group to be matched according to an icon matching rule in the user-defined request;
and when the units to be matched in the unit group to be matched are matched, replacing or covering the matched desktop icons as the corresponding units to be matched.
2. The desktop icon customizing method of claim 1, wherein the step of matching each unit to be matched in the unit group to be matched with a corresponding desktop icon according to an icon matching rule in the customizing request comprises:
numbering each unit to be matched in the unit group to be matched, and storing the numbered units to be matched to a cache region;
reading a unit to be matched from the cache region, and selecting a desktop icon from a desktop icon matching list in the user-defined request;
and marking the selected desktop icon according to the serial number of the unit to be matched so as to match the selected desktop icon with the unit to be matched.
3. The desktop icon customizing method of claim 1, wherein after the step of determining whether the number of the units to be matched is less than or equal to the current number of desktop icons, the desktop icon customizing method further comprises:
if the number of the units to be matched is larger than the current number of the desktop icons, judging whether the number of the units to be matched is smaller than or equal to the number of preset icons;
and if the number of the units to be matched is less than or equal to the number of the preset icons, generating virtual desktop icons, and adding the virtual desktop icons to a desktop icon matching list.
4. The desktop icon customizing method of claim 3, wherein after the step of replacing or overlaying the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further comprises:
receiving touch operation triggered based on a unit to be matched, and judging whether a desktop icon at the position of the unit to be matched is a virtual desktop icon or not;
if the desktop icon at the position of the touch-control unit to be matched is a virtual desktop icon, controlling the mobile terminal to enter a desktop icon editing mode;
and if the desktop icon at the position of the touch-controlled unit to be matched is not the virtual desktop icon, generating an entry instruction of the application software, and entering the corresponding application software according to the entry instruction.
5. The desktop icon customizing method of any one of claims 1-4, wherein after the step of replacing or overlaying the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further comprises:
and adjusting the currently displayed unit to be matched according to the triggered adjustment request of the unit to be matched.
6. The desktop icon customizing method of any one of claims 1-4, wherein after the step of replacing the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further comprises:
recording the display duration of the unit to be matched, deleting the displayed unit to be matched when the display duration exceeds the preset duration, and restoring the desktop icon.
7. The desktop icon customizing method of any one of claims 1-4, wherein after the step of replacing or overlaying the matched desktop icon with the corresponding unit to be matched, the desktop icon customizing method further comprises:
when a triggered switching instruction of the desktop icon interface is received, switching the currently displayed desktop icon interface to the desktop icon interface corresponding to the switching instruction;
and correspondingly replacing the desktop icons in the desktop icon interface after switching with the units to be matched displayed on the desktop icon interface before switching.
8. A mobile terminal, characterized in that the mobile terminal comprises: a memory, a processor and a desktop icon customizing program stored on the memory and operable on the processor, the desktop icon customizing program, when executed by the processor, implementing the steps of the desktop icon customizing method according to any one of claims 1 to 7.
9. A computer-readable storage medium, having stored thereon a desktop icon customizing program, which when executed by a processor, implements the steps of the desktop icon customizing method according to any one of claims 1 to 7.
CN201710376474.XA 2017-05-24 2017-05-24 Desktop icon self-defining method, mobile terminal and storage medium Active CN107247585B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710376474.XA CN107247585B (en) 2017-05-24 2017-05-24 Desktop icon self-defining method, mobile terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710376474.XA CN107247585B (en) 2017-05-24 2017-05-24 Desktop icon self-defining method, mobile terminal and storage medium

Publications (2)

Publication Number Publication Date
CN107247585A CN107247585A (en) 2017-10-13
CN107247585B true CN107247585B (en) 2020-11-17

Family

ID=60016728

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710376474.XA Active CN107247585B (en) 2017-05-24 2017-05-24 Desktop icon self-defining method, mobile terminal and storage medium

Country Status (1)

Country Link
CN (1) CN107247585B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108459786B (en) * 2018-02-05 2020-10-16 优视科技有限公司 Method and device for displaying customized LOGO and client equipment
CN109828803B (en) * 2018-11-28 2022-04-19 努比亚技术有限公司 Control icon repairing method, terminal and computer readable storage medium
CN111208925A (en) * 2019-09-30 2020-05-29 华为技术有限公司 Method for establishing application combination and electronic equipment
CN112783596B (en) * 2021-02-03 2024-04-05 广东中兴新支点技术有限公司 Operating system, method and medium for realizing virtual desktop multitasking view response
CN115145437A (en) * 2021-03-31 2022-10-04 深圳市万普拉斯科技有限公司 Desktop icon modification method and device and terminal equipment
CN115733917A (en) * 2021-08-31 2023-03-03 华为技术有限公司 Application component display method, electronic device, and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104020923A (en) * 2014-04-02 2014-09-03 深圳市东方拓宇科技有限公司 Method for displaying icons of touch control terminal of electronic product and electronic product
CN105335045A (en) * 2014-08-12 2016-02-17 富泰华工业(深圳)有限公司 Desktop icon change method and system
CN106020599A (en) * 2016-05-13 2016-10-12 乐视控股(北京)有限公司 Mobile terminal desktop icon data change method and device
CN106406666A (en) * 2016-09-22 2017-02-15 乐视控股(北京)有限公司 A processing method and device for application program icons
CN106681735A (en) * 2016-12-30 2017-05-17 迈普通信技术股份有限公司 Method, device and apparatus for generating dynamic icons based fonts

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170053314A1 (en) * 2015-08-20 2017-02-23 Quixey, Inc. Displaying Advertisements In Application Launcher

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104020923A (en) * 2014-04-02 2014-09-03 深圳市东方拓宇科技有限公司 Method for displaying icons of touch control terminal of electronic product and electronic product
CN105335045A (en) * 2014-08-12 2016-02-17 富泰华工业(深圳)有限公司 Desktop icon change method and system
CN106020599A (en) * 2016-05-13 2016-10-12 乐视控股(北京)有限公司 Mobile terminal desktop icon data change method and device
CN106406666A (en) * 2016-09-22 2017-02-15 乐视控股(北京)有限公司 A processing method and device for application program icons
CN106681735A (en) * 2016-12-30 2017-05-17 迈普通信技术股份有限公司 Method, device and apparatus for generating dynamic icons based fonts

Also Published As

Publication number Publication date
CN107247585A (en) 2017-10-13

Similar Documents

Publication Publication Date Title
CN107247585B (en) Desktop icon self-defining method, mobile terminal and storage medium
CN107943367B (en) Interface display method of double-screen terminal, double-screen terminal and computer storage medium
CN107222613B (en) Display method and terminal
CN109040445B (en) Information display method, dual-screen mobile terminal and computer readable storage medium
CN107219972B (en) Application management method and device and computer readable storage medium
CN108174103B (en) Shooting prompting method and mobile terminal
CN107592416B (en) Voice message transmitting method, terminal and computer readable storage medium
CN109224436B (en) Virtual key definition method based on game interface, terminal and storage medium
CN110007816B (en) Display area determining method, terminal and computer readable storage medium
CN108363455B (en) Working mode switching method, mobile terminal and computer readable storage medium
CN111949177B (en) Information transmission method, terminal device, and computer-readable storage medium
CN107979667B (en) Dual-screen display method, mobile terminal and computer-readable storage medium
CN107656743B (en) Application unloading method, terminal and readable storage medium
CN109375846B (en) Method and device for displaying breathing icon, mobile terminal and readable storage medium
CN112068744A (en) Interaction method, mobile terminal and storage medium
CN110058827B (en) Auxiliary screen wallpaper processing method of mobile terminal, mobile terminal and storage medium
CN109683766B (en) Interactive interface control method, mobile terminal and computer readable storage medium
CN108984063B (en) Desktop interaction regulation and control method and device and computer readable storage medium
CN108769126B (en) Application recommendation method, mobile terminal and computer-readable storage medium
CN109408187B (en) Head portrait setting method and device, mobile terminal and readable storage medium
CN108628534B (en) Character display method and mobile terminal
CN108153477B (en) Multi-touch operation method, mobile terminal and computer-readable storage medium
CN110083294B (en) Screen capturing method, terminal and computer readable storage medium
CN109710168B (en) Screen touch method and device and computer readable storage medium
CN109039357B (en) Method for automatically adjusting signal, terminal and computer readable storage medium

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
TA01 Transfer of patent application right

Effective date of registration: 20201022

Address after: Room 306, building 1, Jingxiu family, Huangjing Town, Taicang City, Suzhou City, Jiangsu Province

Applicant after: Taicang Haobo Technical Service Co., Ltd

Address before: 518057 Guangdong Province, Shenzhen high tech Zone of Nanshan District City, No. 9018 North Central Avenue's innovation building A, 6-8 layer, 10-11 layer, B layer, C District 6-10 District 6 floor

Applicant before: NUBIA TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant