CN104571825B - Method and device for adding icon in interface and mobile terminal - Google Patents

Method and device for adding icon in interface and mobile terminal Download PDF

Info

Publication number
CN104571825B
CN104571825B CN201510028091.4A CN201510028091A CN104571825B CN 104571825 B CN104571825 B CN 104571825B CN 201510028091 A CN201510028091 A CN 201510028091A CN 104571825 B CN104571825 B CN 104571825B
Authority
CN
China
Prior art keywords
interface
icon
interfaces
mth
mobile terminal
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.)
Active
Application number
CN201510028091.4A
Other languages
Chinese (zh)
Other versions
CN104571825A (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.)
Beijing Kunshi Intellectual Property Management Co ltd
Original Assignee
Huawei Device 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 Huawei Device Co Ltd filed Critical Huawei Device Co Ltd
Priority to CN201510028091.4A priority Critical patent/CN104571825B/en
Priority claimed from CN201010166490.4A external-priority patent/CN101833418B/en
Publication of CN104571825A publication Critical patent/CN104571825A/en
Application granted granted Critical
Publication of CN104571825B publication Critical patent/CN104571825B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/04817Interaction 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 using icons

Abstract

The embodiment of the invention relates to the field of mobile communication, and provides a method for adding icons in an interface of an Android system, wherein the Android system has N interfaces, and the method comprises the following steps: a. acquiring adding instruction information; b. acquiring the spatial information of the icon to be added according to the adding instruction information; c. acquiring the residual space information of the Mth interface according to the adding instruction information; d. judging whether the spatial information of the icon to be added is larger than the residual spatial information of the Mth interface: if yes, executing step e, otherwise, executing step f; e. judging whether the Mth display interface is the last interface to be judged: if yes, executing the step g, otherwise, assigning the value of M to be M +1 and returning to the step c; f. adding the icon in the interface; g. building another interface and adding the icon into the newly built interface; wherein M, N is a natural number, and M is more than or equal to 1 and less than or equal to N.

Description

Method and device for adding icon in interface and mobile terminal
Technical Field
The invention relates to the technical field of communication, in particular to a method and a device for adding an icon in an interface of an Android system and a mobile terminal.
Background
At present, Android system equipment is taken as a representative, handheld touch screen terminal equipment is more and more common to provide a Home interface with a large space for a user, and the user is allowed to put icons such as favorite programs, widgets, controls, folders and the like which are commonly used on the Home interface of the equipment on the premise that the current screen has space according to own habits, which is equivalent to a shortcut on a computer desktop.
In the process of implementing the embodiment of the present invention, the inventors found that the following technical problems exist in the prior art: if the current screen is placed without space, the screen can not be added, and the user needs to manually vacate the placing space, so that the operation of the user is inconvenient; in addition, in the prior art, when an icon is required to be added on the Home interface, enough space on the current screen must be ensured for adding the icon, if the space is insufficient, a series of operations for selecting the icon to be added by a user before are invalid, the operation needs to be repeated once, and the method is not humanized and intelligent.
Disclosure of Invention
In view of this, an embodiment of the present invention provides a method for adding an icon in an interface of an Android system, where the Android system has N interfaces, and the method includes:
a. acquiring adding instruction information;
b. acquiring the spatial information of the icon to be added according to the adding instruction information;
c. acquiring the residual space information of the Mth interface according to the adding instruction information;
d. judging whether the spatial information of the icon to be added is larger than the residual spatial information of the Mth interface: if yes, executing step e, otherwise, executing step f;
e. judging whether the Mth display interface is the last interface to be judged: if yes, executing the step g, otherwise, assigning the value of M to be M +1 and returning to the step c;
f. adding the icon in the interface, and ending the process;
g. building another interface, adding the icon into the newly built interface, and ending the process;
wherein M, N is a natural number, and M is more than or equal to 1 and less than or equal to N.
Meanwhile, an embodiment of the present invention further provides a device for adding icons in an interface of an Android system, where the Android system has N interfaces, and the device is characterized by including:
the first acquisition module is used for acquiring the adding instruction information;
the second acquisition module is used for acquiring the spatial information of the icon to be added and the residual spatial information of the Mth interface according to the adding instruction information;
the first judgment module is used for judging whether the space information of the icon to be added is larger than the residual space information of the Mth interface;
the second judgment module is used for judging whether the Mth interface is the last interface to be judged;
the adding module is used for adding the icon in the residual space of the Mth interface when the first judging module judges that the space information of the icon to be added is not larger than the residual space information of the Mth interface;
wherein M, N is a natural number, and M is more than or equal to 1 and less than or equal to N.
According to the technical scheme, whether the icon is added to the current interface is determined by judging whether the spatial information of the icon to be added is smaller than or equal to the residual spatial information of the current display interface, the technical problem that the Android device needs a user to confirm whether enough space exists again and again at present and then the icon is added is solved, friendly and humanized operation experience is provided for the user, and the user can obtain good experience from both the aspects of vision and usability in operation.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
FIG. 1 is a flowchart of a method of example 1 of the present invention;
FIG. 2 is a flowchart of a method of embodiment 2 of the present invention;
FIG. 3 is a schematic view of an apparatus according to example 3 of the present invention;
FIG. 4 is a schematic view of another apparatus according to embodiment 3 of the present invention;
FIG. 5 is a schematic view of another apparatus according to embodiment 3 of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention is clearly and completely described below with reference to the accompanying drawings. It is to be understood that the described embodiments are merely a few embodiments of the invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Taking a mobile phone with an Android system having 2 interfaces as an example, embodiment 1 of the present invention provides a method for adding an icon in an interface of an Android system, please refer to fig. 1, where the method specifically includes:
step 101, acquiring adding instruction information; the adding instruction information is instruction information generated by the mobile terminal system due to relevant operations of a user when the user needs to move an icon of a certain application program. For example, in a mobile terminal (such as a PC, a PDA, a mobile phone, etc.) equipped with an android system, by a user pressing and holding an application icon for taking a picture, the mobile terminal can acquire addition instruction information and determine that the user needs to perform a corresponding addition operation on the icon.
102, acquiring the space information of the icon to be added and the residual space information of the current interface according to the adding instruction information;
the icon in the embodiment of the present invention specifically refers to a visible or touchable identifier that can represent various application programs, such as a shortcut icon (shortcut), a window control (Widget), a folder, a sticker, a bookmark, and the like. And after the mobile terminal acquires the adding instruction information, acquiring the spatial information of the icon to be added according to the adding instruction information. The spatial information may be two-dimensional plane information or three-dimensional stereo information. For example, the mobile terminal may acquire an icon having spatial information of 2 × 2 square units (e.g., centimeters) of the icon. Meanwhile, the mobile terminal can acquire the remaining space information of the current interface. Since the icon to be added needs to be added on the current interface, the mobile terminal needs to determine how much space remains in the current interface. For example, the mobile terminal determines the remaining space information through the grid parameters established by the system itself and the space information that has been occupied by the application icon.
Step 103, judging whether the space information of the icon to be added is larger than the remaining space information of the current interface: if yes, go to step 104; if not, go to step 105.
For example, the spatial information to be added with the icon is 2 × 2 square units, and the remaining spatial information is 3 × 2 square units, which take the horizontal axis — X axis and the vertical axis — Y axis in the rectangular coordinate system as a reference system. The mobile terminal thus makes a determination: 2 is less than 3, and 2 is less than or equal to 2. This means that the spatial information of the icon to be added is less than or equal to the remaining spatial information of the current interface. Therefore, the mobile terminal adds the icon on the current interface. Of course, the spatial information mentioned in the example is plane information, and the spatial information of the icon and the remaining spatial information may also be three-dimensional stereo spatial information in the embodiment of the present invention. For example, the spatial information to be added with the icon is 2 × 2 × 2 cubic units, the remaining spatial information is 3 × 2 × 4 cubic units, and the mobile terminal determines: 2 is less than 3, 2 is less than or equal to 2, and 2 is less than 4. This means that the spatial information of the icon to be added is less than or equal to the remaining spatial information of the current interface. Therefore, the mobile terminal adds the icon on the current interface, otherwise, the mobile terminal searches the next interface and judges whether the next interface has enough left space information to add the icon.
And 104, switching to the interface 2, acquiring the residual space information of the interface 2 and executing the step 106.
And 105, adding the icon to the current interface, and ending the process.
Step 106, judging whether the space information of the icon to be added is larger than the remaining space information of the interface No. 2: if yes, go to step 107; if not, go to step 105.
And step 107, newly building a 3 rd interface, adding the icon to the 3 rd interface, and ending the process.
According to the technical scheme, whether the icon is added to the current interface is determined by judging whether the spatial information of the icon to be added is smaller than or equal to the residual spatial information of the current display interface, the technical problem that the Android device needs a user to confirm whether enough space exists at present and then add the icon is solved, friendly and humanized operation experience is provided for the user, and the user can obtain good experience from both the aspects of vision and usability in operation.
Example 2
Embodiment 1 is described by taking a mobile terminal with an Android system having 2 interfaces as an example, and embodiment 2 of the present invention is specifically described below by an Android system having N interfaces. Referring to fig. 2, an embodiment 2 of the present invention provides a method for adding an icon in an interface of an Android system, where the method specifically includes:
step 201, acquiring adding instruction information; the adding instruction information is instruction information generated by the mobile terminal system due to relevant operations of a user when the user needs to move an icon of a certain application program. For example, in a mobile terminal (such as a PC, a PDA, a mobile phone, etc.) equipped with an android system, by a user pressing and holding an application icon for taking a picture, the mobile terminal can acquire addition instruction information and determine that the user needs to perform a corresponding addition operation on the icon.
Step 202, acquiring spatial information of an icon to be added according to the adding instruction information;
step 203, obtaining the remaining space information of the Mth interface according to the adding instruction information;
the icon in the embodiment of the present invention specifically refers to a visible or touchable identifier that can represent various application programs, such as a shortcut icon (shortcut), a window control (Widget), a folder, a sticker, a bookmark, and the like. And after the mobile terminal acquires the adding instruction information, acquiring the spatial information of the icon to be added according to the adding instruction information. The spatial information may be two-dimensional plane information or three-dimensional stereo information. For example, the mobile terminal may acquire an icon having spatial information of 2 × 2 square units (e.g., centimeters) of the icon. Meanwhile, the mobile terminal can acquire the remaining space information of the current interface. Since the icon to be added needs to be added on the current interface, the mobile terminal needs to determine how much space remains in the current interface. For example, the mobile terminal determines the remaining space information through the grid parameters established by the system itself and the space information that has been occupied by the application icon.
Step 204, judging whether the space information of the icon to be added is larger than the residual space information of the Mth interface: if yes, go to step 205, otherwise go to step 206;
step 205, judging whether the mth display interface is the last interface to be judged: if yes, executing step 207, otherwise, assigning the value of M to be M +1 and returning to step 203;
step 206, adding the icon in the interface, and ending the process;
step 207, building another interface, adding the icon into the newly built interface, and ending the process;
wherein M, N is a natural number, and M is more than or equal to 1 and less than or equal to N.
The above flow is described in detail below by taking a mobile terminal of an Android system having 3 interfaces as an example. And the terminal user operates the corresponding icon, the mobile terminal acquires the adding instruction information, and acquires the space information of the icon and the residual space information of the current interface (which can be called as interface 1) according to the instruction information. Then judging whether the space information of the icon is larger than the residual space information of the current interface 1, if not, directly adding the icon on the current interface 1; if yes, judging whether the current interface 1 is the last interface to be judged. In this embodiment, because the judging step only judges the interface 1 and there are 2 interfaces that have not been judged, the current interface 1 is not the last interface to be judged. Thus, the 2 nd interface is determined: judging whether the space information of the icon is larger than the residual space information of the 2 nd interface or not, and if not, directly adding the icon to the 2 nd interface; if yes, judging whether the 2 nd interface is the last interface to be judged. In this embodiment, since the judging step only judges the 1 st interface and the 2 nd interface, and also does not judge the 3 rd interface, the 2 nd interface is not the last interface to be judged. Thus, the 3 rd interface is determined: judging whether the space information of the icon is larger than the rest space information of the No. 3 interface or not, and if not, directly adding the icon on the No. 3 interface; if yes, judging whether the 3 rd interface is the last interface to be judged. In the embodiment of the present invention, the interface 3 is the last interface to be determined, so that none of the 3 interfaces in the system has enough remaining space information to add and place the icon. Thus, the system creates an interface, called the 4 th interface. Since the 4 th interface is newly created, no icon of the application program is placed on the interface, so the interface remaining space information is the whole space of the interface, and the icon can be added on the 4 th interface. It can be understood that, in the embodiment of the present invention, the number of interfaces included in the mobile terminal of the android system is not limited to 3, and may be multiple, and the operation of adding the application icon to the interface may be performed according to the above method flow.
Optionally, after step 206, the method further comprises:
step 2061, after the icons are added, all the icons in the current display interface are sorted according to the icon use frequency. There may be icon placements of various applications on the added interface. The icons and the icons just added are placed after being sorted by the user, so that the application icons which are used most often are placed in the most prominent or front row, and the user can conveniently operate the icons.
According to the technical scheme, whether the icon is added to the current interface is determined by judging whether the spatial information of the icon to be added is smaller than or equal to the residual spatial information of the current display interface, the technical problem that the Android device needs a user to confirm whether enough space exists again and again at present and then the icon is added is solved, friendly and humanized operation experience is provided for the user, and the user can obtain good experience from both the aspects of vision and usability in operation.
Example 3
An embodiment 3 of the present invention provides a device for adding icons in an interface of an Android system, where the Android system has N interfaces, please refer to fig. 3, and the device includes:
a first obtaining module 301, configured to obtain addition instruction information;
a second obtaining module 302, configured to obtain, according to the addition instruction information, spatial information of an icon to be added and remaining spatial information of an mth interface;
a first judging module 303, configured to judge whether the spatial information of the icon to be added is greater than the remaining spatial information of the mth interface;
a second determining module 304, configured to determine whether the mth interface is the last interface to be determined;
the adding module 305 is configured to add the icon in the remaining space of the mth interface when the first determining module determines that the space information of the icon to be added is not greater than the remaining space information of the mth interface;
wherein M, N is a natural number, and M is more than or equal to 1 and less than or equal to N.
Further, referring to fig. 4, the apparatus may further include:
the establishing module 306 is configured to establish another interface when the second determining module determines that the mth interface is the last interface to be determined;
the adding module 305 is further configured to add the icon to the newly created interface.
Further, referring to fig. 5, the apparatus may further include:
and a sorting module 307, configured to sort all the icons in the current interface according to the icon usage frequency, according to the interface to which the icon is added by the adding module 305. There may be icon placements of various applications on the added interface. The icons and the icons just added are placed after being sorted by the user, so that the application icons which are used most often are placed in the most prominent or front row, and the user can conveniently operate the icons.
According to the technical scheme, whether the icon is added to the current interface is determined by judging whether the spatial information of the icon to be added is smaller than or equal to the residual spatial information of the current display interface, the technical problem that the Android device needs a user to confirm whether enough space exists again and again at present and then the icon is added is solved, friendly and humanized operation experience is provided for the user, and the user can obtain good experience from both the aspects of vision and usability in operation.
Example 4
The embodiment 4 of the invention discloses a mobile terminal of an Android system, which comprises: a baseband chip, a touch display screen, an antenna, etc., and the mobile terminal further comprises the device for adding the icon on the interface in embodiment 3. Specifically, the Mobile terminal may be a Mobile phone with an Android system, a PDA (personal digital assistant), a Home Information Display (HID), a Mobile Internet Device (HID), and other terminal devices.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-only memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (18)

1. A method for adding icons in an interface of an Android system of a mobile terminal, wherein the Android system of the mobile terminal is provided with N interfaces, the method is executed by the mobile terminal, and the method comprises the following steps:
detecting an adding operation of a user, wherein the adding operation is that the user adds an icon to an Mth interface in the N interfaces;
according to the adding operation, acquiring the spatial information of the icon to be added and the residual spatial information of the Mth interface;
determining whether the icon can be placed on the Mth interface or not according to the spatial information of the icon to be added and the residual spatial information of the Mth interface;
under the condition that the icons cannot be placed on all the interfaces behind the Mth interface in the Mth interface and the N interfaces, placing the icons on a newly-built (N + 1) th interface;
wherein M is more than 1 and less than or equal to N, and M and N are both natural numbers.
2. The method of claim 1, wherein the icon is a shortcut icon, a window control Widget, a folder, or a bookmark.
3. The method according to claim 2, wherein the spatial information of the mth interface is determined according to a configured grid parameter in an operating system of the mobile terminal.
4. The method according to any one of claims 1 to 3, wherein said N +1 th interface is newly created after the nth interface of said N interfaces.
5. The method of any of claims 1-3, wherein the determining that the icon cannot be placed on all of the Mth interface and the N interfaces that follow the Mth interface comprises:
determining that the Mth interface and all interfaces of the N interfaces that follow the Mth interface do not have sufficient space left to place the icon.
6. The method of claim 4, wherein the determining that the icon cannot be placed on the Mth interface and all interfaces of the N interfaces that follow the Mth interface comprises:
determining that the Mth interface and all interfaces of the N interfaces that follow the Mth interface do not have sufficient space left to place the icon.
7. A mobile terminal, comprising: the baseband chip, the touch display screen and the antenna are characterized in that the mobile terminal is configured to execute the method for adding the icon in the interface of the Android system of the mobile terminal according to any one of claims 1 to 3 or 6.
8. A mobile terminal, comprising: the baseband chip, the touch display screen and the antenna are characterized in that the mobile terminal is configured to execute the method for adding the icon in the Android system interface of the mobile terminal according to claim 4.
9. A mobile terminal, comprising: the baseband chip, the touch display screen and the antenna are characterized in that the mobile terminal is configured to execute the method for adding the icon in the Android system interface of the mobile terminal according to claim 5.
10. A device for adding icons in an Android system interface of a mobile terminal, wherein the Android system of the mobile terminal is provided with N interfaces, and the device is characterized by comprising:
a module for detecting an adding operation of a user, wherein the adding operation is that the user adds an icon to an Mth interface in the N interfaces;
a module for acquiring the spatial information of the icon to be added and the residual spatial information of the Mth interface according to the adding operation;
a module for determining whether the icon can be placed on the Mth interface according to the spatial information of the icon to be added and the residual spatial information of the Mth interface;
a module for placing the icon on a newly-built (N + 1) th interface if it is determined that the icon cannot be placed on all interfaces behind the mth interface in the mth interface and the N interfaces;
wherein M is more than 1 and less than or equal to N, and M and N are both natural numbers.
11. The apparatus of claim 10, wherein the icon is a shortcut icon, a window control Widget, a folder, or a bookmark.
12. The apparatus of claim 11, further comprising: and the module is used for determining the spatial information of the Mth interface according to the configured grid parameters in the operating system of the mobile terminal.
13. The apparatus of any of claims 10-12, further comprising: and the module is used for newly building the N +1 th interface after the Nth interface of the N interfaces.
14. The apparatus of any of claims 10-12, wherein the determination that the icon cannot be placed on all of the mth interface and the N interfaces that follow the mth interface comprises:
determining that the Mth interface and all interfaces of the N interfaces that follow the Mth interface do not have sufficient space left to place the icon.
15. The apparatus of claim 13, wherein the determination that the icon cannot be placed on the mth interface and all interfaces of the N interfaces that follow the mth interface comprises:
determining that the Mth interface and all interfaces of the N interfaces that follow the Mth interface do not have sufficient space left to place the icon.
16. A mobile terminal, comprising: baseband chip, touch screen, antenna, characterized in that the mobile terminal further comprises the apparatus for adding icons in the Android system interface of the mobile terminal according to any of claims 10 to 12 or 15.
17. A computer-readable storage medium, on which a computer program is stored, which, when executed on a computer, causes the computer to carry out the method according to any one of claims 1-3 or 6.
18. The computer-readable storage medium of claim 17, wherein the computer is a cell phone with an Android operating system.
CN201510028091.4A 2010-04-28 2010-04-28 Method and device for adding icon in interface and mobile terminal Active CN104571825B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510028091.4A CN104571825B (en) 2010-04-28 2010-04-28 Method and device for adding icon in interface and mobile terminal

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510028091.4A CN104571825B (en) 2010-04-28 2010-04-28 Method and device for adding icon in interface and mobile terminal
CN201010166490.4A CN101833418B (en) 2010-04-28 2010-04-28 Method and device for adding icon in interface and mobile terminal

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201010166490.4A Division CN101833418B (en) 2010-04-28 2010-04-28 Method and device for adding icon in interface and mobile terminal

Publications (2)

Publication Number Publication Date
CN104571825A CN104571825A (en) 2015-04-29
CN104571825B true CN104571825B (en) 2020-02-14

Family

ID=53088038

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510028091.4A Active CN104571825B (en) 2010-04-28 2010-04-28 Method and device for adding icon in interface and mobile terminal

Country Status (1)

Country Link
CN (1) CN104571825B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260210A (en) * 2015-10-22 2016-01-20 北京金山安全软件有限公司 Desktop main screen determining method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025761A (en) * 2007-01-04 2007-08-29 浙江华立通信集团有限公司 Main menu interface and its construcing method
CN101223497A (en) * 2005-07-13 2008-07-16 微软公司 Rich drag drop user interface
CN101627360A (en) * 2007-01-05 2010-01-13 苹果公司 Be used to show method, system and the graphic user interface of a plurality of application windows

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090089692A1 (en) * 2007-09-28 2009-04-02 Morris Robert P Method And System For Presenting Information Relating To A Plurality Of Applications Using A Three Dimensional Object

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101223497A (en) * 2005-07-13 2008-07-16 微软公司 Rich drag drop user interface
CN101025761A (en) * 2007-01-04 2007-08-29 浙江华立通信集团有限公司 Main menu interface and its construcing method
CN101627360A (en) * 2007-01-05 2010-01-13 苹果公司 Be used to show method, system and the graphic user interface of a plurality of application windows

Also Published As

Publication number Publication date
CN104571825A (en) 2015-04-29

Similar Documents

Publication Publication Date Title
US11079908B2 (en) Method and apparatus for adding icon to interface of android system, and mobile terminal
CN107861784B (en) Desktop icon sorting method and device and mobile terminal
US10983668B2 (en) Method and apparatus for component display processing
EP3438808A1 (en) Split-screen displaying method and apparatus, and electronic device
CN105335048B (en) Electronic equipment with hidden application icon and method for hiding application icon
CN106201170B (en) A kind of the footmark processing method and terminal of application icon
EP2930602A2 (en) Method and system for implementing suspended global button on touch screen terminal interface
CN103593116A (en) Method and device for displaying and controlling portable terminal toolbar
CN103970414A (en) Application icon management method and terminal
CN103513969A (en) Establishment method, device and terminal of application program entry
EP3623928A1 (en) Page browsing method and device, and electronic apparatus
CN107066176A (en) A kind of control method and device of the singlehanded pattern of terminal
CN103970434A (en) Method and electronic equipment for responding operation
CN105573610B (en) A kind of spreadsheet operations method and device
CN104571825B (en) Method and device for adding icon in interface and mobile terminal
CN105892788A (en) Interface display method and device
CN104536651B (en) A kind of method, device and mobile terminal for adding icon in interface
CN105988807B (en) Information processing method and electronic equipment
AU2019205000B2 (en) Component display processing method and user equipment
CN105912214A (en) Message number display method and terminal
CN105808082B (en) Multi-touch processing system and method
CN105786342A (en) Information processing method and electronic device
CN104866214B (en) A kind of method and electronic equipment of information processing
CN104571815A (en) Matching method for display windows and electronic device
CN101924827B (en) Method for performing storing short messages in classified mode and mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 518129 Building 2, B District, Bantian HUAWEI base, Longgang District, Shenzhen, Guangdong.

Applicant after: Huawei terminal (Shenzhen) Co.,Ltd.

Address before: 518129 Building 2, B District, Bantian HUAWEI base, Longgang District, Shenzhen, Guangdong.

Applicant before: HUAWEI DEVICE Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20181219

Address after: 523808 Southern Factory Building (Phase I) Project B2 Production Plant-5, New Town Avenue, Songshan Lake High-tech Industrial Development Zone, Dongguan City, Guangdong Province

Applicant after: HUAWEI DEVICE Co.,Ltd.

Address before: 518129 Building 2, B District, Bantian HUAWEI base, Longgang District, Shenzhen, Guangdong.

Applicant before: Huawei terminal (Shenzhen) Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230412

Address after: Room 401, Area A, Building 1, No. 88, Meishan Qixing Road, Beilun District, Ningbo City, Zhejiang Province, 315800 C0178

Patentee after: Zhejiang Heyi Ruijing Technology Development Co.,Ltd.

Address before: 523808 Southern Factory Building (Phase I) Project B2 Production Plant-5, New Town Avenue, Songshan Lake High-tech Industrial Development Zone, Dongguan City, Guangdong Province

Patentee before: HUAWEI DEVICE Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230912

Address after: Unit 03, Room 1501, 15th Floor, Unit 1, Building 1, No.1 East Third Ring Middle Road, Chaoyang District, Beijing, 100020

Patentee after: Beijing Kunshi Intellectual Property Management Co.,Ltd.

Address before: Room 401, Area A, Building 1, No. 88, Meishan Qixing Road, Beilun District, Ningbo City, Zhejiang Province, 315800 C0178

Patentee before: Zhejiang Heyi Ruijing Technology Development Co.,Ltd.