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
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Publication Date
- 2022-03-15
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
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...