A method for cyclically displaying programs on a TV terminal

A program and style technology, applied in the field of Internet TV, can solve the problem of "overweight" and achieve fast sliding speed, smooth scrolling effect, and good operating experience

CN111836095BActive Publication Date: 2022-03-15海看网络科技(山东)股份有限公司
3 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Publication Date
2022-03-15

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The present invention relates to a method for cyclically displaying programs on a TV end, setting a list configuration, wherein the list inherits the linear layout container of the Android system, and the contents of the list are vertically arranged from top to bottom; inside the list container contains a plurality of fixed occupied Placement layout; each placeholder layout is used to display a piece of program content, and a list contains multiple placeholder layouts, and the style of placeholder layouts in the same list is the same; when displayed, a cyclic list is formed. The present invention occupies less resources, and the implementation process is simpler; for applications in low-performance environments, with extremely low consumption of Android system resources, it provides faster sliding speeds and smoother scrolling effects, bringing users better Operation experience; at the same time, it provides a focus handling method, and provides users with a variety of placeholder layout styles. When the list scrolls, the focus will be fixed at the center of the list, that is, the content item at the focus position will always be vertically centered in the list the content item of the .
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the technical field of network television, in particular to a method for cyclically displaying programs at a TV terminal. Background technique

[0002] The hardware configuration of TV set-top boxes is generally inferior to touch-screen devices such as mobile phones and tablets, and the operating system version is several generations behind, especially IPTV set-top boxes. Compared with ordinary mobile terminal development, the application development on the IPTV terminal set-top box brings more restrictions and requirements on the use of Android native controls. Especially on devices with low performance and low operating system, how to achieve a smooth circular list and improve user interaction experience is particularly important.

[0003] The list tool components ListView and RecyclerView provided by the Android system can realize the common list effects in applications based on Android native development. They have many a...

Examples

Embodiment Construction

[0077] The present invention is described in further detail now in conjunction with accompanying drawing.

[0078] Such as figure 1 , figure 2 , image 3 , Figure 4 Shown is a way of displaying programs in a loop on the TV side,

[0079] S1, page initialization

[0080] Such as figure 1 Shown is a schematic diagram of a live program list using the effects of the present invention. The number of content items displayed in one screen of the list configuration is 5, and the layout of each item of content in the list uses a predefined placeholder layout. Each of the same list The placeholder layout of the item content is the same, and the focus item is in the vertical center of the list, including the following steps:

[0081] S11. The application loads a custom list

[0082] When the application loads a custom list, it will execute the initialization of the list. The list itself inherits the Android LinearLayout layout, so the layout container will be obtained after init...