CN102118650A - Method and device for displaying television menu, and television - Google Patents

Method and device for displaying television menu, and television Download PDF

Info

Publication number
CN102118650A
CN102118650A CN2011100268276A CN201110026827A CN102118650A CN 102118650 A CN102118650 A CN 102118650A CN 2011100268276 A CN2011100268276 A CN 2011100268276A CN 201110026827 A CN201110026827 A CN 201110026827A CN 102118650 A CN102118650 A CN 102118650A
Authority
CN
China
Prior art keywords
menu
xml file
menu item
label value
item
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN2011100268276A
Other languages
Chinese (zh)
Inventor
陈果果
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Coocaa Network Technology Co Ltd
Original Assignee
Shenzhen Coocaa Network Technology Co Ltd
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 Shenzhen Coocaa Network Technology Co Ltd filed Critical Shenzhen Coocaa Network Technology Co Ltd
Priority to CN2011100268276A priority Critical patent/CN102118650A/en
Publication of CN102118650A publication Critical patent/CN102118650A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention is applicable to the field of televisions, and provides a method and a device for displaying a television menu, and a television. The method comprises the following steps of: reading an expandable markup language (XML) file, and resolving the XML file to acquire a menu label value of the XML file; storing a field value of the menu label value into a memory field distributed by an application program; and loading menu information according to a name of the memory field and displaying the loaded menu information. In the embodiment, by adopting an abstract factory design mode, a main type states universal interfaces of window components of each main menu item and each sub menu item, dynamically selects the generated sub menu items according to the content acquired by resolving the XML file, and configures the position and the style of the sub menu according to the corresponding content, so that a client can acquire the instance of the menu item by operation of calling an menu item object. By the design mode, the types of specific menu items can be separated, and style properties and menus can be easily exchanged; and the design mode brings convenience to maintenance.

Description

A kind of TV menu display packing, device and television set
Technical field
The invention belongs to field of television, relate in particular to a kind of TV menu display packing, device and television set.
Background technology
The user is at the operation electronic product, as operation during television set first soon to the interface be TV menu interface, novelty, TV menu interface will improve user's good experience and saving user's operating time easily and efficiently.
In the TV menu write method in the past, adopt C or C Plus Plus code to realize the various piece of path data, Submenu Items and the main menu item of picture.Because TV menu interface uses code to realize, therefore be difficult to realize novel, abundant TV menu interface, and, change the data of menu item or Submenu Items if desired, then must write the preceding code of change menu item or Submenu Items data again, the programming personnel is difficult to safeguard well, has increased programming personnel's workload.
Summary of the invention
The embodiment of the invention provides a kind of TV menu display packing, is intended to solve be difficult to realize novel, abundant interface and the problem that is difficult to safeguard in the existing menu write method.
The embodiment of the invention is achieved in that a kind of TV menu display packing, and described method comprises step:
Read the expandable mark language XML file, and resolve this XML file to obtain the menu label value of this XML file;
The field value of menu label value is deposited in the internal memory field of application assigned;
Title according to this internal memory field loads menu information and shows the menu information that loads.
Another purpose of the embodiment of the invention is to provide a kind of TV menu display unit, and described device comprises:
Menu label value acquiring unit is used to read the expandable mark language XML file, and resolves this XML file to obtain the menu label value of this XML file;
The field value memory cell is used for the field value of menu label value is deposited in the internal memory field of application assigned;
The menu information display unit is used for loading menu information and showing the menu information that loads according to the title of this internal memory field.
Another purpose of the embodiment of the invention is to provide a kind of television set that comprises above-mentioned TV menu display unit.
The embodiment of the invention adopts abstract factory design model, main classes is declared the general-purpose interface of each the main menu item and each window assembly of Submenu Items, the Submenu Items that the content Dynamic Selection of obtaining according to the analyzing XML file generates, and according to the position and the style of content corresponding configuration submenu, so that client obtains the example of menu item by the operation of calling the menu item object.This Design Mode can separate the class of concrete menu item, and is easy to exchange the operation of style attribute and menu, helps the consistency of menu item, is convenient to safeguard.
Description of drawings
Fig. 1 is the TV menu display packing flow process that first embodiment of the invention provides;
Fig. 2 is the analyzing XML file that provides of first embodiment of the invention and the flow process of closing this XML file;
Fig. 3 is the menu interface state when main menu is local shadow storehouse in the choice menus interface that provides of first embodiment of the invention;
Fig. 4 is the menu interface state when main menu is music in the choice menus interface that provides of first embodiment of the invention;
Fig. 5 is the TV menu display device structure that second embodiment of the invention provides.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
The embodiment of the invention uses the XML file to preserve the every and every data message of submenu of main menu, after resolving this XML file, obtain the data message of each the main menu item, Submenu Items, load menu item information and show the menu item information that loads according to the data message that obtains again.
For technical solutions according to the invention are described, describe below by specific embodiment.
Embodiment one:
Fig. 1 shows the TV menu display packing flow process that first embodiment of the invention provides, and details are as follows:
In step S11, read the expandable mark language XML file, and resolve this XML file to obtain the menu label value of this XML file.
In the Internet environment, (Extensible Markup Language XML) is cross-platform and depends on the technology of content extend markup language, is the strong instrument when pre-treatment structured document information.Its uses a series of mark data of description simple, that set up easily, and is extremely simple and be easy to grasp and use, and is a kind of simple storage language.
As an alternative embodiment of the invention, reading the expandable mark language XML file, and also comprising the steps: the TV menu label value is write in the XML file before resolving the step of this XML file with the menu label value of obtaining this XML file.Suppose that this TV menu label value comprises information such as main menu label value and submenu label value, the statement below at first using writes the XML file with the main menu label value:
<mainmenu>
<item?name=″film″
n_icon=″res/menu_film_normal.png″
f_icon=″res/menu_film_focus.png″
s_icon=″res/menu_film_select.png″suD_menu=″filmsubmenu″/>
</mainmenu>
This main menu label value comprises field values such as the title, picture of submenu.Re-use following statement the submenu label value of each the main menu item in the main menu label write the XML file:
<sub>
<filmsubmenu>
<item name=" local shadow storehouse " icon=" res/submenu_film_1.png " app=" movie1 "/〉
</item>
</filmsubmenu>
</sub>
This Submenu Items label value comprises field values such as picture and corresponding application name.After the primary word segment value with the primary word segment value of main menu label and submenu label writes the xML file, re-use following statement application program item label value write the XML file:
<appinfo>
<item?name=″movie1″path=″/application/uitest″exec=″movie″argv=″local″/>
</item>
</appinfo>
This application tags value comprises field informations such as the title, path, animation parameters of each application program item, can find other field values of this " moviel " according to the title " moviel " of application program and path "/application/uitest " that should " moviel ".In addition, for the menu item that television set is shown has more sight, novelty, can be with the skin skin label information of this menu item, write the XML file as field values such as background colour, background picture, submenu focus picture, submenu line and submenu masking-out pictures, as use following statement to realize:
<skin>
<item?bk_color=″0xFF000000″bk_pic=″″
sub_line=″res/submain_line.png″
sub_mask=″res/submenu_mask_black.png″
sub_focus=″res/submenu_item_focus.png″/>
</skin>
After each field values of labels such as main menu label, submenu label, application program item label, skin label all write the XML file, resolve whole field values that this XML file just can obtain labels such as main menu label and submenu label.
In the present embodiment, read the expandable mark language XML file, and resolve this XML file and be specially: at first with the step of the menu label value of obtaining this XML file, use ixmlOpenEtcFile () that the XML file is read in the internal memory, and return the parsing handle of XML file, this parsing handle uses hetc to carry out mark, if this parsing handle is NULL, then program withdraws from; If this parsing handle is a non-NULL, then continue to use ixmlGetEtcFirstSection (hetc, 0, " menu ") statement parsing menu menu label value, and return the field value of menu label, if the field value of the menu label that returns is a non-NULL, then continue to obtain other field values, if the field value of the menu label that returns is NULL, then program withdraws from.Secondly, use ixmlGetEtcSection () to obtain main menu label value or submenu label value that menu label comprises, and return the number of Submenu Items in the number of the main menu item in the main menu label or the submenu label, wherein, each the main menu item or each Submenu Items use item to carry out mark.Once more, every the main menu item or every Submenu Items that traversal is obtained, and use ixmlGetEtcSectionAttr to resolve the content of each item.
In step S12, the field value of menu label value is deposited in the internal memory field of application assigned.
In the present embodiment, after use ixmlGetEtcSectionAttr resolves the content of each item, in the internal memory field of application assigned, and use ixmlCloseEtcFile () to close the XML file of opening the content replication of each item, stop to resolve this XML file.The detailed process that Fig. 2 shows the analyzing XML file and closes this XML file.
In step S13, load the menu information of menu information and demonstration loading according to the title of this internal memory field.
As an alternative embodiment of the invention, before the step of the menu information that title loading menu information and demonstration according to this internal memory field load, further comprise the steps: to receive user's menu OPEN.
The user operates television set, turns on the menu item of this television set, and then this television set loads every information of menu item according to the title of internal memory field, and shows the various menu item information that loads.
As an alternative embodiment of the invention, after loading menu information according to the title of this internal memory field and showing the step of the menu information that loads, further comprise the steps: after the user presses the button or to the right of TV remote controller left, then switch to next the main menu item left or to the right from current the main menu item, pack up the Submenu Items of current the main menu item correspondence simultaneously, hide this Submenu Items; After the user presses the button upwards or downwards of remote controller, then upwards or switch to next Submenu Items downwards from the Submenu Items of current the main menu item; After the user presses acknowledgement key, start application program and obtain the animation parameters of application program item label in the XML file, hide every main menu simultaneously.In the present embodiment, in the XML file, add and carry out the inlet of each application program and the parameter of application program,, can enter other application program of branch by pressing definite button from main menu.After having added this operation, can manage application program by main menu better.After the user selects the main menu item or Submenu Items, pack up the main menu item or hide, launch Submenu Items with the animation process of configuration.For example, when the user presses the left and right press key of TV remote controller, Submenu Items will be packed up along the arc of the main menu item of this Submenu Items correspondence, and after main menu is realized circulation rotation animation, submenu will launch demonstration, as shown in Figure 3 and Figure 4; When the user pressed the button up and down of remote controller, the submenu of choosing then was rotated along the arc of main menu, effectively increased the user experience sensation.
In the first embodiment of the invention, adopt abstract factory design model, main classes is declared the general-purpose interface of each the main menu item and each window assembly of Submenu Items, the Submenu Items that the content Dynamic Selection of obtaining according to the analyzing XML file generates, and according to the position and the style of content corresponding configuration submenu, so that client obtains the example of menu item by the operation of calling the menu item object.This Design Mode can separate the class of concrete menu item, and is easy to exchange the operation of style attribute and menu, helps the consistency of menu item, is convenient to safeguard.
Embodiment two:
Fig. 5 shows the TV menu display device structure that the embodiment of the invention provides, and for convenience of explanation, only shows part related to the present invention.
This TV menu display unit can be used for by the various information processing terminals wired or wireless network Connection Service device, mobile phone for example, pocket computer (Pocket Personal Computer, PPC), palmtop PC, computer, notebook computer, personal digital assistant (Personal Digital Assistant, PDA) etc., it can be the software unit that runs in these terminals, the unit that hardware cell or software and hardware combine, also can be used as independently, suspension member is integrated in these terminals or runs in the application system of these terminals, wherein:
Menu label value acquiring unit 51 reads the expandable mark language XML file, and resolves this XML file to obtain the menu label value of this XML file.
In the present embodiment, menu label value acquiring unit 51 is resolved the TV menu label value that writes the XML file, wherein, the process of analyzing XML file is specially: use ixmlOpenEtcFile () that the XML file is read in the internal memory, and return the parsing handle of XML file, this parsing handle uses hetc to carry out mark, if this parsing handle is NULL, then program withdraws from; If this parsing handle is a non-NULL, then continue to use ixmlGetEtcFirstSection (hetc, 0, " menu ") statement parsing menu menu label value, and return the field value of menu label, if the field value of the menu label that returns is a non-NULL, then continue to obtain other field values, if the field value of the menu label that returns is NULL, then program withdraws from.Afterwards, re-use ixmlGetEtcSection () and obtain main menu label value or the submenu label value that menu label comprises, and return the number of Submenu Items in the number of the main menu item in the main menu label or the submenu label, wherein, each the main menu item or each Submenu Items use item to carry out mark.At last, every the main menu item or every Submenu Items that traversal is obtained, and use ixmlGetEtcSectionAttr to resolve the content of each item.
Field value memory cell 52 deposits the field value of menu label value in the internal memory field of application assigned in.
Menu information display unit 53 loads menu information and shows the menu information that loads according to the title of this internal memory field.
In the present embodiment, after the TV menu OPEN that receives user's transmission, load every information of menu item according to the title of internal memory field, as load information such as each the main menu item, Submenu Items, background colour and show the various menu item information that loads.
As an alternative embodiment of the invention, this TV menu display unit also comprises the main menu item switch unit 54.
This main menu item switch unit 54 is pressed left or after the right key of remote controller the user, then switches to next the main menu item left or to the right, dynamically packs up the Submenu Items of current the main menu item correspondence simultaneously.
In the present embodiment, when the user presses the left and right press key of TV remote controller, Submenu Items will be packed up along the arc of the main menu item of this Submenu Items correspondence, and after main menu is realized circulation rotation animation, submenu will launch demonstration, as shown in Figure 3 and Figure 4;
As an alternative embodiment of the invention, as an alternative embodiment of the invention, this TV menu display unit also comprises Submenu Items switch unit 55.
This Submenu Items switch unit 55 is pressed upwards or after the down Arrow of remote controller the user, then dynamically upwards or switch to next Submenu Items downwards.
In the present embodiment, when the user pressed the button up and down of remote controller, the submenu of choosing then was rotated along the arc of main menu, effectively increased the user experience sensation.
As an alternative embodiment of the invention, as an alternative embodiment of the invention, this TV menu display unit also comprises the display unit 56 of selecting choices from menus.
This selects choices from menus display unit 56 after the user presses the acknowledgement key of remote controller, according to the animation parameters of menu label in the XML file, dynamically shows Submenu Items or the main menu item of selecting, hides every the main menu item simultaneously.
In the second embodiment of the invention, field value memory cell 52 deposits the field value of the menu label value that menu label value acquiring unit 51 analyzing XML files obtain in the internal memory field of application assigned in, so that menu information display unit 53 loads the menu information of menu information and demonstration loading according to the title of this internal memory field.By abstract factory design model the class of menu item is separated, thereby make the style attribute of conversion menu and the operation of menu become easier, and also be beneficial to menu item is kept consistency.
In the embodiment of the invention, adopt abstract factory design model, main classes is declared the general-purpose interface of each the main menu item and each window assembly of Submenu Items, the Submenu Items that the content Dynamic Selection of obtaining according to the analyzing XML file generates, and according to the position and the style of content corresponding configuration submenu, so that client obtains the example of menu item by the operation of calling the menu item object.This Design Mode can separate the class of concrete menu item, and is easy to exchange the operation of style attribute and menu, helps the consistency of menu item, is convenient to safeguard.
The above only is preferred embodiment of the present invention, not in order to restriction the present invention, all any modifications of being done within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a TV menu display packing is characterized in that, described method comprises step:
Read the expandable mark language XML file, and resolve this XML file to obtain the menu label value of this XML file;
The field value of menu label value is deposited in the internal memory field of application assigned;
Title according to this internal memory field loads menu information and shows the menu information that loads.
2. the method for claim 1 is characterized in that, further comprises the steps: before the step that reads the expandable mark language XML file
The menu label value is write in the described XML file.
3. the method for claim 1 is characterized in that, the step of analyzing XML file is specially:
Described XML file is read in internal memory to obtain the described XML document analysis handle that returns, when described parsing handle is non-NULL, resolve menu label comprises in the described XML file main menu label value or submenu label value, and traversal is resolved every the main menu item of main menu label value or every Submenu Items of menu label value.
4. the method for claim 1 is characterized in that, further comprises the steps: after the step of the menu information that title loading menu information and demonstration according to this internal memory field load
Press left or after the right key of remote controller, then switch to next the main menu item left or to the right, dynamically pack up the Submenu Items of current the main menu item correspondence simultaneously.
5. the method for claim 1, it is characterized in that, after loading menu information according to the title of this internal memory field and showing the step of the menu information that loads, further comprise the steps: to press upwards or after the down Arrow of remote controller, then make progress or switch to next Submenu Items downwards the user.
6. as claim 4 or 5 described methods, it is characterized in that,
Press after the acknowledgement key of remote controller,, dynamically show Submenu Items or the main menu item of selecting, hide every the main menu item simultaneously according to the animation parameters of menu label in the XML file.
7. a TV menu display unit is characterized in that, described device comprises:
Menu label value acquiring unit is used to read the expandable mark language XML file, and resolves this XML file to obtain the menu label value of this XML file;
The field value memory cell is used for the field value of menu label value is deposited in the internal memory field of application assigned;
The menu information display unit is used for loading menu information and showing the menu information that loads according to the title of this internal memory field.
8. device as claimed in claim 7 is characterized in that, described device also comprises:
The main menu item switch unit is used to press left or after the right key of remote controller, then switches to next the main menu item left or to the right, dynamically packs up the Submenu Items of current the main menu item correspondence simultaneously;
The Submenu Items switch unit is used to press upwards or after the down Arrow of remote controller, then dynamically upwards or switch to next Submenu Items downwards.
9. device as claimed in claim 7 is characterized in that, described device also comprises:
The display unit of selecting choices from menus is used to press after the acknowledgement key of remote controller, according to the animation parameters of menu label in the XML file, dynamically shows Submenu Items or the main menu item of selecting, hides every the main menu item simultaneously.
10. the television set of a kind as the described TV menu display unit of 7 to 9 each claims.
CN2011100268276A 2011-01-25 2011-01-25 Method and device for displaying television menu, and television Pending CN102118650A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100268276A CN102118650A (en) 2011-01-25 2011-01-25 Method and device for displaying television menu, and television

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100268276A CN102118650A (en) 2011-01-25 2011-01-25 Method and device for displaying television menu, and television

Publications (1)

Publication Number Publication Date
CN102118650A true CN102118650A (en) 2011-07-06

Family

ID=44217218

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100268276A Pending CN102118650A (en) 2011-01-25 2011-01-25 Method and device for displaying television menu, and television

Country Status (1)

Country Link
CN (1) CN102118650A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314316A (en) * 2011-09-08 2012-01-11 中兴通讯股份有限公司 Man-machine interaction method, system and terminal for video conference
CN102567028A (en) * 2011-12-29 2012-07-11 Tcl王牌电器(惠州)有限公司 Tear-off menu display control method, device and terminal
WO2015027913A1 (en) * 2013-08-30 2015-03-05 深圳市九洲电器有限公司 Image/text data stream processing method, device and set-top box
CN105681903A (en) * 2016-01-08 2016-06-15 深圳创维数字技术有限公司 User interface displaying method and device
CN107027063A (en) * 2017-04-19 2017-08-08 广州视源电子科技股份有限公司 The record back method and system of TV menu Function detection
CN108093283A (en) * 2017-12-29 2018-05-29 王小艳 A kind of implementation method of set-top box 3D rollings graphical interfaces
CN113656126A (en) * 2021-07-30 2021-11-16 北京数码大方科技股份有限公司 Menu display method and device of information system and electronic equipment
TWI768685B (en) * 2021-01-27 2022-06-21 瑞昱半導體股份有限公司 Method for creating a television menu with multiple settings and system thereof
CN114866831A (en) * 2021-02-03 2022-08-05 瑞昱半导体股份有限公司 Multi-setting TV menu generating method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1320335A (en) * 1999-07-02 2001-10-31 索尼公司 Contents receiving system and contents receiving method
CN1889039A (en) * 2006-06-26 2007-01-03 韩荣华 Method for realizing universal browsing device tool bar based on XML
CN1964443A (en) * 2005-11-08 2007-05-16 中央电视台 A method and device for Chinese EPG channel classification
CN101227552A (en) * 2007-12-05 2008-07-23 深圳创维数字技术股份有限公司 Method for developing set-top box menu
JP2008262291A (en) * 2007-04-10 2008-10-30 Canon Inc External equipment control device and control method for external equipment control device
CN101419550A (en) * 2008-11-21 2009-04-29 上海全景数字技术有限公司 Dynamic collocation method and device for interface and action of set-top box multimedia interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1320335A (en) * 1999-07-02 2001-10-31 索尼公司 Contents receiving system and contents receiving method
CN1964443A (en) * 2005-11-08 2007-05-16 中央电视台 A method and device for Chinese EPG channel classification
CN1889039A (en) * 2006-06-26 2007-01-03 韩荣华 Method for realizing universal browsing device tool bar based on XML
JP2008262291A (en) * 2007-04-10 2008-10-30 Canon Inc External equipment control device and control method for external equipment control device
CN101227552A (en) * 2007-12-05 2008-07-23 深圳创维数字技术股份有限公司 Method for developing set-top box menu
CN101419550A (en) * 2008-11-21 2009-04-29 上海全景数字技术有限公司 Dynamic collocation method and device for interface and action of set-top box multimedia interface

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314316B (en) * 2011-09-08 2017-07-07 中兴通讯股份有限公司 Man-machine interaction method, system and terminal for video conference
CN102314316A (en) * 2011-09-08 2012-01-11 中兴通讯股份有限公司 Man-machine interaction method, system and terminal for video conference
CN102567028A (en) * 2011-12-29 2012-07-11 Tcl王牌电器(惠州)有限公司 Tear-off menu display control method, device and terminal
CN102567028B (en) * 2011-12-29 2015-09-30 Tcl王牌电器(惠州)有限公司 Tear-off menu display control method, device and terminal
WO2015027913A1 (en) * 2013-08-30 2015-03-05 深圳市九洲电器有限公司 Image/text data stream processing method, device and set-top box
CN105681903B (en) * 2016-01-08 2019-05-28 深圳创维数字技术有限公司 A kind of method and device that user interface is presented
CN105681903A (en) * 2016-01-08 2016-06-15 深圳创维数字技术有限公司 User interface displaying method and device
CN107027063A (en) * 2017-04-19 2017-08-08 广州视源电子科技股份有限公司 The record back method and system of TV menu Function detection
CN108093283A (en) * 2017-12-29 2018-05-29 王小艳 A kind of implementation method of set-top box 3D rollings graphical interfaces
TWI768685B (en) * 2021-01-27 2022-06-21 瑞昱半導體股份有限公司 Method for creating a television menu with multiple settings and system thereof
CN114866831A (en) * 2021-02-03 2022-08-05 瑞昱半导体股份有限公司 Multi-setting TV menu generating method and system
CN113656126A (en) * 2021-07-30 2021-11-16 北京数码大方科技股份有限公司 Menu display method and device of information system and electronic equipment
CN113656126B (en) * 2021-07-30 2023-10-27 北京数码大方科技股份有限公司 Menu display method and menu display device of information system and electronic equipment

Similar Documents

Publication Publication Date Title
CN102118650A (en) Method and device for displaying television menu, and television
CN105354013B (en) Application interface rendering method and device
CN102955694B (en) The client realization method of sing on web Kit browser and client
CN102129364B (en) Method for embedding widget toolbar in application program and rapid widget accessing method
CN105824900A (en) Page display system based on react-native
CN108549567B (en) Animation display method, device, terminal, server and storage medium
CA2777594A1 (en) System and method for managing applications for multiple computing endpoints and multiple endpoint types
CN108804188A (en) Changing an interface skin method and device
CN107315580A (en) Component processing method, device and the equipment of user interface, computer-readable recording medium
Leppänen et al. Augmented reality web applications with mobile agents in the internet of things
US11481948B2 (en) Method, device and storage medium for generating animation group by synthesizing animation layers based on tree structure relation between behavior information and sub-behavior information
CN110019464B (en) Page processing method and device
CN108810132B (en) Animation display method, device, terminal, server and storage medium
CN101365082A (en) Set-top box on screen display system implementing method based on peer-to-peer computing technique
CN101860734A (en) Method for implementing incremental transmission and display of dynamic images through AJAX
Dixit Android
Cardoso et al. PuReWidgets: a programming toolkit for interactive public display applications
CN104808995B (en) A kind of method and apparatus for across application collection application content
CN103917951B (en) Application invocation method, operating system and browser
CN114610384A (en) Application migration method, device, equipment and storage medium
Morris et al. Introduction to bada: A Developer's Guide
CN108304169B (en) Implementation method, device and equipment for HTML5 application
CN114296845B (en) Interface processing method, device, electronic device and storage medium
WO2023077932A1 (en) Method and apparatus for automatically registering floor code, and storage medium
CN105808313B (en) Intelligent terminal data interactive system and method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20110706