CN107704241B - Display method and device for page state switching - Google Patents

Display method and device for page state switching Download PDF

Info

Publication number
CN107704241B
CN107704241B CN201710878550.7A CN201710878550A CN107704241B CN 107704241 B CN107704241 B CN 107704241B CN 201710878550 A CN201710878550 A CN 201710878550A CN 107704241 B CN107704241 B CN 107704241B
Authority
CN
China
Prior art keywords
page
view
displaying
view group
state
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
CN201710878550.7A
Other languages
Chinese (zh)
Other versions
CN107704241A (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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China 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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN201710878550.7A priority Critical patent/CN107704241B/en
Publication of CN107704241A publication Critical patent/CN107704241A/en
Application granted granted Critical
Publication of CN107704241B publication Critical patent/CN107704241B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a display method and a display device for page state switching. The method comprises the following steps: setting a view group which comprises a plurality of corresponding sub-views for displaying a plurality of customized different page states, wherein each sub-view is provided with a response processing function for a click event; setting a unique ID for a content display area of a current page and transmitting the ID to the view group; the view group obtains a parent layout and a parent layout object of a content display area of a current page through the ID, and is used for controlling the hiding and the displaying of display content in the content display area of the current page, and the view group adds itself to the obtained parent layout through the ID to become a child view of the view group, and is used for displaying one of a plurality of child views contained in the view group according to requirements; and responding to user operation, and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.

Description

Display method and device for page state switching
Technical Field
The invention relates to the technical field of information processing, in particular to a display method and device for page state switching.
Background
The process of page loading (network data request, data reading and the like) under the Android system is divided into: in the data loading process, the data loading is completed, the data loading fails, the content is empty after the data loading is completed, the network is abnormal, and the like. In the existing page development methods, views (views) in different states are added into a current page, then a corresponding View is found in Activity or Fragment, and then the corresponding View is switched to be displayed according to different display states.
The existing method causes that in each different Activity or Fragment, various operations such as repeatedly searching for views for displaying different state contents, switching between different views and the like are required, which greatly reduces the running efficiency of program codes.
Disclosure of Invention
The invention aims to provide a display method and a display device for page state switching, so as to improve the problems.
A first embodiment of the present invention provides a display method for switching page states, including:
setting a view group which comprises a plurality of corresponding sub-views for displaying a plurality of customized different page states, wherein each sub-view is provided with a response processing function for a click event;
setting a unique ID for a content display area of a current page and transmitting the ID to the view group;
the view group obtains a parent layout and a parent layout object of a content display area of a current page through the ID, and is used for controlling the hiding and the displaying of display content in the content display area of the current page, and the view group adds itself to the obtained parent layout through the ID to become a child view of the view group, and is used for displaying one of a plurality of child views contained in the view group according to requirements;
and responding to user operation, and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
Wherein the plurality of different page states include, but are not limited to: the data loading state is a data loading in-process state, a data loading completion state, a data loading failure state, a data loading completion but empty content state and a network abnormal state.
Wherein the response processing function of the child view to the click event comprises: and processing the click event by self or throwing the click event to a calling party for processing.
And hiding the display content in the content display area of the current page before displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
A second embodiment of the present invention provides a display device for switching a page status, including:
the view group setting unit is used for setting a view group, and comprises a plurality of corresponding sub-views for displaying a plurality of self-defined different page states, and each sub-view is provided with a response processing function to a click event;
the ID setting and sending unit of the content display area of the page is used for setting a unique ID for the content display area of the current page and transmitting the ID to the view group;
an obtaining and adding unit, configured to enable the view group to obtain, through the ID, a parent layout of a content display area of a current page and the parent layout object for controlling hiding and displaying of display content in the content display area of the current page, and enable the view group to add itself to the obtained parent layout through the ID into a child view thereof for displaying one of a plurality of child views included in the view group as required;
and the page state display unit is used for responding to user operation and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
Wherein the plurality of different page states include, but are not limited to: the data loading state is a data loading in-process state, a data loading completion state, a data loading failure state, a data loading completion but empty content state and a network abnormal state.
Wherein the response processing function of the child view to the click event comprises: and processing the click event by self or throwing the click event to a calling party for processing.
The page state display unit is further configured to hide display content in a content display area of the current page before displaying one of a plurality of corresponding sub-views, included in the view group, that display different page states according to a processing result.
A third embodiment of the invention provides a storage device having stored therein a plurality of instructions adapted to be loaded by a processor and to perform the method according to the first embodiment or a combination thereof.
According to the display method and the device for switching the page states, the idea of separating the user interface layer of the page state from the original page layer is adopted, namely, different page states are displayed by setting a view group comprising a plurality of corresponding sub-views for displaying the customized different page states, so that the technical effect of rapidly switching the different page states in a non-invasive mode is realized, various operations such as repeatedly searching views for displaying different state contents, switching among different views and the like are effectively improved, and the operating efficiency of program codes is greatly improved.
Drawings
Fig. 1 is a flowchart of a display method for switching page states according to a first embodiment of the present invention;
fig. 2 is a schematic block diagram of a display apparatus for page state switching provided by a second embodiment of the present invention;
FIG. 3 is a schematic screenshot of the content display area of a page in accordance with the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the embodiments of the present invention and the accompanying drawings, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a display method for page status switching according to a first embodiment of the present invention. As shown in fig. 1, the display method for switching page states of the present invention includes:
s1: and setting a view group which comprises a plurality of sub-views for displaying a plurality of customized different page states, wherein each sub-view is provided with a response processing function for a click event.
A group of views (ViewGroup) may be arranged using known techniques to include a corresponding plurality of sub-views for displaying a customized plurality of different page states, each sub-view being provided with a response handling function to a click event.
Generally, the content displayed on the page is realized by obtaining data on the server side through network request. The page display may have a number of different states for various reasons. The various page states described herein include, but are not limited to: a data loading in-process state, a data loading completion state, a data loading failure state, a data loading completion but empty content state, a network exception state and the like. These page display states are all states that are common to users in everyday use. For example, when a user logs in a certain APP to open a page after accessing a network, data content (e.g., information, pictures, etc.) displayed on the page needs to be downloaded from a server and loaded for display, and if data reading is slow due to slow network speed, a state of page display "data loading" is easily generated; if the network connection is unstable, the state of 'data loading failure' displayed on a page is easy to appear; a state in which the page display "data loading is completed" but the content of the page display is empty may also occur; of course, if the client leaves the network for various reasons during the network request, the page will also show a status of "network exception".
When a data loading failure state, a data loading completion but empty content state, a network abnormal state, and the like occur, a user often performs a click operation to obtain a desired result, for example, when a data loading failure occurs or a data loading completion but empty content state occurs, the user clicks a "reload" button to reload data; when a network anomaly occurs, the user clicks the "set network" button to view and set the network. Therefore, various sub-views included in the set view group need to be provided with a response processing function to a click event.
The response processing function of the child view to the click event comprises the following steps: and processing the click event by self or throwing the click event to a calling party for processing. The specific implementation method can include setting onClick () for each sub-view needing to display the state, so that the click event can be processed by self. Of course, onClick () or view. setonclicktListener may also be set at the caller to implement the click event that occurs to a child view by the caller process. As described above, when the page shows a state in which the data loading fails or the data loading is completed but the content is empty, the page at this time also provides a function of whether to reload the data. When the user clicks the button "yes" or the button "reload" or the like, the reload operation is executed, but the processing of the click event of the user can be processed by the sub-view displaying the current page state, or the sub-view provides an interface to the caller to be processed by the caller. The child views displaying different page states all have different click event response mechanisms, and when the child views are processed by a calling party, specific execution contents after the click events occur are determined by the calling party.
Various custom processing operations for the click event, such as reloading processing operation, network setting processing operation, etc., are not the key points of the present invention, and are not described herein in any greater detail.
S2: a unique ID is set for the content display area of the current page and passed to the view group.
In page development, a developer typically sets a unique ID for the content display area of the current page. This ID is also the ID of the root view of the content display of the current page, on the program code design. However, in order to achieve the object of the present invention, the ID needs to be passed to the view group (ViewGroup) set in step S1.
The content display area of the current page herein refers to an area where various information that the user wishes to view is displayed in the page displayed on the screen, and the content displayed in the display area can scroll to display more information content by a slide operation. Fig. 3 is a schematic screenshot of a content display area of a page according to the present invention, and the area indicated by an arrow shown in fig. 3 is the content display area of the current page, which is very easy for those skilled in the art to understand.
S3: the view group obtains a parent layout and a parent layout object of a content display area of a current page through the ID, and is used for controlling the hiding and the displaying of display content in the content display area of the current page, and the view group adds itself to the obtained parent layout through the ID to become a child view of the view group, and is used for displaying one of a plurality of child views contained in the view group according to requirements.
When the view group has the ID, the parent layout (parentView) of the content display area of the current page can be obtained by, for example, a contentview. In addition, after the view group has the ID, the view group can add itself to the parent layout (parentView) of the content display area of the current page by a parentView.
In short, this step S3 is performed, and the view group has the ability to control the hiding and displaying of the displayed content in the content display area of the current page, as well as the ability to display the various page states it contains.
S4: and responding to user operation, and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
The user operation is, for example, logging in a page of an APP of a certain type, opening or switching to a desired page, refreshing a current page, or the like. Responding to user operation and carrying out corresponding processing, and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to a processing result, for example, displaying the sub-view which is contained in the view group and is used for displaying the page state of which data loading is completed when the processing result is that data loading is completed and content can be displayed; when the processing result is that the data loading fails, displaying a sub-view which is contained in the view group and used for displaying the page state of the data loading failure; and when the processing result is that the data loading is completed and the content is empty, displaying a sub-view and the like contained in the view group and used for displaying the page state that the data loading is completed and the content is empty.
Since the set view group includes a plurality of sub-views corresponding to a plurality of different customized page states, that is, a plurality of different page states, when step S4 is executed, different page states can be displayed according to a processing result after a user operation is responded, so that switching display of different page states can be quickly realized.
In a preferred embodiment, the display content in the content display area of the current page is hidden before displaying one of the corresponding multiple sub-views, which are included in the view group and display different page states, according to the processing result. Therefore, the conflict caused by the simultaneous display of the contents of different pages can be avoided.
According to the display method for switching the page states, the idea of separating the user interface layer of the page states from the original page layer is adopted, namely, different page states are displayed by setting a view group comprising a plurality of corresponding sub-views for displaying the customized different page states, so that the technical effect of rapidly switching the different page states in a non-invasive mode is realized, the non-invasive mode is that original logic or files are not changed, various operations such as repeatedly searching views for displaying different state contents, switching among different views and the like are effectively improved, and the operating efficiency of program codes is greatly improved.
Fig. 2 is a schematic block diagram of a display device for page state switching according to a second embodiment of the present invention. As shown in fig. 2, the display device for page state switching of the present invention includes:
the view group setting unit is used for setting a view group, and comprises a plurality of corresponding sub-views for displaying a plurality of self-defined different page states, and each sub-view is provided with a response processing function to a click event;
the ID setting and sending unit of the content display area of the page is used for setting a unique ID for the content display area of the current page and transmitting the ID to the view group;
an obtaining and adding unit, configured to enable the view group to obtain, through the ID, a parent layout of a content display area of a current page and the parent layout object for controlling hiding and displaying of display content in the content display area of the current page, and enable the view group to add itself to the obtained parent layout through the ID into a child view thereof for displaying one of a plurality of child views included in the view group as required;
and the page state display unit is used for responding to user operation and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
Wherein the plurality of different page states include, but are not limited to: the data loading state is a data loading in-process state, a data loading completion state, a data loading failure state, a data loading completion but empty content state and a network abnormal state.
Wherein the response processing function of the child view to the click event comprises: and processing the click event by self or throwing the click event to a calling party for processing.
The page state display unit is further configured to hide display content in a content display area of the current page before displaying one of a plurality of corresponding sub-views, included in the view group, that display different page states according to a processing result.
It is clear to those skilled in the art that for the convenience and brevity of description, the specific operation of the apparatus described above may refer to the corresponding process in the foregoing method embodiment, the example illustrated in the foregoing method embodiment and the related description, which are also applicable to explain the operation of the apparatus, and will not be repeated here.
According to the display device for switching the page states, the idea of separating the user interface layer of the page states from the original page layer is adopted, namely, different page states are displayed by setting a view group comprising a plurality of corresponding sub-views for displaying the customized different page states, so that the technical effect of rapidly switching the different page states in a non-invasive mode is realized, the non-invasive mode is that original logic or files are not changed, various operations such as repeatedly searching views for displaying different state contents, switching among different views and the like are effectively improved, and the operating efficiency of program codes is greatly improved.
The embodiment of the present invention further provides a computer program product of a display method for page state switching, which includes a computer readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment, and is not described herein again.
To this end, the invention also provides a storage device having stored therein a plurality of instructions adapted to be loaded by a processor and to carry out the method according to the first embodiment or the method according to the first embodiment in combination with the preferred embodiment.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a smart tablet, a smart phone, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a U disk, a removable hard disk, a Read Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (9)

1. A display method for page state switching comprises the following steps:
setting a view group which comprises a plurality of corresponding sub-views for displaying a plurality of customized different page states, wherein each sub-view is provided with a response processing function for a click event;
setting a unique ID for a content display area of a current page and transmitting the ID to the view group;
the view group obtains a parent layout and a parent layout object of a content display area of a current page through the ID, and is used for controlling the hiding and the displaying of display content in the content display area of the current page, and the view group adds itself to the obtained parent layout through the ID to become a child view of the parent layout and is used for displaying one of a plurality of child views contained in the view group according to requirements;
and responding to user operation, and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
2. The method of claim 1, wherein the plurality of different page states include, but are not limited to: the data loading state is a data loading in-process state, a data loading completion state, a data loading failure state, a data loading completion but empty content state and a network abnormal state.
3. The method according to claim 1, wherein the response processing function of the child view to the click event comprises: and processing the click event by self or throwing the click event to a calling party for processing.
4. The method according to claim 1, wherein the displayed content in the content display area of the current page is hidden before displaying one of the corresponding plurality of sub-views included in the view group that display different page states according to the processing result.
5. A display device of page state switching, comprising:
the view group setting unit is used for setting a view group, and comprises a plurality of corresponding sub-views for displaying a plurality of self-defined different page states, and each sub-view is provided with a response processing function to a click event;
the ID setting and sending unit of the content display area of the page is used for setting a unique ID for the content display area of the current page and transmitting the ID to the view group;
an obtaining and adding unit, configured to enable the view group to obtain, through the ID, a parent layout and a parent layout object of a content display area of a current page for controlling hiding and displaying of display content in the content display area of the current page, and enable the view group to add itself to the obtained parent layout through the ID to become a child view of the parent layout for displaying one of a plurality of child views included in the view group as required;
and the page state display unit is used for responding to user operation and displaying one of a plurality of corresponding sub-views which are contained in the view group and display different page states according to the processing result.
6. The apparatus of claim 5, wherein the plurality of different page states include, but are not limited to: the data loading state is a data loading in-process state, a data loading completion state, a data loading failure state, a data loading completion but empty content state and a network abnormal state.
7. The apparatus according to claim 5, wherein the response processing function of the sub-view to the click event comprises: and processing the click event by self or throwing the click event to a calling party for processing.
8. The apparatus according to claim 5, wherein the page status display unit is further configured to hide display content in the content display area of the current page before displaying one of a plurality of corresponding sub-views included in the view group that display different page statuses according to the processing result.
9. A memory device having stored therein a plurality of instructions adapted to be loaded by a processor and to perform the method according to any one of claims 1 to 4.
CN201710878550.7A 2017-09-26 2017-09-26 Display method and device for page state switching Active CN107704241B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710878550.7A CN107704241B (en) 2017-09-26 2017-09-26 Display method and device for page state switching

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710878550.7A CN107704241B (en) 2017-09-26 2017-09-26 Display method and device for page state switching

Publications (2)

Publication Number Publication Date
CN107704241A CN107704241A (en) 2018-02-16
CN107704241B true CN107704241B (en) 2022-04-29

Family

ID=61174414

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710878550.7A Active CN107704241B (en) 2017-09-26 2017-09-26 Display method and device for page state switching

Country Status (1)

Country Link
CN (1) CN107704241B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109189525B (en) * 2018-08-10 2021-03-26 广州酷狗计算机科技有限公司 Method, device and equipment for loading sub-page and computer readable storage medium
CN111104177B (en) * 2018-10-25 2024-04-26 阿里巴巴集团控股有限公司 View assembly switching method and device and terminal equipment
CN110457510A (en) * 2019-07-10 2019-11-15 成都摹客科技有限公司 A kind of multimode display methods and device based on the design page
CN111176765A (en) * 2019-12-13 2020-05-19 深圳市麦谷科技有限公司 Display method and system based on view container assembly and packaging method
CN113608816B (en) * 2021-08-18 2023-05-23 北京字跳网络技术有限公司 Progress adjustment method and device, electronic equipment and storage medium
CN114528046A (en) * 2022-02-18 2022-05-24 平安普惠企业管理有限公司 View loading method, system, computer and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101533350A (en) * 2009-04-03 2009-09-16 深圳市宝捷信科技有限公司 Quick switching method for pages
EP2439955A1 (en) * 2010-10-07 2012-04-11 Novatek Microelectronics Corp. Navigational operation method
CN103914204A (en) * 2012-12-31 2014-07-09 北京新媒传信科技有限公司 Method and device for displaying and switching views
CN104216773A (en) * 2013-06-05 2014-12-17 腾讯科技(深圳)有限公司 View switching method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103777936B (en) * 2012-10-25 2017-10-31 金蝶软件(中国)有限公司 The implementation method and device of the user variable level view of ERP lists
CN103970526A (en) * 2013-11-21 2014-08-06 成都力淼科技有限公司 Android based single-activity view switching technology

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101533350A (en) * 2009-04-03 2009-09-16 深圳市宝捷信科技有限公司 Quick switching method for pages
EP2439955A1 (en) * 2010-10-07 2012-04-11 Novatek Microelectronics Corp. Navigational operation method
CN103914204A (en) * 2012-12-31 2014-07-09 北京新媒传信科技有限公司 Method and device for displaying and switching views
CN104216773A (en) * 2013-06-05 2014-12-17 腾讯科技(深圳)有限公司 View switching method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
关于Android加载状态视图切换;杨充211;《https://www.jianshu.com/p/9effacccdee9》;20170726;第1-24页 *

Also Published As

Publication number Publication date
CN107704241A (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN107704241B (en) Display method and device for page state switching
US9740501B2 (en) Generating and automatically loading reduced operating system based on usage pattern of applications
US20160188363A1 (en) Method, apparatus, and device for managing tasks in multi-task interface
CN102197362B (en) Surfacing and management of window-specific controls
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
CN107329750A (en) The recognition methods of advertisement page, jump method and mobile terminal in application program
WO2015200618A1 (en) Light dismiss manager
CN108228126B (en) Screen projection control method and device, electronic terminal and readable storage medium
CN112035206B (en) Message processing method and device
CN112434494A (en) Text editing method, device, terminal and storage medium
US9424256B2 (en) Method and apparatus for performing type-aware change tracking in a document
CN114995699B (en) Interface interaction method and device
CN115688102A (en) Window processing method and device, processor and electronic equipment
US10608900B2 (en) Generating a deferrable data flow
CN110955473B (en) Method and device for displaying loading prompt information
CN113134234A (en) Information display method, device, terminal and storage medium
CN112947828A (en) Control display method and device
CN108228299B (en) Display method and electronic equipment
CN110837433A (en) Performance optimization method and device and electronic equipment
WO2015200602A1 (en) Command surface drill-in control
KR102300938B1 (en) Method for loading data and electronic apparatus therefor
EP3321801A1 (en) Information hiding method and corresponding terminal device
JP2008210310A (en) Information processor and program
CN111338899A (en) Monitoring method, terminal and storage medium
CN111338551A (en) Method and device for realizing operation function

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
TA01 Transfer of patent application right

Effective date of registration: 20200901

Address after: 310052 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Alibaba (China) Co.,Ltd.

Address before: 510627 Guangdong city of Guangzhou province Whampoa Tianhe District Road No. 163 Xiping Yun Lu Yun Ping square B radio tower 15 layer self unit 02

Applicant before: GUANGZHOU UC NETWORK TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20220613

Address after: 510520 Room 303, Room 305, room 307, Room 308, No. 38, Gaopu Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: Guangzhou Dongjing Computer Technology Co.,Ltd.

Address before: 310052 room 508, 5th floor, building 4, No. 699 Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee before: Alibaba (China) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20220824

Address after: 310052 room 554, floor 5, building 3, No. 969, Wenyi West Road, Wuchang Street, Yuhang District, Hangzhou City, Zhejiang Province

Patentee after: Alibaba (China) Co.,Ltd.

Address before: 510520 Room 303, Room 305, room 307, Room 308, No. 38, Gaopu Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: Guangzhou Dongjing Computer Technology Co.,Ltd.

TR01 Transfer of patent right