WO2015067061A1 - Terminal et procédé pour trier des applications - Google Patents

Terminal et procédé pour trier des applications Download PDF

Info

Publication number
WO2015067061A1
WO2015067061A1 PCT/CN2014/081252 CN2014081252W WO2015067061A1 WO 2015067061 A1 WO2015067061 A1 WO 2015067061A1 CN 2014081252 W CN2014081252 W CN 2014081252W WO 2015067061 A1 WO2015067061 A1 WO 2015067061A1
Authority
WO
WIPO (PCT)
Prior art keywords
color
sorting
picture
sorted
module
Prior art date
Application number
PCT/CN2014/081252
Other languages
English (en)
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 中兴通讯股份有限公司
Publication of WO2015067061A1 publication Critical patent/WO2015067061A1/fr

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
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present invention relates to the field of electronic technologies, and in particular, to a terminal and a method for implementing application sequencing.
  • BACKGROUND OF THE INVENTION In modern society, handheld smart terminal devices (especially smart phones) occupy an increasingly important position in people's lives.
  • the popularity of smart terminals has also brought about an explosive growth of mobile APP applications. Users are becoming more accustomed to using APP to complete life, entertainment, shopping, travel navigation, various life tools, etc., so the applications installed on the devices are also more and more. This also raises a question of how to get fast-paced users to quickly and easily find the applications they need in the main menu.
  • sorting by installation time is faster for finding applications that have just been newly installed, but for a long time, you don't remember when you installed them, users will be obscured; sorting by frequency is easy to find for applications that are frequently used every day. For applications that are not frequently used, there is no advantage; if sorted alphabetically, the user needs to remember the name or initials of the application, and look at the text carefully, there is no way to quickly scan; When sorting, users generally do not manually sort all applications, even if they are manually sorted, they cannot remember the location of all applications.
  • Embodiments of the present invention provide a terminal and a method for implementing application sequencing, which are used to facilitate a user to quickly locate a target application.
  • a method for a terminal to implement application sorting including: acquiring a primary color of each application icon to be sorted, and sorting the applications to be sorted according to a set color tone sorting manner.
  • the acquiring a primary color of each of the to-be-ordered application icons includes: intercepting a picture corresponding to each application icon to be sorted; For each picture, the color value of each pixel in the picture is determined, and the color corresponding to the color value with the highest coverage rate is used as the main color of the corresponding icon.
  • determining the color value of each pixel in the image, and using the color corresponding to the color value with the highest coverage as the primary color of the corresponding icon including: determining each pixel in the image a color value, and matching each color value with a pre-divided color value range corresponding to the different color to obtain a color corresponding to each color value; statistical coverage of each color in the picture, and the highest coverage color as the main color of the corresponding icon .
  • the setting the tone sorting manner includes: sorting the applications to be sorted according to a chromatographic order.
  • a terminal including: an information acquiring module, configured to acquire a primary color tone of each application icon to be sorted; a sorting module, configured to be based on primary color information acquired by the information acquiring module, according to The set tone sorting method is used to sort the applications to be sorted.
  • the information acquiring module includes: a picture intercepting sub-module, configured to intercept a picture corresponding to each application icon to be sorted; a primary color determining sub-module, configured to be for each picture , determining the color value of each pixel in the picture, and using the color corresponding to the color value with the highest coverage as the main color of the corresponding icon.
  • the primary color determination sub-module includes: a matching unit, configured to determine a color value of each pixel in the image, and corresponding to each color value corresponding to the different color The color value range is matched to obtain the color corresponding to each color value; the statistical unit is set to the coverage of each color in the statistical picture, and the color with the highest coverage rate is used as the main color of the corresponding icon.
  • the sorting module is further configured to sort the applications to be sorted according to a chromatographic order.
  • the terminal in the embodiment of the present invention further includes: a sort triggering module, configured to start the information acquiring module when the set sorting control is triggered.
  • the embodiment of the present invention considers that the user generally has a deep memory for the color of the image, so the application is sorted by the icon color, and the user only needs to remember the application icon when searching for the application.
  • the approximate color can quickly slide to the color block, which greatly reduces the search range, speeds up the search efficiency, and increases the aesthetics of the application sort.
  • FIG. 1 is a flowchart of a method for a terminal to implement application sequencing according to the present invention
  • FIG. 2 is a flowchart of a method for a terminal to implement application sequencing according to an application example of the present invention
  • FIG. 4 is a schematic diagram of a terminal after color sorting according to the present invention
  • FIG. 5 is a structural block diagram of a terminal provided by the present invention.
  • the embodiment of the present invention provides a method for the terminal to implement application sorting. As shown in FIG. 1 , the method includes the following steps: Step S101: Acquire a main color of each application icon to be sorted;
  • Step S101 Acquire a main color of each application icon to be sorted;
  • the implementation of the step may be triggered by setting a sort trigger condition.
  • a sorting control may be set in the terminal. When the sorting control is triggered, it is determined that the sorting trigger condition is triggered, and the sorting scheme described in the present invention is started.
  • the manner of acquiring the main color of the application icon is preferably: intercepting the image corresponding to each application icon to be sorted, determining the color value of each pixel in the image for each image, and using the color value with the highest coverage rate.
  • the corresponding color is used as the main color of the corresponding icon.
  • this implementation In the calculation of the color value of each pixel, in order to avoid the gradation of even one color system in the icon, but in the pixel statistics, the color of each pixel is different, thereby affecting the problem of defining the main color, this implementation The example also provides a solution.
  • the color value range of different colors is divided in advance, and as long as it falls within the color value range, the pixel is defined as a color corresponding to the color value range. Therefore, when the main color of the application icon is obtained, after determining the color value of each pixel in the image, each color value is matched with the pre-divided color value range corresponding to the different color to obtain a color corresponding to each color value, and each of the statistical images The coverage of the color, with the highest coverage color as the primary color of the corresponding icon.
  • Step S102 Sort each application to be sorted according to the set tone tone sorting manner based on the acquired main tone information.
  • the applications to be sorted are sorted according to the chromatographic order.
  • the application sorting method provided by the embodiment takes into account that the user generally has a relatively deep memory of the image color, and although the specific graphic of the icon is not remembered, the overall color sense may have an impression.
  • the application icons are sorted according to the chromatographic gradient order.
  • the sorting process includes: Step S201: When the set controls sorted by the icon color are triggered, the sorting process by the icon color is started. That is, the present invention sets an entry for the user within the terminal to trigger color ordering. As shown in FIG.
  • Step S202 acquiring an icon image of each application of the smartphone main menu, and performing pixel statistics;
  • Step S203 according to the statistical result of step S202, using the color with the most pixels as the main color of the icon; it is worth mentioning that Since the statistics are pixel-level, and the color values involved in the color spectrum are very large, in order to easily define the main color, the color color values can be grouped according to the actual situation, such as a certain range, defined as red, within a certain range.
  • Step S204 according to the main color tone obtained in step S203, sort the applications in the main menu according to the chromatographic order. As shown in FIG. 4, the user selects the interface of the main menu after color sorting, and all the icons are arranged in a rainbow shape, and the user can quickly lock in a small range by using the memory of the application icon color to speed up the search, and the other aspect also increases.
  • the embodiment of the present invention further provides a terminal. As shown in FIG.
  • the terminal includes: an information acquiring module 510, configured to acquire a primary color of each application icon to be sorted; a sorting module 520, setting For the main tone information acquired by the information acquisition module 510, the applications to be sorted are sorted according to the set tone ordering manner.
  • the sorting module 520 sorts the applications to be sorted according to the chromatographic order.
  • the information acquiring module 510 specifically includes: a picture intercepting sub-module 511, configured to intercept a picture corresponding to each application icon to be sorted; a primary color determining sub-module 512, configured to determine, for each picture, each pixel in the picture The color value, and the color corresponding to the color value with the highest coverage rate is used as the main color of the corresponding icon.
  • a picture intercepting sub-module 511 configured to intercept a picture corresponding to each application icon to be sorted
  • a primary color determining sub-module 512 configured to determine, for each picture, each pixel in the picture The color value, and the color corresponding to the color value with the highest coverage rate is used as the main color of the corresponding icon.
  • the primary color determining sub-module 512 comprising: a matching unit, configured to determine a color value of each pixel in the picture, and the color values corresponding to the pre-divided and different colors The color value range is matched to obtain the color corresponding to each color value; the statistical unit is set to the coverage of each color in the statistical picture, and the color with the highest coverage rate is used as the main color of the corresponding icon.
  • the color value range of different colors is divided in advance, and as long as it falls within the color value range, the pixel is defined as the color corresponding to the color value range.
  • the terminal in this embodiment further includes: a sort triggering module 530, configured to start the information acquiring module 510 when the set sorting control is triggered. That is, the present invention sets an entry for the user within the terminal to trigger color ordering.
  • the terminal provided in this embodiment considers that the user generally has a relatively deep memory of the image color. Although the specific graphic of the icon is not remembered, the overall color perception may have an impression.
  • icon color sorting the application icons are sorted according to the chromatographic gradient order.
  • the technical solution considering that the user generally has a deeper memory of the color of the image, so the application color is used to sort the application, and the user only needs to remember the approximate color of the application icon when searching for the application, and can quickly slide to the color block, which is extremely large. It narrows the search range, speeds up the search, and increases the aesthetics of the application sort.

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

La présente invention concerne un terminal et un procédé pour trier des applications. Le procédé consiste à obtenir les teintes dominantes des icônes des applications devant être triées et à trier les applications devant être triées selon un mode de tri de teintes défini. Le terminal comprend un module d'acquisition de données et un module de tri. Comme un utilisateur possède généralement une mémoire profonde relative pour des couleurs d'image, la solution technique de la présente invention utilise des couleurs d'icônes pour trier des applications. Quand un utilisateur recherche une application, il peut glisser rapidement jusqu'au bloc de couleur où se trouve l'application uniquement en se rappelant à peu près la couleur d'icône de l'application. Cela réduit considérablement la plage de recherche, accroît l'efficacité de recherche, et améliore l'aspect esthétique du tri d'applications.
PCT/CN2014/081252 2013-11-11 2014-06-30 Terminal et procédé pour trier des applications WO2015067061A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310556486.2 2013-11-11
CN201310556486.2A CN104636194A (zh) 2013-11-11 2013-11-11 一种终端及其实现应用排序的方法

Publications (1)

Publication Number Publication Date
WO2015067061A1 true WO2015067061A1 (fr) 2015-05-14

Family

ID=53040861

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/081252 WO2015067061A1 (fr) 2013-11-11 2014-06-30 Terminal et procédé pour trier des applications

Country Status (2)

Country Link
CN (1) CN104636194A (fr)
WO (1) WO2015067061A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484504A (zh) * 2015-08-28 2017-03-08 中兴通讯股份有限公司 应用程序桌面位置的排序方法、装置及系统

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103645894A (zh) * 2013-11-29 2014-03-19 华为技术有限公司 应用程序图标的显示处理方法与装置
CN104991696B (zh) * 2015-06-15 2019-03-29 联想(北京)有限公司 一种信息处理方法及电子设备
CN105224680A (zh) * 2015-10-19 2016-01-06 深圳市金立通信设备有限公司 一种搜索应用程序的方法以及终端
CN105677349A (zh) * 2016-01-05 2016-06-15 努比亚技术有限公司 桌面图标显示方法及装置
CN105677155B (zh) * 2016-01-05 2019-08-16 深圳Tcl数字技术有限公司 智能终端应用图标的设定方法及系统
CN107844344B (zh) * 2016-09-19 2021-04-09 腾讯科技(深圳)有限公司 应用图标管理方法和装置
CN109683758B (zh) * 2018-12-13 2021-05-07 惠州Tcl移动通信有限公司 应用图标的显示方法、装置及存储介质
CN109683769A (zh) * 2018-12-29 2019-04-26 惠州Tcl移动通信有限公司 一种应用图标排序显示处理方法、移动终端及存储介质
CN109814971B (zh) * 2019-01-22 2023-03-31 平安科技(深圳)有限公司 桌面应用图标排列方法、电子装置及存储介质
CN111913615A (zh) * 2020-06-22 2020-11-10 维沃移动通信有限公司 图标查找方法、装置及电子设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096587A (zh) * 2011-01-25 2011-06-15 宇龙计算机通信科技(深圳)有限公司 应用程序的功能图标显示方法、装置和移动终端
CN102508649A (zh) * 2011-09-26 2012-06-20 鸿富锦精密工业(深圳)有限公司 具有图标自动排序功能的电子装置及其排序方法
CN103309551A (zh) * 2012-03-16 2013-09-18 宇龙计算机通信科技(深圳)有限公司 移动终端和图标显示处理方法
CN103488397A (zh) * 2013-09-13 2014-01-01 深圳市欧珀通信软件有限公司 一种图标的排列方法、装置及移动终端

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100568283C (zh) * 2007-12-07 2009-12-09 北京搜狗科技发展有限公司 一种图片主色调分析方法及其装置
CN101944018B (zh) * 2009-07-03 2013-03-13 华为技术有限公司 一种图标调整方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096587A (zh) * 2011-01-25 2011-06-15 宇龙计算机通信科技(深圳)有限公司 应用程序的功能图标显示方法、装置和移动终端
CN102508649A (zh) * 2011-09-26 2012-06-20 鸿富锦精密工业(深圳)有限公司 具有图标自动排序功能的电子装置及其排序方法
CN103309551A (zh) * 2012-03-16 2013-09-18 宇龙计算机通信科技(深圳)有限公司 移动终端和图标显示处理方法
CN103488397A (zh) * 2013-09-13 2014-01-01 深圳市欧珀通信软件有限公司 一种图标的排列方法、装置及移动终端

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484504A (zh) * 2015-08-28 2017-03-08 中兴通讯股份有限公司 应用程序桌面位置的排序方法、装置及系统

Also Published As

Publication number Publication date
CN104636194A (zh) 2015-05-20

Similar Documents

Publication Publication Date Title
WO2015067061A1 (fr) Terminal et procédé pour trier des applications
EP3119064B1 (fr) Procédé d'écran de verrouillage et terminal mobile
US20170054788A1 (en) Method and device for displaying audio playback application cover
CN103488397A (zh) 一种图标的排列方法、装置及移动终端
WO2017113889A1 (fr) Procédé et appareil pour une configuration de langue
US9621810B2 (en) Method and apparatus for displaying image
WO2016184206A1 (fr) Procédé et dispositif d'ajustement de couleurs d'icônes
US10554803B2 (en) Method and apparatus for generating unlocking interface, and electronic device
CN106777329B (zh) 一种图像信息的处理方法及移动终端
CN102096587A (zh) 应用程序的功能图标显示方法、装置和移动终端
CN106339224B (zh) 可读性增强方法及装置
WO2013062718A1 (fr) Ajustements d'image sur écran
CN104050004A (zh) 界面图标色彩设置方法、装置及终端
CN102663786A (zh) 一种图层叠加方法及采用该图层叠加方法的移动终端
CN104182175A (zh) 触摸屏终端界面显示方法及装置
CN106445970B (zh) 一种占位图的加载处理方法和装置
CN107122153B (zh) 一种汽车仪表图像显示方法
CN105897848A (zh) 一种终端开机应用推送方法及终端
CN104951522B (zh) 一种进行搜索的方法和装置
CN107092412A (zh) 一种快速启动app的方法及移动终端
JP5726008B2 (ja) 接続機器一覧の表示制御装置および表示制御方法
CN108427530B (zh) 一种信息处理方法及终端
WO2019024495A1 (fr) Terminal et procédé de poussée de thème d'application, et support de stockage lisible par ordinateur
CN103513864A (zh) 一种基于色彩识别技术控制图标排列的方法及电子设备
CN107291345B (zh) 一种多媒体对象分享方法及装置

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: 14859410

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: 14859410

Country of ref document: EP

Kind code of ref document: A1