WO2019195965A1 - Method and apparatus for configuring interface icon, and terminal device - Google Patents

Method and apparatus for configuring interface icon, and terminal device Download PDF

Info

Publication number
WO2019195965A1
WO2019195965A1 PCT/CN2018/082204 CN2018082204W WO2019195965A1 WO 2019195965 A1 WO2019195965 A1 WO 2019195965A1 CN 2018082204 W CN2018082204 W CN 2018082204W WO 2019195965 A1 WO2019195965 A1 WO 2019195965A1
Authority
WO
WIPO (PCT)
Prior art keywords
icon
configuration
pattern
interface
configuration area
Prior art date
Application number
PCT/CN2018/082204
Other languages
French (fr)
Chinese (zh)
Inventor
张子敬
唐湘楠
陈剑煜
王激光
许兵兵
Original Assignee
深圳盒子信息科技有限公司
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 深圳盒子信息科技有限公司 filed Critical 深圳盒子信息科技有限公司
Priority to PCT/CN2018/082204 priority Critical patent/WO2019195965A1/en
Publication of WO2019195965A1 publication Critical patent/WO2019195965A1/en

Links

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
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning

Definitions

  • the present application relates to the field of terminal technologies, and in particular, to an interface icon configuration method, apparatus, terminal device, and computer readable storage medium.
  • one way is to design a plurality of icons in advance and place them in an application installation package, and set a mechanism for timing replacement or send a configuration command to the local to perform icon configuration, but it may cause
  • the problem of low real-time performance; the other way is more general, mainly by downloading the updated version of the application in the application market, and installing the version of the application to update the icon, but the operation is too cumbersome.
  • the existing interface icon configuration method cannot achieve real-time update, low real-time performance, and high operational complexity.
  • the present application provides an interface icon configuration method, device, terminal device, and computer readable storage medium to solve the problem of low real-time interface configuration and high operation complexity in the prior art.
  • a first aspect of the present application provides a method for configuring an interface icon, including:
  • a second aspect of the present application provides an interface icon configuration apparatus, including:
  • An acquiring unit configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
  • a display unit configured to find a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
  • a third aspect of the present application provides a terminal device including a memory, a processor, and a computer program stored in the memory and operable on the processor, the processor executing the computer program as described above The steps of the interface icon configuration method.
  • a fourth aspect of the present application provides a computer readable storage medium storing a computer program that, when executed by a processor, implements the steps of the interface icon configuration method as described above.
  • the application sends a configuration request for the icon to the background server, and obtains the icon content corresponding to the configuration request returned by the background server, where the icon content includes the icon pattern and the configuration address, and finally, the application interface visible to the user is found according to the configuration address.
  • the icon pattern is configured in the configuration area to display the icon pattern, which facilitates the configuration of the icon of the application interface according to different requirements, improves the real-time performance, and does not require the user to operate, thereby improving the user experience.
  • FIG. 2 is a flowchart of implementing an interface icon configuration method according to Embodiment 2 of the present application
  • FIG. 3 is a flowchart of implementing an interface icon configuration method according to Embodiment 3 of the present application.
  • FIG. 4 is a flowchart of implementing an interface icon configuration method according to Embodiment 4 of the present application.
  • FIG. 5 is a flowchart of implementing an interface icon configuration method according to Embodiment 5 of the present application.
  • FIG. 6 is a structural block diagram of an interface icon configuration apparatus according to Embodiment 6 of the present application.
  • FIG. 7 is a schematic diagram of a terminal device provided in Embodiment 7 of the present application.
  • FIG. 1 is a flowchart showing an implementation process of an interface icon configuration method provided by an embodiment of the present application, which is described in detail as follows:
  • the application refers to the software installed on the mobile terminal.
  • the installation process generally controls the mobile terminal to first obtain an installation package of the application from the application market download or file transfer operation, and runs the installation package to install. When the installation is completed, The user can enter the application.
  • the application has an application interface, and the application interface is a visual interface specially designed by the application for user operation and feedback information.
  • the application interface provides a number of icons for users to click through to access different application functions. For example, an application for receiving money may have application functions such as “swipe card payment”, “scan code collection” and “balance inquiry”, so multiple icons corresponding to the above application functions are simultaneously displayed in the application. On the application interface so that the user can make a selection.
  • the configuration request for the icon is sent to the background server, wherein,
  • the mobile terminal can be connected to the computer end including the server through the physical data line, and the mobile terminal actively sends a request to the computer.
  • a more preferable option is to connect the mobile terminal to the wireless network, so that the mobile terminal running the application can transmit the configuration request to the server through the wireless network, thereby improving applicability.
  • the configuration request is sent again after the preset sending interval time.
  • the sending interval is set in advance, so that the configuration request is sent at intervals instead of being sent in real time.
  • the resources occupied by the sending configuration request are effectively saved.
  • a configuration request option is provided.
  • the configuration request option is provided in the application of the mobile terminal, and the configuration request is sent to the background server only after the user confirms by the configuration request option, that is, the configuration request is not sent to the background server by default without the user's permission, thereby further reducing the configuration icon. Occupied resources and improved user experience.
  • the icon content corresponding to the configuration request returned by the background server is acquired, and the icon content includes an icon pattern and a configuration address.
  • the background server After receiving the configuration request sent by the mobile terminal, the background server obtains the stored icon content corresponding to the configuration request from the database, and the icon content includes an icon pattern and a configuration address.
  • the icon pattern refers to a visual pattern of the representation icon presented to the user
  • the configuration address refers to a specific configuration position of the icon pattern on the application interface.
  • the icon content indicates a single icon.
  • the icon content stored in the database may have one or more icons.
  • the background server sends an update prompt to the mobile terminal.
  • the prompting mechanism may be preset.
  • the background server sends an update prompt to the mobile terminal, and after receiving the update prompt, the mobile terminal triggers the prompt operation. Prompt the user to send a configuration request for icon configuration.
  • the prompting operation may be to output a visual prompt box on the application interface of the application, which is not limited by the embodiment of the present application.
  • the update prompt is sent to the mobile terminal through the background server, so that the user can know the update status of the icon.
  • the corresponding configuration area in the application interface of the application on the mobile terminal is found according to the configuration address in the icon content.
  • the configuration address is a data representation of the configuration area, for example, a specific layout data between a certain length and another length in a page layout attribute, between one height and another height.
  • different icons are executed according to whether there is an existing icon in the configuration area, thereby displaying an icon pattern, and the specific content is described later.
  • the icon content is written by using the variable code, so that after receiving the icon content returned by the background server, the mobile terminal can perform an icon addition or an icon replacement operation on the application interface of the application.
  • the configuration request is sent to the background server, and the icon content corresponding to the configuration request returned by the background server is received, where the icon content includes the icon pattern and the configuration address, and finally, according to the embodiment, Configure the address to find the corresponding configuration area in the application interface, and display the icon pattern in the configuration area, which improves the real-time and convenience of the icon configuration.
  • the interface icon configuration method may include the following steps:
  • the icon pattern and the configuration address in the icon content are extracted, and the configuration area corresponding to the configuration address is determined.
  • the existing icon is replaced by the icon pattern of the obtained icon content, and the icon is replaced.
  • the icon pattern exists for the user to enter the application function corresponding to the icon pattern in the application, so that when the icon pattern is replaced, the application function corresponding to the icon pattern and the existing function can be detected.
  • the application function corresponding to the icon is the same.
  • an icon identifier is created on the icon pattern. If the icon identifier of the existing icon and the icon identifier of the icon pattern are the same, the existing icon is replaced by the icon pattern; if the icon identifier of the existing icon and the icon identifier of the icon pattern are different After the existing icon is replaced by the icon pattern, the application function entry corresponding to the existing icon is replaced by the application function entry corresponding to the icon pattern. In order to identify different icon patterns, a unique icon identifier can be created for different icon patterns.
  • the icon pattern is obtained from the background server, if the icon identifier matches the icon identifier of the existing icon, the icon pattern and the existing icon are After the user triggers, the same application function will be entered, so the existing icon can be replaced with the icon pattern. For example, in the Dragon Boat Festival, the existing icon corresponding to the "Swipe Card Collection" application function is replaced with the icon pattern with the visual image as the dice.
  • the application function of "swipe card collection" is unchanged; if the icon logo of the existing icon and the icon logo of the icon pattern are not the same, it means that the existing icon and icon will enter different application functions after the user triggers, so
  • the application function entry corresponding to the existing icon is also replaced with the application function entry corresponding to the icon pattern, so that the user can enter the application function corresponding to the icon pattern after triggering the icon pattern, such as , in a certain configuration area, replace the existing application function with the existing icon of "swipe card payment" Icon design application functions as a "balance inquiry", in addition to replacing the pattern, but also the corresponding entry application functions to make changes.
  • the application function entry refers to a data interface related to the application function, and the application function can be accessed through the application function entry.
  • the icon pattern is directly added to the configuration area.
  • step S203 On the basis of step S203, a process of configuring an application function entry corresponding to the icon pattern is added, as shown in FIG. 3, including the following steps:
  • the application function entry is not present. Therefore, in addition to obtaining the icon content from the background server, in the embodiment of the present application, the icon returned in the icon content is returned.
  • the application function portal is preset by the background server.
  • the application function portal and the icon pattern can be stored as an icon content in the database, and returned to the mobile terminal; and the application function portal is separately stored in the database, and The icon identifier of the icon pattern establishes a correspondence relationship.
  • the background server returns the icon content including the icon pattern
  • the application function entry is returned to the mobile terminal together.
  • the application function entry may have a corresponding relationship with the icon identifier of the icon pattern, in order to ensure the user's use requirement, after the mobile terminal obtains the application function entry, the corresponding relationship between the icon pattern and the application function entry is established at the application layer.
  • the icon pattern can be added on the configuration area, so that the user can click the icon pattern to trigger the corresponding application function entry, thereby accessing the corresponding application function.
  • the existing icon by detecting whether there is an existing icon in the configuration area, and performing different operations by using the detection result, if there is an existing icon in the configuration area, the existing icon will be Replace with the icon pattern. If there is no existing icon in the configuration area, the icon pattern is added to the configuration area, which improves the applicability in different situations when the icon is configured.
  • the process of storing the icon content in the local cache is added.
  • the embodiment of the present application provides a flowchart for implementing an interface icon configuration method.
  • the interface icon configuration method may include the following steps:
  • the publishing time corresponding to the icon content may also be stored, and the publishing time determines the configuration time of the icon content on the application interface, such as determining the icon content and determining the publishing time one week before a certain holiday. For the time of the festival.
  • the publishing time may be directly stored in the icon content, or the publishing time may be separately stored in the database and associated with the icon content.
  • the icon content is stored in a local cache.
  • the publishing time is after the current time of the mobile terminal, so the icon content is stored in the local cache, and is reserved for later configuration.
  • the publishing time does not exceed the current time of the mobile terminal, the icon content and the publishing time are deleted.
  • the publishing time does not exceed the current time of the mobile terminal, it is proved that the publishing time has an error, so the mobile terminal deletes the received icon content and the publishing time, does not perform local caching, and reduces the storage pressure.
  • step S103 is normally performed.
  • the publishing time corresponding to the icon content returned by the background server is obtained, and the icon content is stored in the local cache of the mobile terminal, and when the current time of the mobile terminal arrives.
  • the icon content is extracted from the local cache, and the configuration area corresponding to the configuration address in the application interface is searched, and the icon pattern is displayed in the configuration area, and the stability of the icon configuration is improved by setting the local cache to prevent the Unconfigurable conditions caused by network disconnection.
  • the interface icon configuration method may include the following steps:
  • the click frequency of the icon pattern is acquired, and different operations are performed by clicking the frequency. Specifically, when the icon pattern is displayed, the count value is cleared, and if the user clicks on the icon pattern, the count value is incremented by one.
  • the calculation method of the click frequency may be to count the count value in all time and divide it by the total time, but in the embodiment of the present application, the more preferable choice is to select the latest statistical time period (for example, selecting the latest week), The count value in the statistical time period is divided by the statistical time period to obtain the click frequency.
  • the click frequency of the icon pattern After calculating the click frequency of the icon pattern, it is compared with a preset frequency threshold. If the click frequency is less than or equal to the frequency threshold, it is proved that the icon pattern is not frequently or rarely clicked by the user, and in order to save the icon space of the application interface, the icon pattern is eliminated in the configuration area of the application interface.
  • a user option corresponding to the operation of erasing the icon pattern is output on the application interface.
  • the icon pattern is erased, the corresponding user option is displayed on the application interface, so that the user can eliminate or eliminate the user option selection, thereby improving the user experience.
  • the access threshold is generally set to zero, that is, in a certain statistical time period, such as the last week, if the user does not click the icon pattern, the icon pattern is eliminated in the configuration area of the application interface, thereby improving the accuracy of the erasing operation. .
  • click frequency is greater than the frequency threshold, then continue to save the icon pattern in the configuration area of the application interface until the click frequency is less than or equal to the frequency threshold.
  • the click frequency of the icon pattern by determining the click frequency of the icon pattern and determining with a preset frequency threshold, if the click frequency is less than or equal to the frequency threshold, the icon pattern is eliminated in the configuration area. If the click frequency is greater than the frequency threshold, the icon pattern is continuously saved, which improves the simplicity of the application interface and improves the user experience.
  • FIG. 6 is a structural block diagram of an interface icon configuration device provided by an embodiment of the present application.
  • the device includes:
  • a requesting unit 61 configured to send a configuration request to the background server
  • the obtaining unit 62 is configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
  • the display unit 63 is configured to search for a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
  • the display unit 63 includes:
  • a detecting unit configured to detect whether an existing icon exists in the configuration area
  • a replacement unit configured to replace the existing icon with the icon pattern if the existing icon exists in the configuration area
  • an adding unit configured to add the icon pattern in the configuration area if the existing icon does not exist in the configuration area.
  • the obtaining unit 62 further includes:
  • a time obtaining unit configured to acquire a publishing time returned by the background server and corresponding to the icon content
  • a cache unit configured to store the icon content in a local cache
  • An extracting unit configured to: when the publishing time arrives, extract the icon content from the local cache, and execute a configuration area corresponding to the configuration address in the search application interface, and display the configuration area in the configuration area The operation of the icon pattern.
  • FIG. 7 is a schematic diagram of a terminal device according to an embodiment of the present application.
  • the terminal device 7 of this embodiment includes a processor 70, a memory 71, and a computer program 72 stored in the memory 71 and operable on the processor 70.
  • the processor 70 executes the computer program 72, the steps in the foregoing embodiments of the interface icon configuration method are implemented, for example, steps S101 to S103 shown in FIG.
  • the processor 70 when executing the computer program 72, implements the functions of the various units in the various apparatus embodiments described above, such as the functions of the units 61-63 shown in FIG.
  • the computer program 72 can be partitioned into one or more units that are stored in the memory 71 and executed by the processor 70 to complete the application.
  • the one or more units may be a series of computer program instruction segments capable of performing a particular function for describing the execution of the computer program 72 in the terminal device 7.
  • the computer program 72 can be divided into a request unit, an acquisition unit, and a display unit, and the specific functions of each unit are as follows:
  • An acquiring unit configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
  • a display unit configured to find a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
  • the terminal device 7 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the terminal device 7 may include, but is not limited to, a processor 70 and a memory 71. It will be understood by those skilled in the art that FIG. 7 is only an example of the terminal device 7, and does not constitute a limitation of the terminal device 7, and may include more or less components than those illustrated, or combine some components or different components.
  • the terminal device 7 may further include an input/output device, a network access device, a bus, and the like.
  • the so-called processor 70 can be a central processing unit (Central Processing Unit, CPU), can also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), ASIC (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7.
  • the memory 71 may also be an external storage device of the terminal device 7, for example, a plug-in hard disk provided on the terminal device 7, a smart memory card (SMC), and a secure digital (SD). Card, flash card, etc. Further, the memory 71 may also include both an internal storage unit of the terminal device 7 and an external storage device.
  • the memory 71 is used to store the computer program and other programs and data required by the terminal device 7.
  • the memory 71 can also be used to temporarily store data that has been output or is about to be output.
  • each functional unit in the embodiment may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented in the form of hardware. It can also be implemented in the form of a software functional unit.
  • the specific names of the respective functional units are only for the purpose of facilitating mutual differentiation, and are not intended to limit the scope of protection of the present application.
  • the disclosed device/terminal device and method may be implemented in other manners.
  • the device/terminal device embodiment described above is merely illustrative.
  • the division of the unit is only a logical function division, and the actual implementation may have another division manner, such as multiple units or components. It can be combined or integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the present application implements all or part of the processes in the foregoing embodiments, and may also be completed by a computer program to instruct related hardware.
  • the computer program may be stored in a computer readable storage medium. The steps of the various method embodiments described above may be implemented when the program is executed by the processor.
  • the computer program comprises computer program code, which may be in the form of source code, object code form, executable file or some intermediate form.
  • the computer readable medium may include any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a read-only memory (ROM). Random access memory (Random Access Memory, RAM), electrical carrier signals, telecommunications signals, and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.

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)
  • User Interface Of Digital Computer (AREA)

Abstract

The present application is applicable to the technical field of terminal technologies, and provides a method and apparatus for configuring an interface icon, and a terminal device and a computer readable storage medium. The method comprises: issuing a configuration request to a background server; obtaining icon content, corresponding to the configuration request, returned by the background server, the icon content comprising an icon pattern and a configuration address; and searching an application interface for a configuration area corresponding to the configuration address, and displaying the icon pattern in the configuration area. According to embodiments of the present application, the real-time performance of icon configuration is improved while the operation complexity of the icon configuration is reduced.

Description

界面图标配置方法、装置及终端设备Interface icon configuration method, device and terminal device 技术领域Technical field
本申请涉及终端技术技术领域,特别是涉及一种界面图标配置方法、装置、终端设备及计算机可读存储介质。The present application relates to the field of terminal technologies, and in particular, to an interface icon configuration method, apparatus, terminal device, and computer readable storage medium.
背景技术Background technique
近年来,随着软件技术的发展,以及智能手机在群众间的普及度大幅提升,智能手机上的应用程序也层出不穷,而应用程序因其开发门槛不高,应用范围广,解决了人们衣食住行等各方面问题,受到了追捧。在应用程序的使用过程中,用户通常需要点击应用程序的应用界面提供的某个图标,从而进入某个功能。而应用程序为了提高新鲜度和用户粘度,需要对应用界面上的图标进行重新配置。In recent years, with the development of software technology and the popularity of smartphones among the masses, the applications on smartphones have emerged in an endless stream, and the application has a wide range of applications due to its low development threshold, which has solved people's food, clothing, housing, etc. All aspects of the issue have been sought after. During the use of the application, the user usually needs to click on an icon provided by the application interface of the application to enter a certain function. In order to improve freshness and user viscosity, the application needs to reconfigure the icons on the application interface.
现有技术中,要实现对图标的配置,一种方式是预先设计好多个图标并放置于应用程序安装包中,并设定定时更换的机制或者向本地发送配置指令进行图标配置,但是会造成实时性低的问题;另一种方式较为通用,主要通过在应用市场中下载更新的应用程序版本,并安装该应用程序版本以更新图标,但是操作过于繁琐。综上,现有的界面图标配置方法无法实现实时更新,实时性低,并且操作的复杂度高。In the prior art, in order to implement the configuration of an icon, one way is to design a plurality of icons in advance and place them in an application installation package, and set a mechanism for timing replacement or send a configuration command to the local to perform icon configuration, but it may cause The problem of low real-time performance; the other way is more general, mainly by downloading the updated version of the application in the application market, and installing the version of the application to update the icon, but the operation is too cumbersome. In summary, the existing interface icon configuration method cannot achieve real-time update, low real-time performance, and high operational complexity.
技术问题technical problem
本申请提供了界面图标配置方法、装置、终端设备及计算机可读存储介质,以解决现有技术中界面图标配置的实时性低,操作复杂度高的问题。The present application provides an interface icon configuration method, device, terminal device, and computer readable storage medium to solve the problem of low real-time interface configuration and high operation complexity in the prior art.
技术解决方案Technical solution
本申请的第一方面提供了一种界面图标配置方法,包括:A first aspect of the present application provides a method for configuring an interface icon, including:
向后台服务器发出配置请求;Issue a configuration request to the background server;
获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址;Acquiring the icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。Finding a configuration area corresponding to the configuration address in the application interface, and displaying the icon pattern in the configuration area.
本申请的第二方面提供了一种界面图标配置装置,包括:A second aspect of the present application provides an interface icon configuration apparatus, including:
请求单元,用于向后台服务器发出配置请求;a request unit for issuing a configuration request to a background server;
获取单元,用于获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址;An acquiring unit, configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
显示单元,用于查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。And a display unit, configured to find a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
本申请的第三方面提供了一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现如上所述界面图标配置方法的步骤。A third aspect of the present application provides a terminal device including a memory, a processor, and a computer program stored in the memory and operable on the processor, the processor executing the computer program as described above The steps of the interface icon configuration method.
本申请的第四方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现如上所述界面图标配置方法的步骤。A fourth aspect of the present application provides a computer readable storage medium storing a computer program that, when executed by a processor, implements the steps of the interface icon configuration method as described above.
有益效果Beneficial effect
本申请通过向后台服务器发出关于图标的配置请求,并获取后台服务器返回的与配置请求对应的图标内容,其中,图标内容包括图标图案和配置地址,最后根据配置地址,查找到用户可见的应用界面中对应的配置区域,并在配置区域内进行图标图案配置,以显示图标图案,方便根据不同需求对应用界面的图标进行配置,提升了实时性,并且不需要用户进行操作,提升了用户体验。The application sends a configuration request for the icon to the background server, and obtains the icon content corresponding to the configuration request returned by the background server, where the icon content includes the icon pattern and the configuration address, and finally, the application interface visible to the user is found according to the configuration address. In the corresponding configuration area, the icon pattern is configured in the configuration area to display the icon pattern, which facilitates the configuration of the icon of the application interface according to different requirements, improves the real-time performance, and does not require the user to operate, thereby improving the user experience.
附图说明DRAWINGS
图1是本申请实施例一提供的界面图标配置方法的实现流程图;1 is a flowchart of implementing an interface icon configuration method according to Embodiment 1 of the present application;
图2是本申请实施例二提供的界面图标配置方法的实现流程图;2 is a flowchart of implementing an interface icon configuration method according to Embodiment 2 of the present application;
图3是本申请实施例三提供的界面图标配置方法的实现流程图;3 is a flowchart of implementing an interface icon configuration method according to Embodiment 3 of the present application;
图4是本申请实施例四提供的界面图标配置方法的实现流程图;4 is a flowchart of implementing an interface icon configuration method according to Embodiment 4 of the present application;
图5是本申请实施例五提供的界面图标配置方法的实现流程图;5 is a flowchart of implementing an interface icon configuration method according to Embodiment 5 of the present application;
图6是本申请实施例六提供的界面图标配置装置的结构框图;6 is a structural block diagram of an interface icon configuration apparatus according to Embodiment 6 of the present application;
图7是本申请实施例七提供的终端设备的示意图。FIG. 7 is a schematic diagram of a terminal device provided in Embodiment 7 of the present application.
本发明的实施方式Embodiments of the invention
为了使本申请要解决的技术问题、技术方案及有益效果更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。In order to make the technical problems, technical solutions and beneficial effects to be solved by the present application more clear, the present application will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the application and are not intended to be limiting.
图1示出了本申请实施例提供的界面图标配置方法的实现流程,详述如下:FIG. 1 is a flowchart showing an implementation process of an interface icon configuration method provided by an embodiment of the present application, which is described in detail as follows:
在S101中,向后台服务器发出配置请求。In S101, a configuration request is issued to the background server.
应用程序是指安装在移动终端上的软件,安装过程一般为用户控制移动终端首先从应用市场下载或进行文件传输等操作获取应用程序的安装包,并运行安装包进行安装,当安装完成后,用户即可进入应用程序。一般来说,应用程序具有应用界面,应用界面是应用程序专门设计的用于用户操作使用及反馈信息的可视化界面。应用界面提供有许多图标,供以用户点击从而进入不同的应用功能。比如说,一款用于收款的应用程序可能存在“刷卡收款”、“扫码收款”和“余额查询”等应用功能,故将上述应用功能对应的多个图标同时展现在应用程序的应用界面上,以便用户进行选择。The application refers to the software installed on the mobile terminal. The installation process generally controls the mobile terminal to first obtain an installation package of the application from the application market download or file transfer operation, and runs the installation package to install. When the installation is completed, The user can enter the application. Generally speaking, the application has an application interface, and the application interface is a visual interface specially designed by the application for user operation and feedback information. The application interface provides a number of icons for users to click through to access different application functions. For example, an application for receiving money may have application functions such as “swipe card payment”, “scan code collection” and “balance inquiry”, so multiple icons corresponding to the above application functions are simultaneously displayed in the application. On the application interface so that the user can make a selection.
由于应用界面的图标需要根据不同的时间进行更新,比如在春节时,将应用界面图标的底色变为红色,故在本申请实施例中,向后台服务器发送关于图标的配置请求,其中,不限定配置请求发送的场景,比如可将移动终端与包含服务器的电脑端通过实体数据线相连,由移动终端主动向电脑端发出请求。但在本申请实施例中,更优的选择是将移动终端接入无线网络,从而运行有应用程序的移动终端可通过无线网络传输配置请求至服务器,提升适用性。Since the icon of the application interface needs to be updated according to different times, for example, during the Spring Festival, the background color of the application interface icon is changed to red. Therefore, in the embodiment of the present application, the configuration request for the icon is sent to the background server, wherein, The scenario in which the configuration request is sent is limited. For example, the mobile terminal can be connected to the computer end including the server through the physical data line, and the mobile terminal actively sends a request to the computer. However, in the embodiment of the present application, a more preferable option is to connect the mobile terminal to the wireless network, so that the mobile terminal running the application can transmit the configuration request to the server through the wireless network, thereby improving applicability.
可选地,在向后台服务器发送配置请求后,经过预设的发送间隔时间,再次进行配置请求的发送。根据实际的应用场景,预先设置发送间隔时间,从而间隔发送配置请求,而非实时发送,在保证了图标配置的实时性的基础上,有效节省了发送配置请求所占用的资源。Optionally, after the configuration request is sent to the background server, the configuration request is sent again after the preset sending interval time. According to the actual application scenario, the sending interval is set in advance, so that the configuration request is sent at intervals instead of being sent in real time. On the basis of ensuring the real-time performance of the icon configuration, the resources occupied by the sending configuration request are effectively saved.
可选地,提供配置请求选项。在移动终端的应用程序内提供配置请求选项,只有当用户通过配置请求选项确认后,才向后台服务器发送配置请求,即未经用户允许,默认不向后台服务器发送配置请求,进一步减少了配置图标占用的资源,并提升了用户体验。Optionally, a configuration request option is provided. The configuration request option is provided in the application of the mobile terminal, and the configuration request is sent to the background server only after the user confirms by the configuration request option, that is, the configuration request is not sent to the background server by default without the user's permission, thereby further reducing the configuration icon. Occupied resources and improved user experience.
在S102中,获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址。In S102, the icon content corresponding to the configuration request returned by the background server is acquired, and the icon content includes an icon pattern and a configuration address.
后台服务器接受到移动终端发出的配置请求后,从数据库中获取存储的与配置请求存在对应关系的图标内容,图标内容包括图标图案和配置地址。其中,图标图案是指呈现给用户的表示图标的可视化图案,配置地址是指该图标图案在应用界面的具体配置位置。图标内容指示单独一个图标,根据实际的应用情况(即应用界面需要配置的图标的数量),数据库中存储的图标内容可能有一个或一个以上。后台服务器获取完毕后,即将获取的图标内容返回至移动终端,移动终端接收后,继续执行后续步骤。After receiving the configuration request sent by the mobile terminal, the background server obtains the stored icon content corresponding to the configuration request from the database, and the icon content includes an icon pattern and a configuration address. The icon pattern refers to a visual pattern of the representation icon presented to the user, and the configuration address refers to a specific configuration position of the icon pattern on the application interface. The icon content indicates a single icon. Depending on the actual application (ie, the number of icons that the application interface needs to be configured), the icon content stored in the database may have one or more icons. After the background server is obtained, the content of the icon to be obtained is returned to the mobile terminal, and after receiving the mobile terminal, the subsequent steps are continued.
可选地,当图标内容更新后,后台服务器向移动终端发送更新提示。在本申请实施例中,可预先设定提示机制,当数据库存储的图标内容被后台服务器的操作人员修改后,后台服务器向移动终端发送更新提示,移动终端接收该更新提示后,触发提示操作以提示用户发送配置请求进行图标配置。其中,提示操作可以是在应用程序的应用界面上输出可视化的提示框,本申请实施例对此不作限定。通过后台服务器向移动终端发送更新提示,可方便用户获知图标的更新状况。Optionally, after the icon content is updated, the background server sends an update prompt to the mobile terminal. In the embodiment of the present application, the prompting mechanism may be preset. When the icon content stored in the database is modified by the operator of the background server, the background server sends an update prompt to the mobile terminal, and after receiving the update prompt, the mobile terminal triggers the prompt operation. Prompt the user to send a configuration request for icon configuration. The prompting operation may be to output a visual prompt box on the application interface of the application, which is not limited by the embodiment of the present application. The update prompt is sent to the mobile terminal through the background server, so that the user can know the update status of the icon.
在S103中,查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。In S103, a configuration area corresponding to the configuration address in the application interface is searched, and the icon pattern is displayed in the configuration area.
当获取到后台服务器返回的图标内容后,根据图标内容中的配置地址,查找到移动终端上应用程序的应用界面中对应的配置区域。其中,配置地址是配置区域的数据化表示,例如页面布局属性中,某一个长度到另一个长度之间,某一个高度到另一个高度之间的具体布局数据。确定配置区域后,根据该配置区域是否存在已有图标,而执行不同的操作,从而显示图标图案,具体内容在后文进行阐述。值得说明的是,在本申请实施例中,采用可变型代码编写图标内容,以使移动终端在接收到后台服务器返回的图标内容后,能够对应用程序的应用界面进行图标添加或图标替换操作。After the icon content returned by the background server is obtained, the corresponding configuration area in the application interface of the application on the mobile terminal is found according to the configuration address in the icon content. The configuration address is a data representation of the configuration area, for example, a specific layout data between a certain length and another length in a page layout attribute, between one height and another height. After the configuration area is determined, different icons are executed according to whether there is an existing icon in the configuration area, thereby displaying an icon pattern, and the specific content is described later. It should be noted that, in the embodiment of the present application, the icon content is written by using the variable code, so that after receiving the icon content returned by the background server, the mobile terminal can perform an icon addition or an icon replacement operation on the application interface of the application.
通过图1所示实施例可知,在本申请实施例中,通过向后台服务器发出配置请求,并接收后台服务器返回的与配置请求对应的图标内容,其中图标内容包括图标图案和配置地址,最后根据配置地址查找应用界面中对应的配置区域,并在配置区域显示图标图案,提升了图标配置的实时性和便利性。According to the embodiment shown in FIG. 1 , in the embodiment of the present application, the configuration request is sent to the background server, and the icon content corresponding to the configuration request returned by the background server is received, where the icon content includes the icon pattern and the configuration address, and finally, according to the embodiment, Configure the address to find the corresponding configuration area in the application interface, and display the icon pattern in the configuration area, which improves the real-time and convenience of the icon configuration.
图2所示,是在本申请实施例一的基础上,增加了对配置区域内是否存在已有图标类型判断,从而执行不同的操作的过程。本申请实施例提供了界面图标配置的实现流程图,如图所示,该界面图标配置方法可以包括以下步骤:As shown in FIG. 2, based on the first embodiment of the present application, a process of determining whether there is an existing icon type in the configuration area and performing different operations is added. The embodiment of the present application provides a flowchart for implementing interface icon configuration. As shown in the figure, the interface icon configuration method may include the following steps:
在S201中,检测所述配置区域内是否存在已有图标。In S201, it is detected whether an existing icon exists in the configuration area.
在获取到后台服务器返回的图标内容后,提取图标内容中的图标图案和配置地址,并确定配置地址对应的配置区域。由于图标配置的目标不同,有可能为替换以前的图标或是单纯地进行图标添加,故在本申请实施例中,检测该配置区域是否存在已有图标,并根据检测结果执行不同的操作。After the icon content returned by the background server is obtained, the icon pattern and the configuration address in the icon content are extracted, and the configuration area corresponding to the configuration address is determined. In the embodiment of the present application, it is possible to detect whether there is an existing icon in the configuration area, and perform different operations according to the detection result, because the target of the icon configuration is different, and it is possible to replace the previous icon or simply add the icon.
在S202中,若所述配置区域内存在所述已有图标,则以所述图标图案替换所述已有图标。In S202, if the existing icon exists in the configuration area, the existing icon is replaced by the icon pattern.
如果配置区域存在已有图标,则以将获取到的图标内容的图标图案取代已有图标,进行图标的替换。此外,在应用界面中,图标图案的存在是为了用户点击后,进入应用程序中与图标图案对应的应用功能,故在进行图标图案的替换时,还可检测图标图案对应的应用功能和已有图标对应的应用功能是否相同。If there is an existing icon in the configuration area, the existing icon is replaced by the icon pattern of the obtained icon content, and the icon is replaced. In addition, in the application interface, the icon pattern exists for the user to enter the application function corresponding to the icon pattern in the application, so that when the icon pattern is replaced, the application function corresponding to the icon pattern and the existing function can be detected. The application function corresponding to the icon is the same.
可选地,对图标图案建立图标标识,如果已有图标的图标标识和图标图案的图标标识相同,则以图标图案替换已有图标;如果已有图标的图标标识和图标图案的图标标识不相同,则在以图标图案替换已有图标后,以图标图案对应的应用功能入口替换已有图标对应的应用功能入口。为了辨明不同的图标图案,可对不同的图标图案建立唯一的图标标识,从后台服务器获取到图标图案后,如果其图标标识与已有图标的图标标识一致,即说明图标图案和已有图标在用户触发后都会进入同样的应用功能,故将已有图标替换为图标图案即可,如在端午节时,将“刷卡收款”应用功能对应的已有图标替换为可视化形象为粽子的图标图案,但“刷卡收款”的应用功能不变;而如果已有图标的图标标识和图标图案的图标标识不相同,则说明已有图标和图标在用户触发后会进入不同的应用功能,故在将已有图标替换为图标图案后,还要将已有图标对应的应用功能入口替换为图标图案对应的应用功能入口,以使用户在触发图标图案后,能够进入图标图案对应的应用功能,比如,在某个配置区域,将原有的应用功能为“刷卡收款”的已有图标替换为应用功能为“余额查询”的图标图案,除了进行图案的替换外,应用功能入口也要对应进行更改。其中,应用功能入口是指与应用功能相关的数据接口,通过应用功能入口即可进入应用功能。Optionally, an icon identifier is created on the icon pattern. If the icon identifier of the existing icon and the icon identifier of the icon pattern are the same, the existing icon is replaced by the icon pattern; if the icon identifier of the existing icon and the icon identifier of the icon pattern are different After the existing icon is replaced by the icon pattern, the application function entry corresponding to the existing icon is replaced by the application function entry corresponding to the icon pattern. In order to identify different icon patterns, a unique icon identifier can be created for different icon patterns. After the icon pattern is obtained from the background server, if the icon identifier matches the icon identifier of the existing icon, the icon pattern and the existing icon are After the user triggers, the same application function will be entered, so the existing icon can be replaced with the icon pattern. For example, in the Dragon Boat Festival, the existing icon corresponding to the "Swipe Card Collection" application function is replaced with the icon pattern with the visual image as the dice. However, the application function of "swipe card collection" is unchanged; if the icon logo of the existing icon and the icon logo of the icon pattern are not the same, it means that the existing icon and icon will enter different application functions after the user triggers, so After replacing the existing icon with the icon pattern, the application function entry corresponding to the existing icon is also replaced with the application function entry corresponding to the icon pattern, so that the user can enter the application function corresponding to the icon pattern after triggering the icon pattern, such as , in a certain configuration area, replace the existing application function with the existing icon of "swipe card payment" Icon design application functions as a "balance inquiry", in addition to replacing the pattern, but also the corresponding entry application functions to make changes. The application function entry refers to a data interface related to the application function, and the application function can be accessed through the application function entry.
在S203中,若所述配置区域内不存在所述已有图标,则在所述配置区域添加所述图标图案。In S203, if the existing icon does not exist in the configuration area, the icon pattern is added to the arrangement area.
如果配置地址对应的配置区域内并不存在已有图标,即配置目的是进行图标添加,则直接在配置区域添加图标图案。If there is no existing icon in the configuration area corresponding to the configuration address, that is, the purpose of the configuration is to add an icon, the icon pattern is directly added to the configuration area.
在步骤S203的基础上,增加了对图标图案对应的应用功能入口进行配置的过程,如图3所示,包括如下步骤:On the basis of step S203, a process of configuring an application function entry corresponding to the icon pattern is added, as shown in FIG. 3, including the following steps:
在S301中,获取所述后台服务器返回的与所述图标图案对应的应用功能入口。In S301, an application function entry corresponding to the icon pattern returned by the background server is acquired.
由于配置区域并不存在已有图标,自然也不存在应用功能入口,故除了从后台服务器获取图标内容外,在本申请实施例中,还要获取后台服务器返回的与图标内容中的图标图案对应的应用功能入口。其中,应用功能入口由后台服务器进行预先设置,如可将应用功能入口与图标图案一起作为图标内容,存放在数据库中,并返回至移动终端;又如将应用功能入口单独在数据库存储,并与图标图案的图标标识建立对应关系,当后台服务器返回包含图标图案的图标内容时,一同返回应用功能入口至移动终端,以上仅为个例,本申请实施例对此不作限定。Since the configuration area does not have an existing icon, the application function entry is not present. Therefore, in addition to obtaining the icon content from the background server, in the embodiment of the present application, the icon returned in the icon content is returned. Application feature entry. The application function portal is preset by the background server. For example, the application function portal and the icon pattern can be stored as an icon content in the database, and returned to the mobile terminal; and the application function portal is separately stored in the database, and The icon identifier of the icon pattern establishes a correspondence relationship. When the background server returns the icon content including the icon pattern, the application function entry is returned to the mobile terminal together. The above is only an example, which is not limited in this embodiment of the present application.
在S302中,建立所述图标图案与所述应用功能入口的对应关系,并在所述配置区域添加所述图标图案,以使所述用户通过点击所述图标图案进入所述应用功能入口对应的应用功能。In S302, a correspondence between the icon pattern and the application function entry is established, and the icon pattern is added in the configuration area, so that the user enters the application function entry by clicking the icon pattern. Application function.
尽管在数据库中,应用功能入口可能和图标图案的图标标识存在对应关系,但为了保证用户的使用需求,移动终端获取到应用功能入口后,在应用层建立图标图案和应用功能入口的对应关系。建立完成时,即可进行图标图案在配置区域上的添加,以使用户通过点击图标图案,触发对应的应用功能入口,从而访问对应的应用功能。Although in the database, the application function entry may have a corresponding relationship with the icon identifier of the icon pattern, in order to ensure the user's use requirement, after the mobile terminal obtains the application function entry, the corresponding relationship between the icon pattern and the application function entry is established at the application layer. When the establishment is completed, the icon pattern can be added on the configuration area, so that the user can click the icon pattern to trigger the corresponding application function entry, thereby accessing the corresponding application function.
通过图2所示实施例可知,在本申请实施例中,通过检测配置区域内是否存在已有图标,并通过检测结果执行不同的操作,若配置区域内存在已有图标,则将已有图标替换为图标图案,若配置区域内不存在已有图标,则在配置区域添加图标图案,提升了在进行图标配置时不同情况下的适用性。According to the embodiment shown in FIG. 2, in the embodiment of the present application, by detecting whether there is an existing icon in the configuration area, and performing different operations by using the detection result, if there is an existing icon in the configuration area, the existing icon will be Replace with the icon pattern. If there is no existing icon in the configuration area, the icon pattern is added to the configuration area, which improves the applicability in different situations when the icon is configured.
图4所示,是在本申请实施例一的基础上,增加了将图标内容存入本地缓存的过程。本申请实施例提供了界面图标配置方法的实现流程图,如图4所示,该界面图标配置方法可以包括以下步骤:As shown in FIG. 4, based on the first embodiment of the present application, the process of storing the icon content in the local cache is added. The embodiment of the present application provides a flowchart for implementing an interface icon configuration method. As shown in FIG. 4, the interface icon configuration method may include the following steps:
在S401中,获取所述后台服务器返回的与所述图标内容对应的发布时间。In S401, a publishing time corresponding to the icon content returned by the background server is acquired.
除了在数据库中存放图标内容外,还可存放与图标内容对应的发布时间,发布时间确定图标内容在应用界面上的配置时间,如在某个节日的一周前,确定图标内容,并确定发布时间为该节日的时间。在实际应用场景中,可将发布时间直接存放在图标内容中,也可将发布时间单独在数据库存储,并与图标内容建立对应关系。如此在向后台服务器发送配置请求后,获取后台服务器返回的与配置请求对应的图标内容以及发布时间。In addition to storing the icon content in the database, the publishing time corresponding to the icon content may also be stored, and the publishing time determines the configuration time of the icon content on the application interface, such as determining the icon content and determining the publishing time one week before a certain holiday. For the time of the festival. In the actual application scenario, the publishing time may be directly stored in the icon content, or the publishing time may be separately stored in the database and associated with the icon content. After the configuration request is sent to the background server, the icon content corresponding to the configuration request returned by the background server and the release time are obtained.
在S402中,将所述图标内容存入本地缓存。In S402, the icon content is stored in a local cache.
移动终端接收到后台服务器返回的图标内容以及发布时间后,一般来说,发布时间都在移动终端的当前时间后,故将图标内容存入本地缓存,留待之后进行配置。After the mobile terminal receives the icon content returned by the background server and the publishing time, in general, the publishing time is after the current time of the mobile terminal, so the icon content is stored in the local cache, and is reserved for later configuration.
可选地,若发布时间未超过移动终端的当前时间,则删除图标内容和发布时间。当发布时间未超过移动终端的当前时间时,则证明发布时间出现了错误,故移动终端删除接收到的图标内容和发布时间,不进行本地缓存,降低了存储压力。Optionally, if the publishing time does not exceed the current time of the mobile terminal, the icon content and the publishing time are deleted. When the publishing time does not exceed the current time of the mobile terminal, it is proved that the publishing time has an error, so the mobile terminal deletes the received icon content and the publishing time, does not perform local caching, and reduces the storage pressure.
在S403中,当所述发布时间到达时,从所述本地缓存中提取出所述图标内容,并执行所述查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案的操作。In S403, when the publishing time arrives, the icon content is extracted from the local cache, and a configuration area corresponding to the configuration address in the search application interface is executed, and the configuration area is displayed in the configuration area. The operation of the icon pattern.
当移动终端的当前时间等于发布时间时,从本地缓存中提取出图标内容,并正常执行步骤S103。When the current time of the mobile terminal is equal to the publishing time, the icon content is extracted from the local cache, and step S103 is normally performed.
通过图4所示实施例可知,在本申请实施例中,通过获取后台服务器返回的与图标内容对应的发布时间,并将图标内容存入移动终端的本地缓存,并当移动终端的当前时间到达发布时间时,从本地缓存中提取出图标内容,并执行查找应用界面中配置地址对应的配置区域,并在配置区域显示图标图案的操作,通过设置本地缓存提升了图标配置的稳定性,防止因断网引起的无法配置情况的出现。According to the embodiment shown in FIG. 4, in the embodiment of the present application, the publishing time corresponding to the icon content returned by the background server is obtained, and the icon content is stored in the local cache of the mobile terminal, and when the current time of the mobile terminal arrives. When the time is released, the icon content is extracted from the local cache, and the configuration area corresponding to the configuration address in the application interface is searched, and the icon pattern is displayed in the configuration area, and the stability of the icon configuration is improved by setting the local cache to prevent the Unconfigurable conditions caused by network disconnection.
图5所示,是在本申请实施例一的基础上,增加了根据图标图案的点击频率执行不同操作的过程。本申请实施例提供的界面图标配置方法的实现流程图,如图所示,该界面图标配置方法可以包括以下步骤:As shown in FIG. 5, based on the first embodiment of the present application, a process of performing different operations according to the click frequency of the icon pattern is added. The implementation flowchart of the interface icon configuration method provided by the embodiment of the present application, as shown in the figure, the interface icon configuration method may include the following steps:
在S501中,获取所述图标图案的点击频率。In S501, a click frequency of the icon pattern is acquired.
在应用界面的配置区域显示图标图案后,用户可通过点击图标图案而访问对应的应用功能。故在本申请实施例中,获取图标图案的点击频率,并通过点击频率而执行不同的操作。具体地,当图标图案进行显示后,计数值清零,若用户点击图标图案,则计数值加一。点击频率的计算方法可以是统计所有时间内的计数值,并与总时间相除,但在本申请实施例中,更优的选择是选择最近的统计时间段(比如选择最近一周内),将该统计时间段内的计数值除以统计时间段,得到点击频率。After the icon pattern is displayed in the configuration area of the application interface, the user can access the corresponding application function by clicking the icon pattern. Therefore, in the embodiment of the present application, the click frequency of the icon pattern is acquired, and different operations are performed by clicking the frequency. Specifically, when the icon pattern is displayed, the count value is cleared, and if the user clicks on the icon pattern, the count value is incremented by one. The calculation method of the click frequency may be to count the count value in all time and divide it by the total time, but in the embodiment of the present application, the more preferable choice is to select the latest statistical time period (for example, selecting the latest week), The count value in the statistical time period is divided by the statistical time period to obtain the click frequency.
在S502中,若所述点击频率小于或等于预设的频率阈值,则在所述配置区域消去所述图标图案。In S502, if the click frequency is less than or equal to a preset frequency threshold, the icon pattern is eliminated in the configuration area.
计算出图标图案的点击频率后,将其与预设的频率阈值进行比较。如果点击频率小于或等于频率阈值,则证明图标图案不经常或很少被用户点击,则为了节省应用界面的图标空间,在应用界面的配置区域消去该图标图案。After calculating the click frequency of the icon pattern, it is compared with a preset frequency threshold. If the click frequency is less than or equal to the frequency threshold, it is proved that the icon pattern is not frequently or rarely clicked by the user, and in order to save the icon space of the application interface, the icon pattern is eliminated in the configuration area of the application interface.
可选地,在应用界面上输出与消去图标图案的操作对应的用户选项。在消去图标图案时,在应用界面上显示对应的用户选项,以供用户通过用户选项选择消去或不消去,提升了用户体验。Optionally, a user option corresponding to the operation of erasing the icon pattern is output on the application interface. When the icon pattern is erased, the corresponding user option is displayed on the application interface, so that the user can eliminate or eliminate the user option selection, thereby improving the user experience.
可选地,访问阈值一般设置为零,即在某个统计时间段,如最近一周内,若用户没有点击图标图案,则在应用界面的配置区域消去该图标图案,提升了消去操作的准确性。Optionally, the access threshold is generally set to zero, that is, in a certain statistical time period, such as the last week, if the user does not click the icon pattern, the icon pattern is eliminated in the configuration area of the application interface, thereby improving the accuracy of the erasing operation. .
在S503中,若所述点击频率大于所述频率阈值,则继续保存所述图标图案。In S503, if the click frequency is greater than the frequency threshold, the icon pattern is continued to be saved.
如果点击频率大于频率阈值,则继续在应用界面的配置区域保存图标图案,直到点击频率小于或等于频率阈值为止。If the click frequency is greater than the frequency threshold, then continue to save the icon pattern in the configuration area of the application interface until the click frequency is less than or equal to the frequency threshold.
通过图5所示实施例可知,在本申请实施例中,通过获取图标图案的点击频率,并与预设的频率阈值进行判断,如果点击频率小于或等于频率阈值,则在配置区域消去图标图案;如果点击频率大于频率阈值,则继续保存图标图案,提升了应用界面的简洁性,提升了用户体验。According to the embodiment shown in FIG. 5, in the embodiment of the present application, by determining the click frequency of the icon pattern and determining with a preset frequency threshold, if the click frequency is less than or equal to the frequency threshold, the icon pattern is eliminated in the configuration area. If the click frequency is greater than the frequency threshold, the icon pattern is continuously saved, which improves the simplicity of the application interface and improves the user experience.
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。It should be understood that the size of the sequence of the steps in the above embodiments does not mean that the order of execution is performed. The order of execution of each process should be determined by its function and internal logic, and should not be construed as limiting the implementation process of the embodiments of the present application.
对应于上文实施例所述的界面图标配置方法,图6示出了本申请实施例提供的界面图标配置装置的结构框图,参照图6,该装置包括:Corresponding to the interface icon configuration method described in the foregoing embodiment, FIG. 6 is a structural block diagram of an interface icon configuration device provided by an embodiment of the present application. Referring to FIG. 6, the device includes:
请求单元61,用于向后台服务器发出配置请求;a requesting unit 61, configured to send a configuration request to the background server;
获取单元62,用于获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址;The obtaining unit 62 is configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
显示单元63,用于查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。The display unit 63 is configured to search for a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
可选地,所述显示单元63,包括:Optionally, the display unit 63 includes:
检测单元,用于检测所述配置区域内是否存在已有图标;a detecting unit, configured to detect whether an existing icon exists in the configuration area;
替换单元,用于若所述配置区域内存在所述已有图标,则以所述图标图案替换所述已有图标;a replacement unit, configured to replace the existing icon with the icon pattern if the existing icon exists in the configuration area;
添加单元,用于若所述配置区域内不存在所述已有图标,则在所述配置区域添加所述图标图案。And an adding unit, configured to add the icon pattern in the configuration area if the existing icon does not exist in the configuration area.
可选地,所述获取单元62,还包括:Optionally, the obtaining unit 62 further includes:
时间获取单元,用于获取所述后台服务器返回的与所述图标内容对应的发布时间;a time obtaining unit, configured to acquire a publishing time returned by the background server and corresponding to the icon content;
缓存单元,用于将所述图标内容存入本地缓存;a cache unit, configured to store the icon content in a local cache;
提取单元,用于当所述发布时间到达时,从所述本地缓存中提取出所述图标内容,并执行所述查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案的操作。An extracting unit, configured to: when the publishing time arrives, extract the icon content from the local cache, and execute a configuration area corresponding to the configuration address in the search application interface, and display the configuration area in the configuration area The operation of the icon pattern.
图7是本申请实施例提供的终端设备的示意图。如图7所示,该实施例的终端设备7包括:处理器70、存储器71以及存储在所述存储器71中并可在所述处理器70上运行的计算机程序72。所述处理器70执行所述计算机程序72时实现上述各个界面图标配置方法实施例中的步骤,例如图1所示的步骤S101至S103。或者,所述处理器70执行所述计算机程序72时实现上述各装置实施例中各单元的功能,例如图6所示单元61至63的功能。FIG. 7 is a schematic diagram of a terminal device according to an embodiment of the present application. As shown in FIG. 7, the terminal device 7 of this embodiment includes a processor 70, a memory 71, and a computer program 72 stored in the memory 71 and operable on the processor 70. When the processor 70 executes the computer program 72, the steps in the foregoing embodiments of the interface icon configuration method are implemented, for example, steps S101 to S103 shown in FIG. Alternatively, the processor 70, when executing the computer program 72, implements the functions of the various units in the various apparatus embodiments described above, such as the functions of the units 61-63 shown in FIG.
示例性的,所述计算机程序72可以被分割成一个或多个单元,所述一个或者多个单元被存储在所述存储器71中,并由所述处理器70执行,以完成本申请。所述一个或多个单元可以是能够完成特定功能的一系列计算机程序指令段,该指令段用于描述所述计算机程序72在所述终端设备7中的执行过程。例如,所述计算机程序72可以被分割成请求单元、获取单元和显示单元,各单元具体功能如下:Illustratively, the computer program 72 can be partitioned into one or more units that are stored in the memory 71 and executed by the processor 70 to complete the application. The one or more units may be a series of computer program instruction segments capable of performing a particular function for describing the execution of the computer program 72 in the terminal device 7. For example, the computer program 72 can be divided into a request unit, an acquisition unit, and a display unit, and the specific functions of each unit are as follows:
请求单元,用于向后台服务器发出配置请求;a request unit for issuing a configuration request to a background server;
获取单元,用于获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址;An acquiring unit, configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
显示单元,用于查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。And a display unit, configured to find a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
所述终端设备7可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述终端设备7可包括,但不仅限于,处理器70、存储器71。本领域技术人员可以理解,图7仅仅是终端设备7的示例,并不构成对终端设备7的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述终端设备7还可以包括输入输出设备、网络接入设备、总线等。The terminal device 7 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server. The terminal device 7 may include, but is not limited to, a processor 70 and a memory 71. It will be understood by those skilled in the art that FIG. 7 is only an example of the terminal device 7, and does not constitute a limitation of the terminal device 7, and may include more or less components than those illustrated, or combine some components or different components. For example, the terminal device 7 may further include an input/output device, a network access device, a bus, and the like.
所称处理器70可以是中央处理单元(Central Processing Unit,CPU),还可以是其他通用处理器、数字信号处理器 (Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The so-called processor 70 can be a central processing unit (Central Processing Unit, CPU), can also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), ASIC (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
所述存储器71可以是所述终端设备7的内部存储单元,例如终端设备7的硬盘或内存。所述存储器71也可以是所述终端设备7的外部存储设备,例如所述终端设备7上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器71还可以既包括所述终端设备7的内部存储单元也包括外部存储设备。所述存储器71用于存储所述计算机程序以及所述终端设备7所需的其他程序和数据。所述存储器71还可以用于暂时地存储已经输出或者将要输出的数据。The memory 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7. The memory 71 may also be an external storage device of the terminal device 7, for example, a plug-in hard disk provided on the terminal device 7, a smart memory card (SMC), and a secure digital (SD). Card, flash card, etc. Further, the memory 71 may also include both an internal storage unit of the terminal device 7 and an external storage device. The memory 71 is used to store the computer program and other programs and data required by the terminal device 7. The memory 71 can also be used to temporarily store data that has been output or is about to be output.
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元完成,即将所述装置的内部结构划分成不同的功能单元,以完成以上描述的全部或者部分功能。实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中,上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。另外,各功能单元的具体名称也只是为了便于相互区分,并不用于限制本申请的保护范围。上述***中单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。It will be clearly understood by those skilled in the art that, for convenience and brevity of description, only the division of each functional unit described above is exemplified. In practical applications, the above function assignment can be completed by different functional units as needed. The internal structure of the device is divided into different functional units to perform all or part of the functions described above. Each functional unit in the embodiment may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented in the form of hardware. It can also be implemented in the form of a software functional unit. In addition, the specific names of the respective functional units are only for the purpose of facilitating mutual differentiation, and are not intended to limit the scope of protection of the present application. For the specific working process of the unit in the foregoing system, refer to the corresponding process in the foregoing method embodiment, and details are not described herein again.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述或记载的部分,可以参见其它实施例的相关描述。In the above embodiments, the descriptions of the various embodiments are different, and the parts that are not detailed or described in a certain embodiment can be referred to the related descriptions of other embodiments.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware or a combination of computer software and electronic hardware. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods to implement the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present application.
在本申请所提供的实施例中,应该理解到,所揭露的装置/终端设备和方法,可以通过其它的方式实现。例如,以上所描述的装置/终端设备实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个***,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通讯连接可以是通过一些接口,装置或单元的间接耦合或通讯连接,可以是电性,机械或其它的形式。In the embodiments provided by the present application, it should be understood that the disclosed device/terminal device and method may be implemented in other manners. For example, the device/terminal device embodiment described above is merely illustrative. For example, the division of the unit is only a logical function division, and the actual implementation may have another division manner, such as multiple units or components. It can be combined or integrated into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请实现上述实施例方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、电载波信号、电信信号以及软件分发介质等。需要说明的是,所述计算机可读介质包含的内容可以根据司法管辖区内立法和专利实践的要求进行适当的增减,例如在某些司法管辖区,根据立法和专利实践,计算机可读介质不包括电载波信号和电信信号。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the present application implements all or part of the processes in the foregoing embodiments, and may also be completed by a computer program to instruct related hardware. The computer program may be stored in a computer readable storage medium. The steps of the various method embodiments described above may be implemented when the program is executed by the processor. Wherein, the computer program comprises computer program code, which may be in the form of source code, object code form, executable file or some intermediate form. The computer readable medium may include any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a read-only memory (ROM). Random access memory (Random Access Memory, RAM), electrical carrier signals, telecommunications signals, and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-mentioned embodiments are only used to explain the technical solutions of the present application, and are not limited thereto; although the present application has been described in detail with reference to the foregoing embodiments, those skilled in the art should understand that they can still implement the foregoing embodiments. The technical solutions described in the examples are modified or equivalently replaced with some of the technical features; and the modifications or substitutions do not deviate from the spirit and scope of the technical solutions of the embodiments of the present application, and should be included in Within the scope of protection of this application.

Claims (10)

  1. 一种界面图标配置方法,其特征在于,包括:An interface icon configuration method, comprising:
    向后台服务器发出配置请求;Issue a configuration request to the background server;
    获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址;Acquiring the icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
    查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。Finding a configuration area corresponding to the configuration address in the application interface, and displaying the icon pattern in the configuration area.
  2. 如权利要求1所述的界面图标配置方法,其特征在于,所述在所述配置区域显示所述图标类型,包括:The interface icon configuration method according to claim 1, wherein the displaying the icon type in the configuration area comprises:
    检测所述配置区域内是否存在已有图标;Detecting whether an existing icon exists in the configuration area;
    若所述配置区域内存在所述已有图标,则以所述图标图案替换所述已有图标;If the existing icon exists in the configuration area, replacing the existing icon with the icon pattern;
    若所述配置区域内不存在所述已有图标,则在所述配置区域添加所述图标图案。If the existing icon does not exist in the configuration area, the icon pattern is added in the configuration area.
  3. 如权利要求2所述的界面图标配置方法,其特征在于,所述若所述配置区域内不存在所述已有图标,则在所述配置区域添加所述图标图案,还包括:The interface icon configuration method according to claim 2, wherein if the existing icon does not exist in the configuration area, adding the icon pattern to the configuration area further includes:
    获取所述后台服务器返回的与所述图标图案对应的应用功能入口;Obtaining an application function entry corresponding to the icon pattern returned by the background server;
    建立所述图标图案与所述应用功能入口的对应关系,并在所述配置区域添加所述图标图案,以使用户通过点击所述图标图案进入所述应用功能入口对应的应用功能。And establishing a corresponding relationship between the icon pattern and the application function entry, and adding the icon pattern to the configuration area, so that the user enters an application function corresponding to the application function entry by clicking the icon pattern.
  4. 如权利要求1所述的界面图标配置方法,其特征在于,所述获取所述后台服务器返回的与所述配置请求对应的图标内容之后,还包括:The interface icon configuration method according to claim 1, wherein after the obtaining the icon content corresponding to the configuration request returned by the background server, the method further includes:
    获取所述后台服务器返回的与所述图标内容对应的发布时间;Obtaining a publishing time returned by the background server and corresponding to the icon content;
    将所述图标内容存入本地缓存;Storing the icon content in a local cache;
    当所述发布时间到达时,从所述本地缓存中提取出所述图标内容,并执行所述查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案的操作。And when the publishing time arrives, the icon content is extracted from the local cache, and a configuration area corresponding to the configuration address in the search application interface is executed, and the icon pattern is displayed in the configuration area. operating.
  5. 如权利要求1所述的界面图标配置方法,其特征在于,所述查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案之后,还包括:The interface icon configuration method according to claim 1, wherein the searching for the configuration area corresponding to the configuration address in the application interface, and after displaying the icon pattern in the configuration area, further comprising:
    获取所述图标图案的点击频率;Obtaining a click frequency of the icon pattern;
    若所述点击频率小于或等于预设的频率阈值,则在所述配置区域消去所述图标图案;If the click frequency is less than or equal to a preset frequency threshold, the icon pattern is eliminated in the configuration area;
    若所述点击频率大于所述频率阈值,则继续保存所述图标图案。If the click frequency is greater than the frequency threshold, then continuing to save the icon pattern.
  6. 一种界面图标配置装置,其特征在于,包括:An interface icon configuration device, comprising:
    请求单元,用于向后台服务器发出配置请求;a request unit for issuing a configuration request to a background server;
    获取单元,用于获取所述后台服务器返回的与所述配置请求对应的图标内容,所述图标内容包括图标图案和配置地址;An acquiring unit, configured to acquire icon content corresponding to the configuration request returned by the background server, where the icon content includes an icon pattern and a configuration address;
    显示单元,用于查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案。And a display unit, configured to find a configuration area corresponding to the configuration address in the application interface, and display the icon pattern in the configuration area.
  7. 如权利要求6所述的界面图标配置装置,其特征在于,所述显示单元,包括:The interface icon configuration device according to claim 6, wherein the display unit comprises:
    检测单元,用于检测所述配置区域内是否存在已有图标;a detecting unit, configured to detect whether an existing icon exists in the configuration area;
    替换单元,用于若所述配置区域内存在所述已有图标,则以所述图标图案替换所述已有图标;a replacement unit, configured to replace the existing icon with the icon pattern if the existing icon exists in the configuration area;
    添加单元,用于若所述配置区域内不存在所述已有图标,则在所述配置区域添加所述图标图案。And an adding unit, configured to add the icon pattern in the configuration area if the existing icon does not exist in the configuration area.
  8. 如权利要求6所述的界面图标配置装置,其特征在于,所述获取单元,还包括:The interface icon configuration apparatus according to claim 6, wherein the obtaining unit further comprises:
    时间获取单元,用于获取所述后台服务器返回的与所述图标内容对应的发布时间;a time obtaining unit, configured to acquire a publishing time returned by the background server and corresponding to the icon content;
    缓存单元,用于将所述图标内容存入本地缓存;a cache unit, configured to store the icon content in a local cache;
    提取单元,用于当所述发布时间到达时,从所述本地缓存中提取出所述图标内容,并执行所述查找应用界面中所述配置地址对应的配置区域,并在所述配置区域显示所述图标图案的操作。An extracting unit, configured to: when the publishing time arrives, extract the icon content from the local cache, and execute a configuration area corresponding to the configuration address in the search application interface, and display the configuration area in the configuration area The operation of the icon pattern.
  9. 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至5任一项所述界面图标配置方法的步骤。A terminal device comprising a memory, a processor, and a computer program stored in the memory and operable on the processor, wherein the processor executes the computer program as claimed in claim 1 5 steps of any of the interface icon configuration methods.
  10. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至5任一项所述界面图标配置方法的步骤。A computer readable storage medium storing a computer program, wherein the computer program is executed by a processor to implement the interface icon configuration method according to any one of claims 1 to 5. step.
PCT/CN2018/082204 2018-04-08 2018-04-08 Method and apparatus for configuring interface icon, and terminal device WO2019195965A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/082204 WO2019195965A1 (en) 2018-04-08 2018-04-08 Method and apparatus for configuring interface icon, and terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/082204 WO2019195965A1 (en) 2018-04-08 2018-04-08 Method and apparatus for configuring interface icon, and terminal device

Publications (1)

Publication Number Publication Date
WO2019195965A1 true WO2019195965A1 (en) 2019-10-17

Family

ID=68162740

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/082204 WO2019195965A1 (en) 2018-04-08 2018-04-08 Method and apparatus for configuring interface icon, and terminal device

Country Status (1)

Country Link
WO (1) WO2019195965A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309554A (en) * 2012-03-08 2013-09-18 中兴通讯股份有限公司 Method for managing application program icons of mobile terminal and mobile terminal
CN106775233A (en) * 2016-12-13 2017-05-31 青岛海信电器股份有限公司 Icon method for refreshing and terminal in a kind of terminal
CN107665073A (en) * 2017-09-25 2018-02-06 珠海市魅族科技有限公司 Change application program image target method and device, terminal and readable storage medium storing program for executing
CN107678616A (en) * 2017-09-14 2018-02-09 珠海市魅族科技有限公司 A kind of application icon management method and device, terminal and readable storage medium storing program for executing
CN107741803A (en) * 2017-10-20 2018-02-27 珠海市魅族科技有限公司 Display methods, device, terminal and the readable storage medium storing program for executing of desktop icons
CN107765954A (en) * 2017-11-28 2018-03-06 维沃移动通信有限公司 A kind of application icon update method, mobile terminal and server

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309554A (en) * 2012-03-08 2013-09-18 中兴通讯股份有限公司 Method for managing application program icons of mobile terminal and mobile terminal
CN106775233A (en) * 2016-12-13 2017-05-31 青岛海信电器股份有限公司 Icon method for refreshing and terminal in a kind of terminal
CN107678616A (en) * 2017-09-14 2018-02-09 珠海市魅族科技有限公司 A kind of application icon management method and device, terminal and readable storage medium storing program for executing
CN107665073A (en) * 2017-09-25 2018-02-06 珠海市魅族科技有限公司 Change application program image target method and device, terminal and readable storage medium storing program for executing
CN107741803A (en) * 2017-10-20 2018-02-27 珠海市魅族科技有限公司 Display methods, device, terminal and the readable storage medium storing program for executing of desktop icons
CN107765954A (en) * 2017-11-28 2018-03-06 维沃移动通信有限公司 A kind of application icon update method, mobile terminal and server

Similar Documents

Publication Publication Date Title
WO2021012568A1 (en) Data processing method and related device
CN108776934B (en) Distributed data calculation method and device, computer equipment and readable storage medium
WO2018072639A1 (en) Application interface management method and apparatus
WO2020057131A1 (en) Content sharing method, terminal device and storage medium
JP7397094B2 (en) Resource configuration method, resource configuration device, computer equipment, and computer program
US10241718B2 (en) Electronic device and method of analyzing fragmentation of electronic device
CN110830234B (en) User traffic distribution method and device
CN110286768B (en) Virtual object display method, terminal device and computer-readable storage medium
CN110222288B (en) Page display method, device and storage medium
CN107580011B (en) Data sharing method and desktop cloud server
CN111767270A (en) Data migration method, device, server and storage medium
US20240095210A1 (en) Data Transmission Method, Electronic Device, and Computer-Readable Storage Medium
CN111047434A (en) Operation record generation method and device, computer equipment and storage medium
CN108520401B (en) User list management method, device, platform and storage medium
CN112860953A (en) Data importing method, device, equipment and storage medium of graph database
CN106775445B (en) Data migration method and device
CN108241515A (en) Application shortcut method for building up and terminal
CN114564856B (en) Data sharing method based on FMEA and electronic equipment
US20220405406A1 (en) Methods and Systems for Dynamic Sampling of Application Events
CN108804258B (en) Data recovery method and device, mobile terminal and storage medium
WO2019195965A1 (en) Method and apparatus for configuring interface icon, and terminal device
WO2021212492A1 (en) Information pushing method and apparatus, electronic device, and computer-readable medium
WO2018217406A1 (en) Providing instant preview of cloud based file
WO2021077862A1 (en) File synchronization method and device
CN108874586B (en) Data recovery method and related product

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18914052

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18914052

Country of ref document: EP

Kind code of ref document: A1