CN107832337B - Page returning method, device and equipment - Google Patents

Page returning method, device and equipment Download PDF

Info

Publication number
CN107832337B
CN107832337B CN201710943248.5A CN201710943248A CN107832337B CN 107832337 B CN107832337 B CN 107832337B CN 201710943248 A CN201710943248 A CN 201710943248A CN 107832337 B CN107832337 B CN 107832337B
Authority
CN
China
Prior art keywords
page
pages
initial
returning
current
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
CN201710943248.5A
Other languages
Chinese (zh)
Other versions
CN107832337A (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.)
Wuba Co Ltd
Original Assignee
Wuba 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 Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN201710943248.5A priority Critical patent/CN107832337B/en
Publication of CN107832337A publication Critical patent/CN107832337A/en
Application granted granted Critical
Publication of CN107832337B publication Critical patent/CN107832337B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Abstract

The invention provides a page returning method, a page returning device and page returning equipment. The method comprises the following steps: acquiring a command for closing the current page input by a user; according to the instruction, displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step; judging whether the user selects a target page from all the pages; and if the user selects a target page from all the pages, returning to the target page for displaying. The invention simplifies the user operation and improves the user experience.

Description

Page returning method, device and equipment
Technical Field
The invention relates to the technical field of terminals, in particular to a method, a device and equipment for returning a page.
Background
Applications (apps) typically present information to users through pages, with a hierarchical relationship between the pages.
In the prior art, two ways to return from the current page are provided: one is to return directly to the original page, and the other is to return to the page at the upper level of the current page. When the user needs to return to a certain page between the current page and the initial page for browsing, the user can return to the initial page and then enter the page from the initial page step by step, or can return to the page from the current page step by step.
Therefore, the conventional technique has a problem that the user operation is complicated.
Disclosure of Invention
The invention provides a method, a device and equipment for returning a page, which are used for solving the problem of complex operation of a user in the prior art.
In a first aspect, the present invention provides a method for returning a page, including:
acquiring a command for closing the current page input by a user;
according to the instruction, displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step;
judging whether the user selects a target page from all the pages;
and if the user selects a target page from all the pages, returning to the target page for displaying.
In one possible implementation, the method further includes:
and if the user does not select a target page from all the pages, returning to the initial page for displaying.
In a possible implementation manner, before displaying, according to the instruction, description information of each page of all pages through which the current page is returned to the initial page step by step, the method further includes:
judging whether the number of all pages which are required to pass through from the current page to the initial page step by step is larger than or equal to a preset threshold value or not;
if the number of all pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, executing the step of displaying the description information of each page in all pages to be passed by the current page to be returned to the initial page step by step according to the instruction;
and if the number of all the pages which are required to pass through for gradually returning the current page to the initial page is smaller than a preset threshold value, returning to the initial page for displaying.
In one possible implementation, the description information includes at least one of: page title, page introduction, or page dwell time.
In a second aspect, the present invention provides an apparatus for page returning, including:
the acquisition module is used for acquiring a command for closing the current page, which is input by a user;
the display module is used for displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step according to the instruction;
the first judgment module is used for judging whether the user selects a target page from all the pages;
and the return module is used for returning to the target page for displaying if the user selects the target page from all the pages.
In a possible implementation manner, the returning module is further configured to return to the initial page for displaying if the user does not select a target page from all the pages.
In one possible implementation, the apparatus further includes: the second judgment module is used for judging whether the number of all pages which are required to pass through for returning the current page to the initial page step by step is larger than or equal to a preset threshold value or not;
the display module is specifically configured to: if the number of all pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, displaying the description information of each page in all pages to be passed by the current page to be returned to the initial page step by step according to the instruction;
and the return module is also used for returning to the initial page for displaying if the number of all the pages which are required to pass through for returning from the current page to the initial page step by step is less than a preset threshold value.
In one possible implementation, the description information includes at least one of: page title, page introduction, or page dwell time.
In a third aspect, the present invention provides a terminal, including:
a processor and a memory for storing computer instructions; the processor executes the computer instructions to perform the method of any of the first aspects described above.
In a fourth aspect, the present invention provides a computer readable storage medium having stored thereon computer instructions which, when executed by a processor, implement the method of any of the first aspect above.
According to the page returning method, the page returning device and the page returning equipment, the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step is displayed according to the instruction for closing the current page input by the user, and when the user selects the target page from all the pages, the page is returned to the target page for display, so that the purpose that the page is directly returned from the current page to any page which is passed by the current page and returned to the initial page from the current page is achieved, the operation that the user returns to the initial page first and then enters the target page layer by layer from the initial page or returns to the target page layer by layer from the current page is avoided, the user operation is simplified, and the user experience.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a first embodiment of a page returning method according to the present invention;
FIG. 2 is a first schematic diagram illustrating a page returning method according to the present invention;
FIG. 3 is a flowchart of a second embodiment of a page returning method of the present invention;
FIG. 4 is a diagram illustrating a page returning method according to the present invention;
FIG. 5 is a schematic structural diagram of an embodiment of a page returning apparatus according to the present invention;
fig. 6 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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.
Fig. 1 is a flowchart of a first embodiment of a page returning method according to the present invention, where an execution main body of the method of this embodiment may be a terminal, and the terminal may be, for example, a mobile phone, a tablet computer, and the like. As shown in fig. 1, the method of this embodiment may include:
step 101, obtaining an instruction for closing the current page, which is input by a user.
In this step, as shown in fig. 2, when the user clicks the "<" button while the current page is displayed, it can be considered that the user inputs an instruction to return to the page at the upper stage of the current page. When the user clicks the "close" button, the user may be considered to have entered an instruction to close the current page. Alternatively, the user may be provided with only a "<" button when the level of the current page is less than 3, and may be provided with both the "<" button and the "close" button when the level of the current page is greater than or equal to 3. Here, the hierarchy of the initial page may be considered to be 1.
And 102, displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step according to the instruction.
In this step, the description information may be information that can describe the page so that the user can better distinguish the page. Optionally, the description information includes at least one of a page title, a page introduction, or a page dwell time. The initial page is specifically a page corresponding to the root view, and for the initial page, only a next-level page is available, but no previous-level page is available. Assuming that the initial page is page 1, the user enters page 2 from page 1, then enters page 3 from page 2, enters page 4 from page 3 and stays on page 4, then page 4 is the current page, and the return path from page 4 to page 1 step by step is page 4- > page 3- > page 2- > page 1. Thus, all pages that are passed by page 4 to step back to page 1 are page 3 and page 2. Here, page 2 is a next page of page 1, page 3 is a next page of page 2, page 4 is a next page of page 3, page 1 is a previous page of page 2, page 2 is a previous page of page 3, and page 3 is a previous page of page 4.
And 103, judging whether the user selects a target page from all the pages.
In this step, when the user clicks the description information of a certain page in all the pages, the user may be considered to have selected the page, that is, the page is the target page selected by the user. When the user does not click on the description information of any page of all the pages, it may be considered that the user has not selected the target page.
And step 104, if the user selects a target page from all the pages, returning to the target page for displaying.
In this step, the returning to the target page for displaying may specifically be to determine a page identifier of the target page, obtain page data of the target page according to the page identifier, and display according to the page data.
In the embodiment, the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step is displayed according to the instruction for closing the current page input by the user, and when the user selects the target page from all the pages, the description information is returned to the target page for display, so that the effect that the current page is directly returned to any page which is passed by the current page and returned to the initial page is achieved, the operation that the user returns to the initial page first and then enters the target page layer by layer from the initial page or returns to the target page layer by layer from the current page is avoided, the user operation is simplified, and the user experience is improved.
Fig. 3 is a flowchart of a second embodiment of the page returning method of the present invention. The present embodiment mainly describes different processing for an instruction to close the current page input by the user when the number of all pages to be passed by the current page returning step by step to the initial page is different based on the embodiment shown in fig. 1. As shown in fig. 3, the method of this embodiment may include:
step 301, acquiring an instruction for closing the current page, which is input by a user.
It should be noted that step 301 is similar to step 101, and is not described herein again.
Step 302, judging whether the number of all pages passed by the current page returning to the initial page step by step is greater than or equal to a preset threshold value.
In this step, when the number of all pages to be passed by returning the current page to the initial page step by step is greater than or equal to a preset threshold, step 303 is executed. And executing step 306 when the number of all pages to be passed by returning the current page to the initial page step by step is less than a preset threshold value. The preset threshold may be flexibly selected according to a design, for example, when a function of returning from the current page to any page between the current page and the initial page is provided to the user only when the current page is considered to have a deeper hierarchy, the preset threshold may be set to be larger, for example, 3. When it is considered that the number of pages between the current page and the initial page is equal to 1, it is possible to return to the upper page of the current page through the existing "<" button, return to the initial page through the existing "close" button, and when the number is greater than 1, it is possible to return to any page between the current page and the initial page through the "close" button, the preset threshold may be set to 2. When it is considered that the number of pages between the current page and the initial page is equal to 1, the previous page of the current page may be returned to by the existing "<" button, or the page between the current page and the initial page may be returned to by the "close" button, and the preset threshold may be set to 1.
And 303, displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step according to the instruction.
In this step, the description information includes at least one of a page title, a page introduction, or a page dwell time. Wherein the page dwell time may be determined by the difference between the time to enter the page and the time to leave the page. Specifically, when the user leaves a page and enters a next page of the page, the description information and the page identifier of the page may be stored in an array, and the hierarchical relationship between the pages may be represented by the order of the information of different pages in the array. In step 303, according to the instruction, the array may be queried from the storage space to obtain description information of each page of all pages through which the current page is gradually returned to the initial page. Optionally, as shown in fig. 4, the description information of each page in all pages to be passed by the return path from the current page to the initial page step by step may be displayed in a list manner by a floating layer.
And step 304, judging whether the user selects a target page from all the pages.
In this step, when the user selects a target page from all the pages, step 305 is performed. When the user does not select a target page among all the pages, step 306 is executed. For fig. 4, when the user clicks an entry in the list, it may be considered that the user selects a page corresponding to the entry, that is, the page corresponding to the entry is a target page. When the user clicks the "close" button, it may be considered that the user does not select a target page among all the pages. It should be noted that, when the user clicks the close button, it may be considered that the user does not need to directly return to a certain page between the current page and the initial page, but needs to directly return to the initial page. When the user selects the target page, the information of the page with the hierarchy level larger than that of the target page in the array can be deleted.
And 305, returning to the target page for displaying.
In this step, taking the iOS system as an example, the return to the target page may be implemented by the following method:
-(nullable NSArray<__kindof UIViewController*>*)popToViewController:(UIViewController*)viewController animated:(BOOL)animated;
it should be noted that, two entries of the method, the first incoming page id and the second incoming boolean value determine whether there is a page switching animation.
And step 306, returning to the initial page for displaying.
In this step, taking the iOS system as an example, the return to the initial page may be implemented by the following method:
-(nullable NSArray<__kindof UIViewController*>*)popToRootViewControllerAnimated:(BOOL)animated;
it should be noted that the method has an entry, and the incoming boolean value determines whether there is a page switch animation.
In the embodiment, the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step is displayed according to the instruction for closing the current page input by the user, the description information is returned to the target page for display when the user selects the target page in all the pages, and the description information is returned to the initial page when the user does not select the target page in all the pages, so that a mode of returning to any page is provided on the basis of being compatible with the existing instruction for closing the current page and directly returning to the initial page, the user can keep the previous use habit, and the user experience is improved.
Fig. 5 is a schematic structural diagram of an embodiment of the apparatus presented in the present invention, and the apparatus provided in this embodiment may be implemented as part or all of a terminal through software, hardware, or a combination of the two. As shown in fig. 5, the apparatus of the present embodiment may include: an acquisition module 501, a display module 502, a first judgment module 503 and a return module 504. The acquiring module 501 is configured to acquire an instruction for closing a current page, which is input by a user; a display module 502, configured to display, according to the instruction obtained by the obtaining module 501, description information of each page in all pages through which the current page returns to the initial page step by step; a first determining module 503, configured to determine whether the user selects a target page from all the pages displayed by the display module 502; a returning module 504, configured to return to the target page for displaying if the first determining module 503 determines that the user selects the target page from all the pages.
Optionally, the returning module 504 is further configured to return to the initial page for displaying if the user does not select the target page from all the pages.
Optionally, the apparatus of this embodiment further includes: a second judging module 505, configured to judge whether the number of all pages that need to pass through from the current page to the initial page step by step is greater than or equal to a preset threshold;
correspondingly, the display module 502 is specifically configured to: if the number of all pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, displaying the description information of each page in all pages to be passed by the current page to be returned to the initial page step by step according to the instruction;
the returning module 504 is further configured to return to the initial page for displaying if the number of all pages that need to pass through to return from the current page to the initial page step by step is smaller than a preset threshold.
Optionally, the description information includes at least one of the following: page title, page introduction, or page dwell time.
The apparatus of this embodiment may be used in the technical solutions of the embodiments shown in fig. 1 or fig. 3, and the implementation principles and technical effects are similar, which are not described herein again.
Fig. 6 is a schematic structural diagram of an embodiment of the terminal of the present invention, and as shown in fig. 6, the terminal may include: a processor 601 and a memory 602 for storing computer instructions.
Wherein, the processor 601 executes the computer instructions to execute the following method:
acquiring a command for closing the current page input by a user;
according to the instruction, displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step;
judging whether the user selects a target page from all the pages;
and if the user selects a target page from all the pages, returning to the target page for displaying.
Optionally, the method further includes:
and if the user does not select a target page from all the pages, returning to the initial page for displaying.
Optionally, before displaying the description information of each page in all pages to be passed by the current page returning to the initial page step by step according to the instruction, the method further includes:
judging whether the number of all pages which are required to pass through from the current page to the initial page step by step is larger than or equal to a preset threshold value or not;
if the number of all pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, executing the step of displaying the description information of each page in all pages to be passed by the current page to be returned to the initial page step by step according to the instruction;
and if the number of all the pages which are required to pass through for gradually returning the current page to the initial page is smaller than a preset threshold value, returning to the initial page for displaying.
Optionally, the description information includes at least one of the following: page title, page introduction, or page dwell time.
The present invention is also a non-transitory computer readable storage medium having instructions that, when executed by a processor of a terminal, enable the terminal to perform a method of sharing information, the method comprising:
acquiring a command for closing the current page input by a user;
according to the instruction, displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step;
judging whether the user selects a target page from all the pages;
and if the user selects a target page from all the pages, returning to the target page for displaying.
Optionally, the method further includes:
and if the user does not select a target page from all the pages, returning to the initial page for displaying.
Optionally, before displaying the description information of each page in all pages to be passed by the current page returning to the initial page step by step according to the instruction, the method further includes:
judging whether the number of all pages which are required to pass through from the current page to the initial page step by step is larger than or equal to a preset threshold value or not;
if the number of all pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, executing the step of displaying the description information of each page in all pages to be passed by the current page to be returned to the initial page step by step according to the instruction;
and if the number of all the pages which are required to pass through for gradually returning the current page to the initial page is smaller than a preset threshold value, returning to the initial page for displaying.
Optionally, the description information includes at least one of the following: page title, page introduction, or page dwell time.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for page return, comprising:
acquiring a command for closing the current page input by a user;
judging whether the number of all pages which are required to pass through from the current page to the initial page step by step is larger than or equal to a preset threshold value or not;
if the number of all pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, displaying the description information of each page in all pages to be passed by the current page to be returned to the initial page step by step according to the instruction;
judging whether the user selects a target page from all the pages;
and if the user selects a target page from all the pages, returning to the target page for displaying.
2. The method of claim 1, further comprising:
and if the user does not select a target page from all the pages, returning to the initial page for displaying.
3. The method of claim 1, further comprising:
and if the number of all the pages which are required to pass through for gradually returning the current page to the initial page is smaller than a preset threshold value, returning to the initial page for displaying.
4. The method according to any of claims 1-3, wherein the description information comprises at least one of: page title, page introduction, or page dwell time.
5. An apparatus for page return, comprising:
the acquisition module is used for acquiring a command for closing the current page, which is input by a user;
the display module is used for displaying the description information of each page in all the pages which are passed by the current page and returned to the initial page step by step according to the instruction;
the first judgment module is used for judging whether the user selects a target page from all the pages;
a returning module, configured to return to the target page for display if the user selects the target page from all the pages;
the second judgment module is used for judging whether the number of all pages which are required to pass through for returning the current page to the initial page step by step is larger than or equal to a preset threshold value or not;
the display module is specifically configured to: and if the number of all the pages to be passed by the current page to be returned to the initial page step by step is greater than or equal to a preset threshold value, displaying the description information of each page in all the pages to be passed by the current page to be returned to the initial page step by step according to the instruction.
6. The apparatus of claim 5, wherein the returning module is further configured to return to the initial page for displaying if the user does not select a target page from all the pages.
7. The apparatus of claim 5, further comprising:
and the return module is also used for returning to the initial page for displaying if the number of all the pages which are required to pass through for returning from the current page to the initial page step by step is less than a preset threshold value.
8. The apparatus according to any one of claims 5-7, wherein the description information comprises at least one of: page title, page introduction, or page dwell time.
9. A terminal, comprising:
a processor and a memory for storing computer instructions; the processor executes the computer instructions to perform the method of any of claims 1-4.
10. A computer readable storage medium having computer instructions stored thereon, wherein the computer instructions, when executed by a processor, implement the method of any of claims 1-4.
CN201710943248.5A 2017-10-11 2017-10-11 Page returning method, device and equipment Active CN107832337B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710943248.5A CN107832337B (en) 2017-10-11 2017-10-11 Page returning method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710943248.5A CN107832337B (en) 2017-10-11 2017-10-11 Page returning method, device and equipment

Publications (2)

Publication Number Publication Date
CN107832337A CN107832337A (en) 2018-03-23
CN107832337B true CN107832337B (en) 2021-09-21

Family

ID=61647767

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710943248.5A Active CN107832337B (en) 2017-10-11 2017-10-11 Page returning method, device and equipment

Country Status (1)

Country Link
CN (1) CN107832337B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111273986A (en) * 2020-01-20 2020-06-12 北京无限光场科技有限公司 Page jump method and device of application program, electronic equipment and storage medium
CN111400625B (en) 2020-03-25 2023-03-28 抖音视界有限公司 Page processing method and device, electronic equipment and computer readable storage medium
CN111880701B (en) * 2020-06-19 2022-04-22 维沃移动通信有限公司 Page switching method and device and electronic equipment
CN113742807A (en) * 2021-09-07 2021-12-03 广联达科技股份有限公司 Interaction processing method and device and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103105994A (en) * 2011-11-11 2013-05-15 希姆通信息技术(上海)有限公司 Mobile terminal and return method of mobile terminal page
CN103744589A (en) * 2013-12-12 2014-04-23 华为终端有限公司 Method and device for moving page content
CN105786894A (en) * 2014-12-22 2016-07-20 广州市动景计算机科技有限公司 Page display method and page display equipment
CN105786294A (en) * 2014-12-19 2016-07-20 阿里巴巴集团控股有限公司 Page access path return method and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103105994A (en) * 2011-11-11 2013-05-15 希姆通信息技术(上海)有限公司 Mobile terminal and return method of mobile terminal page
CN103744589A (en) * 2013-12-12 2014-04-23 华为终端有限公司 Method and device for moving page content
CN105786294A (en) * 2014-12-19 2016-07-20 阿里巴巴集团控股有限公司 Page access path return method and apparatus
CN105786894A (en) * 2014-12-22 2016-07-20 广州市动景计算机科技有限公司 Page display method and page display equipment

Also Published As

Publication number Publication date
CN107832337A (en) 2018-03-23

Similar Documents

Publication Publication Date Title
CN107832337B (en) Page returning method, device and equipment
RU2600979C2 (en) Method for quickly processing files of smartphone and smart phone
CN105278799B (en) Interface switching method and device
CN107707452B (en) Information display method and device for expressions and electronic equipment
US20190073099A1 (en) Method and device for launching application and electronic device
CN104820683B (en) A kind of picture processing terminal
CN105005429B (en) A kind of method and terminal of terminal display picture
CN106777214B (en) Photo album picture ordering method and mobile terminal
CN107479818B (en) Information interaction method and mobile terminal
CN104834687B (en) A kind of image display method
CN104461473A (en) Screen locking wallpaper switching method and device and terminal equipment
CN105302458A (en) Message display method and apparatus
US20160092441A1 (en) File Acquiring Method and Device
CN107368235B (en) Multi-task switching method of function machine and function machine
CN104615348B (en) Information processing method and electronic equipment
CN111597009B (en) Application program display method and device and terminal equipment
CN111479079A (en) UI list operation method and device, smart screen and readable storage medium
CN104765542B (en) The control method and terminal of a kind of display interface
CN109240678B (en) Code generation method and device
CN109271074A (en) A kind of window regulation method, window adjusting means and mobile terminal
CN113253883A (en) Application interface display method and device and electronic equipment
US9880706B2 (en) Gesture for selecting multiple items in a list
CN104571812B (en) Information processing method and electronic equipment
CN106502496B (en) Window switching method and device
CN108344244B (en) Intelligent refrigerator message information processing method and device and intelligent refrigerator

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant