WO2017049803A1 - 一种列表选项显示控制方法、装置和电子设备 - Google Patents

一种列表选项显示控制方法、装置和电子设备 Download PDF

Info

Publication number
WO2017049803A1
WO2017049803A1 PCT/CN2015/100206 CN2015100206W WO2017049803A1 WO 2017049803 A1 WO2017049803 A1 WO 2017049803A1 CN 2015100206 W CN2015100206 W CN 2015100206W WO 2017049803 A1 WO2017049803 A1 WO 2017049803A1
Authority
WO
WIPO (PCT)
Prior art keywords
option
list
target
display
user
Prior art date
Application number
PCT/CN2015/100206
Other languages
English (en)
French (fr)
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 WO2017049803A1 publication Critical patent/WO2017049803A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus

Definitions

  • the present invention belongs to the field of display control technologies of terminal devices, and in particular, to a list option display control method, apparatus, and electronic device.
  • the list option display scheme of the existing terminal devices such as smart phones and tablet computers needs to first pop up the corresponding list according to the user's list triggering operation. On this basis, it is necessary to continue to select operations according to the user's options, and display the selected target options for the user. Corresponding content.
  • the terminal device pops up the entire list option in the form of a regular list, and then displays the target option content for the user when the user continues to click the select target option;
  • the terminal device first pops up the entire list option in a surround form after the user selects the target list, and then displays the target option content when the user slides to select the target option.
  • an object of the present invention is to provide a list option display control method, apparatus, and electronic device, which are intended to reduce the complexity of the terminal device list option display scheme and facilitate user operations.
  • a list option display control method including:
  • the option content corresponding to the target option is displayed.
  • the content of the option corresponding to the displaying the target option includes:
  • the above method preferably, further includes:
  • the display order is adjusted based on the statistical result.
  • the adjusting the display sequence based on the statistical result includes:
  • the order of the options to be arranged is used as the order in which the list options are displayed.
  • the preset selection operation is: pressing a selection button corresponding to the target list.
  • a list option display control device comprising:
  • a list display module configured to sequentially display the list options included in the target list in a preset display order when detecting that the user starts performing a preset selection operation on the target list;
  • a target option determining module configured to determine a currently displayed target option when detecting that the user finishes executing the preset selection operation
  • the option content display module is configured to display the content of the option corresponding to the target option.
  • the option content display module includes: an option content display unit, configured to display data information corresponding to the target option, or perform function presentation on a function corresponding to the target option.
  • the device preferably, further includes a display sequential adjustment module, where the display sequence adjustment module includes:
  • a statistical unit configured to count the frequency of use of each list option in the target list by the user, and obtain a statistical result
  • an adjusting unit configured to adjust the display order based on the statistical result.
  • the adjusting unit comprises:
  • the display order determining subunit is used to display the order of the options as the order in which the list options are displayed.
  • An electronic device includes a communication bus, an input device, an output device, a memory, and a processor, wherein:
  • the communication bus is configured to implement connection communication between the input device, the output device, the memory, and the processor;
  • the input device is configured to detect that the user starts performing a preset selection operation on the target list, and detects that the user ends performing the preset selection operation;
  • the output device is configured to display an option content corresponding to the target option
  • the program stores a set of program codes, and the electronic device calls program code stored in the memory for performing the following operations:
  • the output device sequentially displays the list options included in the target list in a preset display order
  • the processor determines a target option currently displayed
  • the output device displays an option content corresponding to the target option.
  • the output device displays the option content corresponding to the target option, including:
  • the output device displays data information corresponding to the target option, or performs function presentation on a function corresponding to the target option.
  • the above electronic device preferably, further includes:
  • the processor collects a frequency of use of each list option in the target list by the user, and obtains a statistical result
  • the processor adjusts the display order based on the statistical result.
  • the processor adjusts the display order based on the statistical result, including:
  • the processor will arrange the order of the options as the display order of the list options.
  • the preset selection operation is: pressing a selection button corresponding to the target list.
  • the list option display control method, apparatus, and electronic device disclosed in the present application sequentially display various options of the target list in a preset display order when detecting that the user starts performing the preset selection operation on the target list; When it is detected that the user finishes executing the preset selection operation, the currently displayed target option is determined and the option content is displayed. It can be seen that, when the user triggers the selection target list, the user displays the list options in a bubbling option display manner (that is, the options are displayed separately in a certain order, which is different from the overall display mode of the prior art list option).
  • the technical support realizes the behavior of ending the execution of the selection operation by the user as a trigger condition for selecting the target option and displaying the content of the option, so that the application can raise the target option in the target list for the user through an independent user operation.
  • the content reduces the complexity of the display scheme and facilitates user operations.
  • FIG. 1 is a schematic diagram of an overall representation of a conventional selection list in the prior art
  • FIG. 2 is a schematic diagram of an overall representation of a wraparound selection list in the prior art
  • FIG. 3 is a schematic diagram of a list option display control method according to Embodiment 1 of the present invention.
  • FIG. 4 is a schematic diagram of an operation of selecting a target list by a user according to Embodiment 1 of the present invention.
  • FIG. 5 is a schematic diagram of a bubbling display list option according to Embodiment 1 of the present invention.
  • FIG. 6 is a schematic diagram of a user selecting a target option in a bubble display option process according to Embodiment 1 of the present invention.
  • FIG. 7 is a schematic diagram of a list option display control method according to Embodiment 2 of the present invention.
  • FIG. 8 is a schematic structural diagram of a list option display control apparatus according to Embodiment 3 of the present invention.
  • FIG. 10 is a schematic structural diagram of an electronic device according to Embodiment 4 of the present invention.
  • the embodiment of the present invention discloses a list option display control method.
  • the method can be applied to a terminal device such as a smart phone or a tablet computer.
  • a terminal device such as a smart phone or a tablet computer.
  • the method may include the following steps:
  • the present application reduces the complexity of the existing terminal device list option display scheme by introducing a bubbling list and a bubbling list option display manner based thereon.
  • the bubbling list refers to a list in which each of the to-be-selected list options is popped up in a bubbling manner (ie, each list option is displayed in turn instead of displaying all the options in its entirety) when the list content is picked up and displayed.
  • the terminal device detects the operation behavior of the user in real time, and when detecting that the user starts performing the preset selection operation on the target list, for example, referring to FIG. 4, when detecting that the user presses the selection button or the open button corresponding to the list X, When the selection request for triggering the list X is triggered, it is different from the prior art to directly pop up all the options of the target list.
  • the present application sequentially pops up various options of the target list in the set order to implement bubbling display of each list option. .
  • the specific process of sequentially displaying the various options of the list X by bubbling may be as shown in FIG. 5.
  • the present application separately displays each list option as a technical support in a bubbling manner, and the user ends the execution of the selection operation on the target list as a trigger condition for selecting the target option and displaying the content of the target option. Therefore, in response to the list selection request triggered by the user by pressing or the like, the respective list options are sequentially displayed in a bubbling manner, and the terminal device can detect the user behavior in real time, and when detecting that the user ends the execution of the list selection operation, for example, When detecting that the user releases or raises the selection button or the open button corresponding to the target list, directly displays the selection displayed on the current terminal device screen.
  • the item is the target option selected by the user and displays the content of the option corresponding to the target option.
  • the button can be released when the terminal device displays option B, at which time option B is selected, and then option C is no longer displayed, the terminal The device pops up the content corresponding to option B for the user.
  • the target option is an information item
  • the content of the data information corresponding to the target option is directly displayed.
  • the target option is a function item
  • the function corresponding to the target option is called and the function is presented.
  • the application realizes the content of the target option in the target list for the user through an independent user operation, and the solution is simple and convenient for the user to operate.
  • the user can select the end time of the operation through the control list (such as controlling the pressing duration). Flexibly choose and tune the content of the options you need.
  • the method of the present application when detecting that the user starts performing the preset selection operation on the target list, sequentially displays each option of the target list in a preset display order; and detects that the user finishes executing the preset selection operation. Determines the currently displayed target option and displays the option content. It can be seen that, when the user triggers the selection target list, the user displays the list options in a bubbling option display manner (that is, the options are displayed separately in a certain order, which is different from the overall display mode of the prior art list option).
  • the technical support realizes the behavior of ending the execution of the selection operation by the user as a trigger condition for selecting the target option and displaying the content of the option, so that the application can raise the target option in the target list for the user through an independent user operation.
  • the content reduces the complexity of the display scheme and facilitates user operations. .
  • the method may further include the following steps:
  • This embodiment further optimizes the list option display control scheme of the present application by introducing a bubble order adaptive learning mechanism.
  • the terminal device can grasp the user's usage preference and usage habit by counting the usage frequency of each option in the list, and dynamically adjust the bubbling order of each list option according to the descending order of the frequency of each option, and display the priority. Users use more frequent list options.
  • the end device can adjust the list X option display order to B ⁇ C ⁇ A.
  • the bubble order adaptive learning mechanism of this embodiment further optimizes the user experience and enhances the practicability of the method of the present application.
  • the third embodiment discloses a list option display control device, which corresponds to the list option display control method disclosed in the above embodiments.
  • the list option display control device includes a list display module 100, a target option determination module 200, and an option content display module 300.
  • the list display module 100 is configured to sequentially display the list options included in the target list in a preset display order when detecting that the user starts performing the preset selection operation on the target list;
  • the target option determining module 200 is configured to determine a currently displayed target option when detecting that the user ends performing the preset selection operation;
  • the option content display module 300 is configured to display the option content corresponding to the target option.
  • the option content display module 300 includes an option content display unit, configured to display data information corresponding to the target option, or perform function presentation on a function corresponding to the target option.
  • the list option display control device may further include a display sequential adjustment module 400.
  • the module includes a statistical unit and an adjustment unit.
  • a statistical unit configured to count the frequency of use of each list option in the target list by the user, and obtain a statistical result
  • an adjusting unit configured to adjust the display order based on the statistical result.
  • the adjustment unit includes an option arrangement subunit and a display order determination subunit.
  • the display order determining subunit is used to display the order of the options as the order in which the list options are displayed.
  • the embodiment of the present invention discloses an electronic device, which may be a terminal device such as a smart phone or a tablet computer, and the electronic device includes a list option display control device as disclosed in the third embodiment. Based on the list option display control device, the electronic device can adjust the target option content in the target list for the user through an independent user operation, thereby reducing the complexity of the list option display scheme and facilitating the user operation. .
  • FIG. 10 is a block diagram showing the structure of an electronic device according to an embodiment of the present invention.
  • an electronic device includes a communication bus 402, an input device 403, an output device 404, a memory 405, and a processor 401, wherein:
  • the communication bus 402 is configured to implement connection communication between the input device 403, the output device 404, the memory 405, and the processor 401.
  • the input device 403 is configured to detect that the user starts performing a preset selection operation on the target list, and detects that the user ends performing the preset selection operation.
  • the output device 404 is configured to display an option content corresponding to the target option.
  • the memory 405 stores a set of program codes, and the electronic device calls the program code stored in the memory for performing the following operations:
  • the output device 404 sequentially displays the list options included in the target list in a preset display order.
  • the processor 401 determines a target option currently displayed.
  • the output device 404 displays the option content corresponding to the target option.
  • the output device 404 displays the option content corresponding to the target option, including:
  • the output device 404 displays data information corresponding to the target option, or performs function presentation on a function corresponding to the target option.
  • the method further includes:
  • the processor 401 counts the frequency of use of each list option in the target list by the user, and obtains a statistical result.
  • the processor 401 adjusts the display order based on the statistical result.
  • the processor 401 adjusts the display sequence based on the statistical result, including:
  • the processor 401 arranges the list options included in the target list in descending order of frequency of use.
  • the processor 401 sets the order of the options obtained as the display order of each list option.
  • the preset selection operation is: pressing a selection button corresponding to the target list.
  • the present application can be implemented by means of software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present application may be embodied in the form of a software product in essence or in the form of a software product, which may be stored in a storage medium such as a ROM/RAM or a disk. , an optical disk, etc., includes instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present application or portions of the embodiments.
  • a computer device which may be a personal computer, server, or network device, etc.

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)
  • Telephone Function (AREA)

Abstract

一种列表选项显示控制方法、装置和电子设备,所述方法在检测到用户开始执行对目标列表的预设选择操作时,以预设显示顺序依次显示目标列表的各个选项(S301);并在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项(S302);显示所述目标选项对应的选项内容(S303)。可见,在用户触发选择目标列表时,以一种冒泡式选项显示方式(即以一定顺序依次单独显示各选项)单独显示各列表选项为技术支撑,实现了将用户结束执行所述选择操作的行为,作为选择目标选项并显示选项内容的触发条件,从而通过一次独立的用户操作即可为用户调起目标列表中的目标选项内容,降低了显示方案的复杂度,为用户操作提供了便利。

Description

一种列表选项显示控制方法、装置和电子设备
本申请要求于2015年09月23日提交中国专利局,申请号为201510612816.4、发明名称为“一种列表选项显示控制方法、装置和电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明属于终端设备的显示控制技术领域,尤其涉及一种列表选项显示控制方法、装置和电子设备。
背景技术
现有智能手机、平板电脑等终端设备的列表选项显示方案,需首先依据用户的列表触发操作弹出相应列表,在此基础上,需继续依据用户的选项选择操作,为用户显示所选中目标选项的相应内容。
比如,常规的选择列表显示方案中,参考图1,用户选择目标列表后,终端设备以常规列表形式弹出整个列表选项,之后在用户继续点击选择目标选项时为用户显示目标选项内容;再比如环绕式选择列表显示方案中,参考图2,终端设备首先在用户选择目标列表后以环绕形式弹出整个列表选项,之后在用户滑动选择目标选项时,显示目标选项内容。可见,终端设备的现有列表选项显示方案较为复杂,至少需依赖两次独立的用户操作才能为用户调起目标列表中的目标选项内容,相应会带来用户操作繁琐,体验度低等问题。
发明内容
有鉴于此,本发明的目的在于提供一种列表选项显示控制方法、装置和电子设备,旨在降低终端设备列表选项显示方案的复杂程度,为用户操作提供便利。
为此,本发明公开如下技术方案:
一种列表选项显示控制方法,包括:
在检测到用户开始执行对目标列表的预设选择操作时,以预设的显示顺序 依次显示所述目标列表包含的列表选项;
在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项;
显示所述目标选项对应的选项内容。
上述方法,优选的,所述显示所述目标选项对应的选项内容包括:
显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
上述方法,优选的,还包括:
统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
基于所述统计结果,调整所述显示顺序。
上述方法,优选的,所述基于所述统计结果,调整所述显示顺序,包括:
按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
将排列得到的选项次序,作为各列表选项的显示顺序。
上述方法,优选的,所述预设选择操作为:按压目标列表对应的选择按钮。
一种列表选项显示控制装置,包括:
列表显示模块,用于在检测到用户开始执行对目标列表的预设选择操作时,以预设的显示顺序依次显示所述目标列表包含的列表选项;
目标选项确定模块,用于在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项;
选项内容显示模块,用于显示所述目标选项对应的选项内容。
上述装置,优选的,所述选项内容显示模块包括:选项内容显示单元,用于显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
上述装置,优选的,还包括显示顺次调整模块,所述显示顺序调整模块包括:
统计单元,用于统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
调整单元,用于基于所述统计结果,调整所述显示顺序。
上述装置,优选的,所述调整单元包括:
选项排列子单元,用于按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
显示顺序确定子单元,用于将排列得到的选项次序,作为各列表选项的显示顺序。
一种电子设备,包括通信总线、输入装置、输出装置、存储器以及处理器,其中:
所述通信总线,用于实现所述输入装置、输出装置、存储器以及处理器之间的连接通信;
所述输入装置,用于检测用户开始执行对目标列表的预设选择操作,以及检测用户结束执行所述预设选择操作;
所述输出装置,用于显示目标选项对应的选项内容;
所述存储器中存储一组程序代码,且所述电子设备调用所述存储器中存储的程序代码,用于执行以下操作:
所述输入装置在检测到用户开始执行对目标列表的预设选择操作时,所述输出装置以预设的显示顺序依次显示所述目标列表包含的列表选项;
所述输入装置在检测到用户结束执行所述预设选择操作时,所述处理器确定当前显示的目标选项;
所述输出装置显示所述目标选项对应的选项内容。
上述电子设备,优选的,所述输出装置显示所述目标选项对应的选项内容包括:
所述输出装置显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
上述电子设备,优选的,还包括:
所述处理器统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
所述处理器基于所述统计结果,调整所述显示顺序。
上述电子设备,优选的,所述处理器基于所述统计结果,调整所述显示顺序,包括:
所述处理器按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
所述处理器将排列得到的选项次序,作为各列表选项的显示顺序。
上述电子设备,优选的,所述预设选择操作为:按压目标列表对应的选择按钮。
由以上方案可知,本申请公开的列表选项显示控制方法、装置和电子设备,在检测到用户开始执行对目标列表的预设选择操作时,以预设显示顺序依次显示目标列表的各个选项;并在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项并显示选项内容。可见,本申请在用户触发选择目标列表时,以一种冒泡式选项显示方式(即以一定顺序依次单独显示各选项,区别于现有技术的列表选项整体显示方式)单独显示各列表选项为技术支撑,实现了将用户结束执行所述选择操作的行为,作为选中目标选项并显示选项内容的触发条件,从而,本申请通过一次独立的用户操作即可为用户调起目标列表中的目标选项内容,降低了显示方案的复杂度,为用户操作提供了便利。
附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。
图1是现有技术中常规选择列表的整体呈现方式示意图;
图2是现有技术中环绕式选择列表的整体呈现方式示意图;
图3是本发明实施例一提供的列表选项显示控制方法示意图;
图4是本发明实施例一提供的用户选择目标列表的操作示意图;
图5是本发明实施例一提供的冒泡式显示列表选项的示意图;
图6是本发明实施例一提供的冒泡式显示选项过程中用户选中目标选项的示意图;
图7是本发明实施例二提供的列表选项显示控制方法示意图;
图8-图9是本发明实施例三提供的列表选项显示控制装置的结构示意图;
图10是本发明实施例四提供的电子设备的结构示意图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
实施例一
本发明实施例一公开一种列表选项显示控制方法,所述方法可以应用于智能手机、平板电脑等终端设备,参考图3,所述方法可以包括以下步骤:
S301:在检测到用户开始执行对目标列表的预设选择操作时,以预设的显示顺序依次显示所述目标列表包含的列表选项;
S302:在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项;
S303:显示所述目标选项对应的选项内容。
本申请通过引入一种冒泡式列表以及在此基础上的冒泡式列表选项显示方式,来降低现有终端设备列表选项显示方案的复杂性。其中,冒泡式列表是指在调起并显示列表内容时,以冒泡方式依次弹出各个待选列表选项(即依次单独显示各列表选项,而非整体显示所有选项)的列表。
具体地,终端设备实时检测用户的操作行为,当检测到用户开始执行对目标列表的预设选择操作时,比如,参考图4,当检测到用户通过按压列表X对应的选择按钮或打开按钮,实现触发对列表X的选择请求时,区别于现有技术直接一次性整体弹出目标列表的所有选项,本申请按设定顺序依次弹出目标列表的各个选项,实现对各列表选项进行冒泡式显示。
例如,假设列表X共包括三个列表选项:选项A、选项B和选项C,则通过冒泡方式依次显示列表X各个选项的具体过程可参考图5所示。
在此基础上,本申请以冒泡方式单独显示各列表选项为技术支撑,将用户结束执行对目标列表的选择操作这一行为,作为选中目标选项并显示目标选项内容的触发条件。从而,在响应用户通过按压等方式触发的列表选择请求,以冒泡方式依次显示各个列表选项的同时,终端设备可通过实时检测用户行为,并在检测到用户结束执行列表的选择操作时,比如,在检测到用户松开或抬起目标列表对应的选择按钮或打开按钮时,直接将当前终端设备屏幕上显示的选 项作为用户选中的目标选项,并显示目标选项对应的选项内容。
例如,参考图6,如果用户需选择列表X中的选项B为其目标选项,则可在终端设备显示选项B时松开按键,此时选项B被选中,之后的选项C不再显示,终端设备为用户弹出选项B对应的内容。具体地,如果目标选项为一信息项,则直接显示目标选项对应的数据信息内容,如果目标选项为一功能项,则调起目标选项对应的功能,并对其进行功能呈现。
本申请通过一次独立的用户操作实现了为用户调起目标列表中的目标选项内容,方案简单,用户操作方便,实际应用中,用户可通过控制列表选择操作的结束时间(比如控制按压时长),来灵活选择并调起所需的选项内容。
由以上方案可知,本申请方法在检测到用户开始执行对目标列表的预设选择操作时,以预设显示顺序依次显示目标列表的各个选项;并在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项并显示选项内容。可见,本申请在用户触发选择目标列表时,以一种冒泡式选项显示方式(即以一定顺序依次单独显示各选项,区别于现有技术的列表选项整体显示方式)单独显示各列表选项为技术支撑,实现了将用户结束执行所述选择操作的行为,作为选中目标选项并显示选项内容的触发条件,从而,本申请通过一次独立的用户操作即可为用户调起目标列表中的目标选项内容,降低了显示方案的复杂度,为用户操作提供了便利。。
实施例二
本实施例中,参考图7,所述方法还可以包括以下步骤:
S304:统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
S305:基于所述统计结果,调整所述显示顺序。
本实施例通过引入冒泡顺序自适应学习机制,来进一步优化本申请的列表选项显示控制方案。
具体地,终端设备可通过统计列表中各选项的使用频率,来掌握用户的使用喜好、使用习惯,并按各选项使用频率的降序次序,对各列表选项的冒泡次序进行动态调整,优先显示用户使用较为频繁的列表选项。
比如,假设列表X的选项A、B、C的使用频率大小排序为B>C>A,则终 端设备可调整列表X的选项显示次序为B→C→A。
本实施例的冒泡顺序自适应学习机制,进一步优化了用户体验,增强了本申请方法的实用性。
实施例三
本实施例三公开一种列表选项显示控制装置,该装置与以上各实施例公开的列表选项显示控制方法相对应。
相应于实施例一,参考图8,所述列表选项显示控制装置包括列表显示模块100、目标选项确定模块200和选项内容显示模块300。
列表显示模块100,用于在检测到用户开始执行对目标列表的预设选择操作时,以预设的显示顺序依次显示所述目标列表包含的列表选项;
目标选项确定模块200,用于在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项;
选项内容显示模块300,用于显示所述目标选项对应的选项内容。
其中,所述选项内容显示模块300包括选项内容显示单元,用于显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
相应于实施例二,参考图9,所述列表选项显示控制装置还可以包括显示顺次调整模块400。该模块包括统计单元和调整单元。
统计单元,用于统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
调整单元,用于基于所述统计结果,调整所述显示顺序。
其中,所述调整单元包括选项排列子单元和显示顺序确定子单元。
选项排列子单元,用于按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
显示顺序确定子单元,用于将排列得到的选项次序,作为各列表选项的显示顺序。
对于本发明实施例三公开的列表选项显示控制装置而言,由于其与实施例一至实施例二公开的列表选项显示控制方法相对应,所以描述的比较简单,相关相似之处请参见实施例一至实施例二中列表选项显示控制方法部分的说明即可,此处不再详述。
实施例四
本实施例公开一种电子设备,所述电子设备具体可以是智能手机、平板电脑等终端设备,所述电子设备包括如实施例三所公开的列表选项显示控制装置。基于所述列表选项显示控制装置,所述电子设备通过一次独立的用户操作,即可为用户调起目标列表中的目标选项内容,降低了列表选项显示方案的复杂性,为用户操作提供了便利。
图10示出了根据本发明的一个实施例的电子设备的结构示意图。
如图10所示,根据本发明的一个实施例的电子设备,包括通信总线402、输入装置403、输出装置404、存储器405以及处理器401,其中:
所述通信总线402,用于实现所述输入装置403、输出装置404、存储器405以及处理器401之间的连接通信。
所述输入装置403,用于检测用户开始执行对目标列表的预设选择操作,以及检测用户结束执行所述预设选择操作。
所述输出装置404,用于显示目标选项对应的选项内容。
所述存储器405中存储一组程序代码,且所述电子设备调用所述存储器中存储的程序代码,用于执行以下操作:
所述输入装置403在检测到用户开始执行对目标列表的预设选择操作时,所述输出装置404以预设的显示顺序依次显示所述目标列表包含的列表选项。
所述输入装置403在检测到用户结束执行所述预设选择操作时,所述处理器401确定当前显示的目标选项。
所述输出装置404显示所述目标选项对应的选项内容。
在可选实施例中,所述输出装置404显示所述目标选项对应的选项内容包括:
所述输出装置404显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
在可选实施例中,还包括:
所述处理器401统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果。
所述处理器401基于所述统计结果,调整所述显示顺序。
在可选实施例中,所述处理器401基于所述统计结果,调整所述显示顺序,包括:
所述处理器401按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列。
所述处理器401将排列得到的选项次序,作为各列表选项的显示顺序。
在可选实施例中,所述预设选择操作为:按压目标列表对应的选择按钮。
需要说明的是,本说明书中的各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似的部分互相参见即可。
为了描述的方便,描述以上系统或装置时以功能分为各种模块或单元分别描述。当然,在实施本申请时可以把各单元的功能在同一个或多个软件和/或硬件中实现。
通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本申请可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例或者实施例的某些部分所述的方法。
最后,还需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。
以上所述仅是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。

Claims (14)

  1. 一种列表选项显示控制方法,其特征在于,包括:
    在检测到用户开始执行对目标列表的预设选择操作时,以预设的显示顺序依次显示所述目标列表包含的列表选项;
    在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项;
    显示所述目标选项对应的选项内容。
  2. 根据权利要求1所述的方法,其特征在于,所述显示所述目标选项对应的选项内容包括:
    显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
  3. 根据权利要求1所述的方法,其特征在于,还包括:
    统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
    基于所述统计结果,调整所述显示顺序。
  4. 根据权利要求3所述的方法,其特征在于,所述基于所述统计结果,调整所述显示顺序,包括:
    按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
    将排列得到的选项次序,作为各列表选项的显示顺序。
  5. 根据权利要求1-4任意一项所述的方法,其特征在于,所述预设选择操作为:按压目标列表对应的选择按钮。
  6. 一种列表选项显示控制装置,其特征在于,包括:
    列表显示模块,用于在检测到用户开始执行对目标列表的预设选择操作时,以预设的显示顺序依次显示所述目标列表包含的列表选项;
    目标选项确定模块,用于在检测到用户结束执行所述预设选择操作时,确定当前显示的目标选项;
    选项内容显示模块,用于显示所述目标选项对应的选项内容。
  7. 根据权利要求6所述的装置,其特征在于,所述选项内容显示模块包括:选项内容显示单元,用于显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
  8. 根据权利要求6所述的装置,其特征在于,还包括显示顺次调整模块, 所述显示顺序调整模块包括:
    统计单元,用于统计用户对所述目标列表中每个列表选项的使用频率,得到统计结果;
    调整单元,用于基于所述统计结果,调整所述显示顺序。
  9. 根据权利要求8所述的装置,其特征在于,所述调整单元包括:
    选项排列子单元,用于按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
    显示顺序确定子单元,用于将排列得到的选项次序,作为各列表选项的显示顺序。
  10. 一种电子设备,其特征在于,包括通信总线、输入装置、输出装置、存储器以及处理器,其中:
    所述通信总线,用于实现所述输入装置、输出装置、存储器以及处理器之间的连接通信;
    所述输入装置,用于检测用户开始执行对目标列表的预设选择操作,以及检测用户结束执行所述预设选择操作;
    所述输出装置,用于显示目标选项对应的选项内容;
    所述存储器中存储一组程序代码,且所述电子设备调用所述存储器中存储的程序代码,用于执行以下操作:
    所述输入装置在检测到用户开始执行对目标列表的预设选择操作时,所述输出装置以预设的显示顺序依次显示所述目标列表包含的列表选项;
    所述输入装置在检测到用户结束执行所述预设选择操作时,所述处理器确定当前显示的目标选项;
    所述输出装置显示所述目标选项对应的选项内容。
  11. 根据权利要求10所述的电子设备,其特征在于,所述输出装置显示所述目标选项对应的选项内容包括:
    所述输出装置显示所述目标选项对应的数据信息,或对所述目标选项对应的功能进行功能呈现。
  12. 根据权利要求10所述的电子设备,其特征在于,还包括:
    所述处理器统计用户对所述目标列表中每个列表选项的使用频率,得到统 计结果;
    所述处理器基于所述统计结果,调整所述显示顺序。
  13. 根据权利要求12所述的电子设备,其特征在于,所述处理器基于所述统计结果,调整所述显示顺序,包括:
    所述处理器按使用频率降序的次序,对所述目标列表包含的各列表选项进行排列;
    所述处理器将排列得到的选项次序,作为各列表选项的显示顺序。
  14. 根据权利要求10-13任意一项所述的电子设备,其特征在于,所述预设选择操作为:按压目标列表对应的选择按钮。
PCT/CN2015/100206 2015-09-23 2015-12-31 一种列表选项显示控制方法、装置和电子设备 WO2017049803A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510612816.4 2015-09-23
CN201510612816.4A CN105630303A (zh) 2015-09-23 2015-09-23 一种列表选项显示控制方法、装置和电子设备

Publications (1)

Publication Number Publication Date
WO2017049803A1 true WO2017049803A1 (zh) 2017-03-30

Family

ID=56045313

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/100206 WO2017049803A1 (zh) 2015-09-23 2015-12-31 一种列表选项显示控制方法、装置和电子设备

Country Status (2)

Country Link
CN (1) CN105630303A (zh)
WO (1) WO2017049803A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114143565A (zh) * 2021-10-29 2022-03-04 北京达佳互联信息技术有限公司 信息展示方法、装置、电子设备及存储介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484244B (zh) * 2016-09-30 2020-08-25 佛山市顺德区美的电热电器制造有限公司 管理功能列表的方法、管理功能列表的系统及智能设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1538281A (zh) * 1995-11-20 2004-10-20 雅马哈株式会社 计算机系统和卡拉ok系统
CN1713123A (zh) * 2004-06-26 2005-12-28 鸿富锦精密工业(深圳)有限公司 环状屏幕显示菜单的选择方式及显示装置
CN1902912A (zh) * 2004-01-07 2007-01-24 汤姆森特许公司 用于在项目列表中选择项目的系统和方法以及相关产品
US20140075388A1 (en) * 2012-09-13 2014-03-13 Google Inc. Providing radial menus with touchscreens

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1673938A (zh) * 2004-03-23 2005-09-28 无敌科技股份有限公司 具有动态显示菜单的操作界面及其操作方法
US20120050158A1 (en) * 2008-11-03 2012-03-01 Crucialtec Co., Ltd. Terminal apparatus with pointing device and control method of screen
EP2237140B1 (en) * 2009-03-31 2018-12-26 Lg Electronics Inc. Mobile terminal and controlling method thereof
WO2013187872A1 (en) * 2012-06-11 2013-12-19 Intel Corporation Techniques for select-hold-release electronic device navigation menu system
CN103019520B (zh) * 2012-12-21 2017-05-17 魅族科技(中国)有限公司 一种终端应用可选择项信息的显示方法和终端
CN104238897B (zh) * 2013-06-20 2018-12-07 腾讯科技(深圳)有限公司 一种菜单项显示方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1538281A (zh) * 1995-11-20 2004-10-20 雅马哈株式会社 计算机系统和卡拉ok系统
CN1902912A (zh) * 2004-01-07 2007-01-24 汤姆森特许公司 用于在项目列表中选择项目的系统和方法以及相关产品
CN1713123A (zh) * 2004-06-26 2005-12-28 鸿富锦精密工业(深圳)有限公司 环状屏幕显示菜单的选择方式及显示装置
US20140075388A1 (en) * 2012-09-13 2014-03-13 Google Inc. Providing radial menus with touchscreens

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114143565A (zh) * 2021-10-29 2022-03-04 北京达佳互联信息技术有限公司 信息展示方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN105630303A (zh) 2016-06-01

Similar Documents

Publication Publication Date Title
US10447843B2 (en) Method, device and storage medium for setting position of function setting key of mobile terminal
US10649644B2 (en) Controlling multitasking application displays using gestures
US10237622B2 (en) Page turning method, page turning apparatus and terminal as well as computer readable medium
US9766719B2 (en) Display control method for generating virtual keys to supplement physical keys
WO2015172507A1 (zh) 一种应用启动的方法、装置及移动终端
US10311830B2 (en) Operating method, related touch display device and related semiconductor device
US11341228B2 (en) Quick account login method, mobile terminal, and apparatus with storage function
US20170168705A1 (en) Method and electronic device for adjusting video progress
US20170168628A1 (en) Method and electronic device for split-screen display
WO2018184443A1 (zh) 终端屏幕显示处理方法、装置及存储介质
WO2020088268A1 (zh) 桌面图标的整理方法及终端
WO2018184442A1 (zh) 终端控制方法及装置
WO2023005828A1 (zh) 消息显示方法、装置和电子设备
JP2020500352A (ja) 情報表示方法、端末及び記憶媒体
CN109766054A (zh) 一种触屏设备及其控制方法、介质
US20150109210A1 (en) Control method, and input device of touch screen terminal
WO2019024495A1 (zh) 应用主题的推送终端、方法及计算机可读存储介质
WO2016112791A1 (zh) 移动终端应用程序页面的展现方法和装置
CN110221741B (zh) 图标管理方法及终端设备
WO2017049803A1 (zh) 一种列表选项显示控制方法、装置和电子设备
KR20170054080A (ko) 전자장치 및 그의 동작 방법
CN105373370B (zh) 控件展示方法及装置
US8922491B2 (en) Method and apparatus enabling keystroke acceleration
US20180046347A1 (en) Fingerprint event processing method, apparatus, and terminal
WO2017101604A1 (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: 15904677

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

Country of ref document: EP

Kind code of ref document: A1