CN101778157B - Management method of SP menus of mobile phones - Google Patents

Management method of SP menus of mobile phones Download PDF

Info

Publication number
CN101778157B
CN101778157B CN200910247448.2A CN200910247448A CN101778157B CN 101778157 B CN101778157 B CN 101778157B CN 200910247448 A CN200910247448 A CN 200910247448A CN 101778157 B CN101778157 B CN 101778157B
Authority
CN
China
Prior art keywords
menu
menus
father
management method
mobile phones
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.)
Expired - Fee Related
Application number
CN200910247448.2A
Other languages
Chinese (zh)
Other versions
CN101778157A (en
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.)
Wingtech Communication Co Ltd
Original Assignee
Wingtech Communication 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 Wingtech Communication Co Ltd filed Critical Wingtech Communication Co Ltd
Priority to CN200910247448.2A priority Critical patent/CN101778157B/en
Publication of CN101778157A publication Critical patent/CN101778157A/en
Application granted granted Critical
Publication of CN101778157B publication Critical patent/CN101778157B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a management method of SP menus of mobile phones. An SP menu comprises a menu mark, a menu type, a menu level, a parent menu mark, a submenu number and a menu parameter pointer, and a plurality of SP menus construct a menu information management queue. The method comprises the following steps: S1, enabling a user to select and enter the SP menu; S2, creating menu windows and menu controls; S3, initializing secondary menus of the SP menu, searching all secondary menus in the menu information management queue, and loading the secondary menus to the menu controls to be displayed for the user; S4, carrying out user operation, wherein if the user selects one of the secondary menus, executing S5, and if the user selects to return to the previous menu, executing S7; and S5, selecting one of the secondary menus. The management method of the invention can save mobile phone resources, is convenient for management of menus and is convenient for maintenance of codes.

Description

A kind of management method of SP menus of mobile phones
Technical field
The present invention relates to a kind of mobile communication technology, particularly relate to the management method of a kind of mobile phone SP (Service Provider, service provider) menu.
Background technology
Nowadays, wireless communication technology is widely applied in daily life, and mobile telephone terminal is also popularized because of the convenience of its use.Mobile telephone terminal software design and development is the important step in the design of mobile terminal.Menu is a basic control in Software for Design, and the design of menu and management have accounted for very large workload in Software for Design, are one of them important steps.
Software Zhong, operator and cell phone manufacturer at mobile phone all can provide some SP menu services, for example, and weather forecast, mobile phone newspaper etc.It is basic identical that user operates these menus, and the service function being only to provide is different.In Software for Design, manage this menu now, generally adopt the method for static menu or list menu, each menu of this method will create a window and menu control, so not only waste resource, and size of code is also very large.If SP menu will be revised, the maintenance workload of code is also many.
Summary of the invention
The technical problem to be solved in the present invention is in order to overcome the defect of prior art, and a kind of management method of SP menus of mobile phones is provided, and it can save mobile phone resources, facilitates the management of menu, is convenient to the maintenance of code.
The present invention solves above-mentioned technical problem by following technical proposals: a kind of management method of SP menus of mobile phones, it is characterized in that, a SP menu comprises menu sign, Menu Type, menu level, father's menu sign, submenu number and menu parameter pointer, a plurality of SP menus build menu information administration queue, and the method comprises the following steps:
S1, user select to enter SP menu;
S2, establishment menu window and menu control;
The second-level menu of S3, initialization SP menu is searched all second-level menus in menu information administration queue, is loaded into menu control and is shown to user;
S4, user operation, if select of second-level menu, performs step S5, S6, S9 successively; If select to return to Previous Menu, perform step successively S7-S9;
S5, select in second-level menu;
The second-level menu item that S6, judgement user select is father's menu or function menu, if father's menu, enter its submenu: father's menu of searching all menus in menu information administration queue is designated all items of the menu sign of active user's selection, is re-loaded to menu control; If the second-level menu item that user selects is function menu, entered function window treatments;
S7, user select to turn back to Previous Menu;
S8, father's menu sign of searching the current set of menu item in menu information administration queue, find after father's menu sign menu item, searches in menu queue and identify identical all menu items and be re-loaded in menu control with father's menu, is Previous Menu;
S9, arbitration functions menu whether operated or step S8 in return to Previous Menu and whether operated, if so, finish, if not, turn back to step S4.
Preferably, described menu sign represents the current set of menu item.
Preferably, described father's menu sign represents the Previous Menu sign of the current set of menu item.
Preferably, described menu parameter pointer represents the parameter of the current set of menu item.
Preferably, described menu information administration queue shows menus at different levels.
Preferably, according to the information of menu in described menu information administration queue, the menu of same type is display management in same window.
Preferably, described SP menu represents with structure.
Preferably, it is in the current set of menu parameter pointer, to find functional description item that the function window in described step S6 is processed, and completes the operation of function menu.
Positive progressive effect of the present invention is: the present invention makes SP menu management mode more diversified, all menus with submenu can be managed realization in menu window, all function menus can, by the number with parameter, have corresponding function window to process.The present invention has avoided the processing mode of a window of a menu, window resource and control resource have been saved, reduced the code amount of writing, and if need not revise code in the time of the upgrading of SP menu services or modification, only need to revise menu management queue and corresponding menu parameter, facilitate maintenance and the upgrading of code.
Accompanying drawing explanation
Fig. 1 is the schematic diagram of the SP menu structure body that uses of the present invention.
Fig. 2 is the flow chart of the management method of SP menu of the present invention.
Embodiment
Below in conjunction with accompanying drawing, provide preferred embodiment of the present invention, to describe technical scheme of the present invention in detail.
As shown in Figure 1, SP menu represents with structure, and SP menu comprises menu sign, Menu Type, menu level, father's menu sign, submenu number and menu parameter pointer, and wherein menu sign represents the current set of menu item; Menu Type represents what menu the current set of menu item belongs to, and menu generally can be divided into father's menu, printenv function menu, band parameter function menu etc.; Menu level represents that what menu the current set of menu item is, such as second-level menu; Father's menu sign represents the Previous Menu sign of the current set of menu item; Submenu number represents if the number of the submenu of the current set of menu while having submenu; Menu parameter pointer represents some parameters of the current set of menu item, has demonstration text, menu function etc.According to a plurality of SP menus, build menu information administration queue, according to menu information administration queue, show menus at different levels, according to the information of menu in menu information administration queue, the menu of same type is display management in same window.
As shown in Figure 2, the concrete steps of the management method of SP menu of the present invention are as follows:
Step 101: user selects to enter SP menu;
Step 102: create menu window and menu control;
Step 103: the second-level menu of initialization SP menu, in menu information administration queue, search all second-level menus, be loaded into menu control and be shown to user;
Step 104: user operation, if select of second-level menu, performs step 105,106,109 successively; If select to return to Previous Menu, perform step successively 107-109;
Step 105: select in second-level menu;
Step 106: the second-level menu item that judgement user selects is father's menu or function menu, if father's menu, enter its submenu: father's menu of searching all menus in menu information administration queue is designated all items of the menu sign of active user's selection, is re-loaded to menu control.If the second-level menu item that user selects is function menu, entered function window treatments finds functional description item in the current set of menu parameter pointer, completes the operation of function menu;
Step 107: user selects to turn back to Previous Menu;
Step 108: father's menu sign of searching the current set of menu item in menu information administration queue, find after father's menu sign menu item, search in menu queue and identify identical all menu items and be re-loaded in menu control with father's menu, suppose be designated " identifying 2 " of father's menu, father's menu of father's menu is designated " identifying 1 ", search all father's menus in menu queue and be designated the menu item of " identifying 1 " and be re-loaded in menu control, be Previous Menu.
Step 109: arbitration functions menu whether operated or step 108 in return to Previous Menu and whether operated, if so, finish, if not, turn back to step 104.
In sum, all menus with submenu can be managed realization in menu window, and all function menus can, by the number with parameter, have corresponding function window to process.Avoided the processing mode of a window of a menu.Save window resource and control resource, reduced the code amount of writing.And if need not revise code in the time of the upgrading of SP menu or modification, only need to revise menu information administration queue and corresponding menu parameter, facilitate maintenance and the upgrading of code.
Although more than described the specific embodiment of the present invention, it will be understood by those of skill in the art that these only illustrate, do not deviating under the prerequisite of principle of the present invention and essence, can make various changes or modifications to these execution modes.Therefore, protection scope of the present invention is limited by appended claims.

Claims (8)

  1. The management method of the 1.Yi Zhong cellular service SP of provider menu, it is characterized in that, a SP menu comprises menu sign, Menu Type, menu level, father's menu sign, submenu number and menu parameter pointer, a plurality of SP menus build menu information administration queue, and the method comprises the following steps:
    S1, user select to enter SP menu;
    S2, establishment menu window and menu control;
    The second-level menu of S3, initialization SP menu is searched all second-level menus in menu information administration queue, is loaded into menu control and is shown to user;
    S4, user operation, if select of second-level menu, performs step S5, S6, S9 successively; If select to return to Previous Menu, perform step successively S7-S9;
    S5, select in second-level menu;
    The second-level menu item that S6, judgement user select is father's menu or function menu, if father's menu, enter its submenu: father's menu of searching all menus in menu information administration queue is designated all items of the menu sign of active user's selection, is re-loaded to menu control; If the second-level menu item that user selects is function menu, entered function window treatments;
    S7, user select to turn back to Previous Menu;
    S8, father's menu sign of searching the current set of menu item in menu information administration queue, find after father's menu sign, searches in menu information administration queue and identify identical all menu items and be re-loaded in menu control with father's menu, is Previous Menu;
    S9, arbitration functions menu whether operated or step S8 in return to Previous Menu and whether operated, if so, finish, if not, turn back to step S4.
  2. 2. the management method of SP menus of mobile phones as claimed in claim 1, is characterized in that, described menu sign represents the current set of menu item.
  3. 3. the management method of SP menus of mobile phones as claimed in claim 2, is characterized in that, described father's menu sign represents the Previous Menu of the current set of menu item.
  4. 4. the management method of SP menus of mobile phones as claimed in claim 2, is characterized in that, described menu parameter pointer represents the parameter of the current set of menu item.
  5. 5. the management method of SP menus of mobile phones as claimed in claim 1, is characterized in that, described menu information administration queue shows menus at different levels.
  6. 6. the management method of SP menus of mobile phones as claimed in claim 5, is characterized in that, according to the information of menu in described menu information administration queue, the menu of same type is display management in same window.
  7. 7. the management method of SP menus of mobile phones as claimed in claim 1, is characterized in that, described SP menu represents with structure.
  8. 8. the management method of SP menus of mobile phones as claimed in claim 1, is characterized in that, it is in the current set of menu parameter pointer, to find functional description item that the function window in described step S6 is processed, and completes the operation of function menu.
CN200910247448.2A 2009-12-29 2009-12-29 Management method of SP menus of mobile phones Expired - Fee Related CN101778157B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910247448.2A CN101778157B (en) 2009-12-29 2009-12-29 Management method of SP menus of mobile phones

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910247448.2A CN101778157B (en) 2009-12-29 2009-12-29 Management method of SP menus of mobile phones

Publications (2)

Publication Number Publication Date
CN101778157A CN101778157A (en) 2010-07-14
CN101778157B true CN101778157B (en) 2014-02-19

Family

ID=42514479

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910247448.2A Expired - Fee Related CN101778157B (en) 2009-12-29 2009-12-29 Management method of SP menus of mobile phones

Country Status (1)

Country Link
CN (1) CN101778157B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520924B (en) * 2011-11-18 2016-05-11 中国电子科技集团公司第四十一研究所 Be applied to menu managing method and the system of measuring instrument
CN102591653A (en) * 2011-12-27 2012-07-18 睿成汇商科技有限公司 Subscriber identity module card tool kit (STK) menu track recording method for subscriber identity module (SIM) card
CN102855873A (en) * 2012-08-03 2013-01-02 海信集团有限公司 Electronic equipment and method used for controlling same
CN102830969B (en) * 2012-08-10 2016-05-11 中国电子科技集团公司第四十一研究所 Instrument interactive interface based on window and menu and generation method thereof
CN103809953B (en) 2012-11-14 2018-09-07 腾讯科技(深圳)有限公司 Multimedia monitoring method and system
CN107463361A (en) * 2016-06-03 2017-12-12 佛山市顺德区美的电热电器制造有限公司 Electric cooking appliance and its menu function system of selection
CN106648335A (en) * 2016-12-27 2017-05-10 天脉聚源(北京)科技有限公司 Secondary-linkage menu building method and apparatus
CN108920242B (en) * 2018-06-29 2021-09-07 卓米私人有限公司 Navigation bar generation method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005055569A2 (en) * 2003-12-01 2005-06-16 Sony Ericsson Mobile Communications Ab Apparatus, methods and computer program products providing menu expansion and organization functions
CN101241413A (en) * 2007-02-07 2008-08-13 Lg电子株式会社 Terminal and menu display method
CN101246409A (en) * 2006-03-21 2008-08-20 董崇军 Graded in-place menu with navigation menu

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100460105B1 (en) * 2000-02-22 2004-12-03 엘지전자 주식회사 Method for searching a menu in a mobile communication terminal
US20090054107A1 (en) * 2007-08-20 2009-02-26 Synaptics Incorporated Handheld communication device and method for conference call initiation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005055569A2 (en) * 2003-12-01 2005-06-16 Sony Ericsson Mobile Communications Ab Apparatus, methods and computer program products providing menu expansion and organization functions
CN101246409A (en) * 2006-03-21 2008-08-20 董崇军 Graded in-place menu with navigation menu
CN101241413A (en) * 2007-02-07 2008-08-13 Lg电子株式会社 Terminal and menu display method

Also Published As

Publication number Publication date
CN101778157A (en) 2010-07-14

Similar Documents

Publication Publication Date Title
CN101778157B (en) Management method of SP menus of mobile phones
CN102521032B (en) Setting method for optimal application programs and mobile terminal
US20140115509A1 (en) Method and device for automatically displaying an application component on a desktop
CN102523343A (en) Method for intelligent arrangement of mobile phone application program shortcut menu icons
CN105468416A (en) Application program clearing method and terminal
CN103518170A (en) Power saving application update in a portable electronic device
CN103823543A (en) Portable electronic device and method for operating therein
CN102970657B (en) Systems and methods for sharing group status within a social network
CN102508649A (en) Electronic device with function of automatically sequencing icons and sequencing method
CN102479094A (en) Operation method of portable communication device
CN101551720A (en) Method for inputting control command by handheld device and handheld device for inputting control command
CN102082874A (en) Method for arranging application program interfaces in mobile terminal and mobile terminal
CN102984347A (en) Method and system for custom setting of mobile phone desktop
CN104503668A (en) Method, system and terminal for generating menu shortcuts
CN102486711A (en) Method, system and mobile terminal for quickly positioning functional application
CN102790727A (en) Method and system for dynamically pushing personal labels of users
CN102541352A (en) Method capable of enabling cell phone to adapt to user touch control habits
CN102890628A (en) Method and device for displaying target object
CN106775828A (en) Application program installation method and device, computer equipment
CN101571874A (en) System for searching and sequencing mobile phone information
CN105426192A (en) Information modification method and terminal
CN102750168A (en) Application icon updating method and device
CN102263847A (en) Mobile phone mode selection method and mode-selectable mobile phone
CN105045585A (en) Operation menu arrangement method and mobile terminal
JP5646534B2 (en) Mobile terminal, information processing method and program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
ASS Succession or assignment of patent right

Owner name: WINGTECH COMMUNICATION CO., LTD.

Free format text: FORMER OWNER: WINGTECH GROUP LIMITED

Effective date: 20120228

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 314000 JIAXING, ZHEJIANG PROVINCE TO: 314006 JIAXING, ZHEJIANG PROVINCE

TA01 Transfer of patent application right

Effective date of registration: 20120228

Address after: 314006, No. 777, Middle South Road, Nanhu District, Zhejiang, Jiaxing (Jiaxing science and technology city)

Applicant after: Wingtech Communication Co., Ltd.

Address before: 314000, Zhejiang, Jiaxing on the north side of South Central Road, two West Road (Zhejiang branch of science and Technology Development Investment Co., Ltd., 1, 302, 303 rooms)

Applicant before: Wingtech Group Limited

C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140219

Termination date: 20151229

EXPY Termination of patent right or utility model