Prosecution Insights
Last updated: July 17, 2026
Application No. 18/620,620

PAGE LOADING METHOD AND APPARATUS, ELECTRONIC DEVICE, AND STORAGE MEDIUM

Non-Final OA §103
Filed
Mar 28, 2024
Priority
Mar 29, 2023 — CN 202310324095.1
Examiner
ORR, HENRY W
Art Unit
2172
Tech Center
2100 — Computer Architecture & Software
Assignee
Beijing Zitiao Network Technology Co., Ltd.
OA Round
1 (Non-Final)
51%
Grant Probability
Moderate
1-2
OA Rounds
1y 9m
Est. Remaining
88%
With Interview

Examiner Intelligence

Grants 51% of resolved cases
51%
Career Allowance Rate
235 granted / 462 resolved
-4.1% vs TC avg
Strong +37% interview lift
Without
With
+36.7%
Interview Lift
resolved cases with interview
Typical timeline
4y 0m
Avg Prosecution
29 currently pending
Career history
496
Total Applications
across all art units

Statute-Specific Performance

§101
1.1%
-38.9% vs TC avg
§103
89.7%
+49.7% vs TC avg
§102
7.1%
-32.9% vs TC avg
§112
1.5%
-38.5% vs TC avg
Black line = Tech Center average estimate • Based on career data from 462 resolved cases

Office Action

§103
Notice of Pre-AIA or AIA Status The present application, filed on or after March 16, 2013, is being examined under the first inventor to file provisions of the AIA . DETAILED ACTION 1. This action is responsive to application communication filed on 3/28/2024. 2. Claims 1-20 are pending in the case. 3. Claims 1, 9 and 15 are independent claims. Claim Rejections - 35 USC § 103 The following is a quotation of 35 U.S.C. 103 which forms the basis for all obviousness rejections set forth in this Office action: A patent for a claimed invention may not be obtained, notwithstanding that the claimed invention is not identically disclosed as set forth in section 102, if the differences between the claimed invention and the prior art are such that the claimed invention as a whole would have been obvious before the effective filing date of the claimed invention to a person having ordinary skill in the art to which the claimed invention pertains. Patentability shall not be negated by the manner in which the invention was made. The factual inquiries for establishing a background for determining obviousness under 35 U.S.C. 103 are summarized as follows: 1. Determining the scope and contents of the prior art. 2. Ascertaining the differences between the prior art and the claims at issue. 3. Resolving the level of ordinary skill in the pertinent art. 4. Considering objective evidence present in the application indicating obviousness or nonobviousness. Claims 1,2, 7, 8, 9, 10, 15 and 16 are rejected under 35 U.S.C. 103 as being unpatentable over Wang, Jian, CN 115373683 A, published 11/22/2022 in view of Applicant’s admitted prior art (hereinafter “AAPA”). Claim 1: Wang teaches A page loading method, comprising: (e.g., loading file corresponding to a page abstract; The display method of the page comprises: receiving an instruction for displaying the page; and loading the target file corresponding to the page to generate and display the page;) acquiring attribute information of a target page, which characterizes a page layout of the target page; (e.g., acquiring layout definition from XML file page 4 of 15; However, for the page layout (Layout), the definition is typically performed using an XML file. However, when the terminal device 112 runs the application program, because the Android system cannot directly execute the XML format code, so it needs to run (or run) the layout file of the XML format is analyzed and converted into a view (View) object in Java language, can be executed in the Android system.) and displaying the target page based on the target view object. (e.g., displaying target page based on view tree layout and drawing process page 4 out of 5; First, the XML file corresponding to the page layout is read from the file resources (resources).then, analyzing the XML file (for example, using Layoutter to analyze), so as to obtain the node information in the XML file. Next, the traversal information, and creating a corresponding View object. after creating a View tree, then can be based on the View tree layout and drawing process. page 7 out 15; Thus, the Android system can directly execute the Java file, and the Java file stores the node information in the original layout file, so as to load the Java file to obtain the node information so as to generate the corresponding page, there is no need to file analysis.) Wang fails to expressly teach obtaining, in accordance with the attribute information, a corresponding target constructor which has an attribute parameter for receiving the attribute information; and constructing a target view object in accordance with the target constructor and the attribute information, However, AAPA teaches obtaining, in accordance with the attribute information, a corresponding target constructor which has an attribute parameter for receiving the attribute information; and constructing a target view object in accordance with the target constructor and the attribute information, (e.g., target constructor with one parameter is a known solution in the art for constructing a view object Under Broadest Reasonable Interpretation, (i.e., BRI) Examiner considers the one known parameter such as page parameter to be an example of an “attribute parameter” because indicating a page in the context of creating a page would reasonable be considered characterizing a page layout as a page (i.e., attribute information). par. 49; Exemplarily, the target constructor refers to a constructor for constructing the view object within the target page. For example, the target constructor is a constructor of the view object par. 52; The first constructor containing one parameter, that is a solution in the related art, is used when a view object is created through Java code, which requires pre-adaptation of an attribute of the view object. Par. 52; Here, context is a page parameter for indicating the target page) It would have been obvious to one of ordinary skill in the art before the effective filing date of the claimed invention to modify the constructing a view object as taught as taught by Wang to be based on a known constructor solution as taught by AAPA, with a reasonable expectation of success, to yield predictable results (e.g., a page created through Java code). Claim 2 depends on claim 1: Wang/AAPA teaches wherein the target constructor is a constructor of a view object, and the attribute parameter of the target constructor is a custom attribute. (e.g., Under broadest reasonable interpretation (i.e., BRI), page parameter is custom attribute because the attribute is modified by a developer AAPA; par. 49; Exemplarily, the target constructor refers to a constructor for constructing the view object within the target page. For example, the target constructor is a constructor of the view object par. 52; The first constructor containing one parameter, that is a solution in the related art, is used when a view object is created through Java code, which requires pre-adaptation of an attribute of the view object. Par. 52; Here, context is a page parameter for indicating the target page) Claim 7 depends on claim 1: Wang/AAPA teaches wherein the target constructor further has a page parameter which is used for indicating the target page.( e.g., target constructor with one parameter is a known solution in the art for constructing a view object. Examiner considers the one known parameter to be a page parameter indicating the target page AAPA; par. 49; Exemplarily, the target constructor refers to a constructor for constructing the view object within the target page. For example, the target constructor is a constructor of the view object par. 52; The first constructor containing one parameter, that is a solution in the related art, is used when a view object is created through Java code, which requires pre-adaptation of an attribute of the view object. Par. 52; Here, context is a page parameter for indicating the target page) Claim 8 depends on claim 1: Wang/AAPA teaches wherein before the acquiring attribute information of a target page, the method further comprises: acquiring a layout file corresponding to the target page; (e.g., acquiring layout definition from XML file Wang; page 4 of 15; However, for the page layout (Layout), the definition is typically performed using an XML file. However, when the terminal device 112 runs the application program, because the Android system cannot directly execute the XML format code, so it needs to run (or run) the layout file of the XML format is analyzed and converted into a view (View) object in Java language, can be executed in the Android system.) and performing a file compilation on the layout file based on a preset parsing tool to obtain the attribute information of the target page, wherein the parsing tool is an Android Asset Packaging Tool aapt. ( e.g., Android Asset Packaging Tool aapt is a known preset parsing tool in the art AAPA; par. 47; In another possible implementation, the layout file is parsed by using a preset parsing tool, wherein exemplarily, the parsing tool is an Android Asset Packaging Tool (aapt). par. 47; The Android Asset Packaging Tools aapt and aapt2 are known to those skilled in the related art, so that it will not be described here.) Claim 9: Claim 9 is substantially encompassed in claim 1, therefore, Examiner relies on the same rationale set forth in claim 1 to reject claim 9. Claim 10 depends on claim 9: Claim 10 is substantially encompassed in claim 2, therefore, Examiner relies on the same rationale set forth in claim 2 to reject claim 10. Claim 15: Claim 15 is substantially encompassed in claim 1, therefore, Examiner relies on the same rationale set forth in claim 1 to reject claim 15. Claim 16 depends on claim 15: Claim 16 is substantially encompassed in claim 2, therefore, Examiner relies on the same rationale set forth in claim 2 to reject claim 16. Allowable Subject Matter Claims 3-6, 11-14, and 17-20 are objected to as being dependent upon a rejected base claim, but would be allowable if rewritten in independent form including all of the limitations of the base claim and any intervening claims. Conclusion The prior art made of record and not relied upon is considered pertinent to applicant's disclosure. Zhang et al. CN 110597512 A See abstract; The invention claims a method for displaying user interface, comprising: an electronic device receiving a user operation of a user interface to be displayed. Then, the electronic device obtaining the XML file corresponding to the user interface. Next, the electronic device analyzes the XML file to obtain the View object, a parent-child relationship between the attribute and the View object of the View object. Then, the electronic device according to the analyzed result to drawing to obtain user interface to be displayed. Wu, Wei-jiang; CN 111782212 A See page 4 out of 13; In step 101, when receiving the interface rendering instruction, obtaining the target extensible markup language layout file. wherein the extensible markup language layout file is a file scheme capable of realizing user interface (User Interface, UI) element of view component can be created in the operation system, by extensible markup language, in this way, the embodiment of the invention when receiving the interface rendering instruction, for example, generating the application shopping interface and so on, obtaining the XML layout file, the XML layout file design user interface can better the appearance of the application and control application behavior of code isolation, so that each modification or adjustment interface layout only needs to modify the code of the XML layout file instead of modifying the source code and re-compiling. Any inquiry concerning this communication or earlier communications from the examiner should be directed to HENRY ORR whose telephone number is (571)270-1308. The examiner can normally be reached 9AM-5PM EST M-F. Examiner interviews are available via telephone, in-person, and video conferencing using a USPTO supplied web-based collaboration tool. To schedule an interview, applicant is encouraged to use the USPTO Automated Interview Request (AIR) at http://www.uspto.gov/interviewpractice. If attempts to reach the examiner by telephone are unsuccessful, the examiner’s supervisor, Adam Queler can be reached at (571)272-4140. The fax phone number for the organization where this application or proceeding is assigned is 571-273-8300. Information regarding the status of published or unpublished applications may be obtained from Patent Center. Unpublished application information in Patent Center is available to registered users. To file and manage patent submissions in Patent Center, visit: https://patentcenter.uspto.gov. Visit https://www.uspto.gov/patents/apply/patent-center for more information about Patent Center and https://www.uspto.gov/patents/docx for information about filing in DOCX format. For additional questions, contact the Electronic Business Center (EBC) at 866-217-9197 (toll-free). If you would like assistance from a USPTO Customer Service Representative, call 800-786-9199 (IN USA OR CANADA) or 571-272-1000. /HENRY ORR/Primary Examiner, Art Unit 2172
Read full office action

Prosecution Timeline

Mar 28, 2024
Application Filed
May 29, 2026
Non-Final Rejection mailed — §103 (current)

Precedent Cases

Applications granted by this same examiner with similar technology

Patent 12652460
IMAGE ACQUISITION METHOD FOR INFORMATION INPUT PAGE, IN PREVIEW MODE INCLUDING INFORMATION INTERACTION AREA AND SMALLER PREVIEW AREA
1y 6m to grant Granted Jun 09, 2026
Patent 12639363
SYSTEMS AND METHODS FOR DISCOVERY OF MEDIA ITEMS THROUGH DESCRIPTORS
3y 0m to grant Granted May 26, 2026
Patent 12639052
Generating and Editing User Interfaces Via Chat
2y 8m to grant Granted May 26, 2026
Patent 12625605
Converting Restricted-Scroll Interface Elements Within A Scrollable Container To Fully-Scrollable Interface Elements
2y 7m to grant Granted May 12, 2026
Patent 12578851
SYSTEMS, METHODS, AND GRAPHICAL USER INTERFACES FOR GENERATING SHORT RUN CONTROL CHARTS
1y 8m to grant Granted Mar 17, 2026
Study what changed to get past this examiner. Based on 5 most recent grants.

Strategy Recommendation AI-generated — please review before filing

Get a prosecution strategy drawn from examiner precedents, rejection analysis, and claim mapping.
Typically takes 5-10 seconds — AI-generated, attorney review required before filing

Prosecution Projections

1-2
Expected OA Rounds
51%
Grant Probability
88%
With Interview (+36.7%)
4y 0m (~1y 9m remaining)
Median Time to Grant
Low
PTA Risk
Based on 462 resolved cases by this examiner. Grant probability derived from career allowance rate.

Sign in with your work email

Enter your email to receive a magic link. No password needed.

Personal email addresses (Gmail, Yahoo, etc.) are not accepted.

Free tier: 3 strategy analyses per month