CN109857386A - A kind of method for page jump and device - Google Patents
A kind of method for page jump and device Download PDFInfo
- Publication number
- CN109857386A CN109857386A CN201811644028.3A CN201811644028A CN109857386A CN 109857386 A CN109857386 A CN 109857386A CN 201811644028 A CN201811644028 A CN 201811644028A CN 109857386 A CN109857386 A CN 109857386A
- Authority
- CN
- China
- Prior art keywords
- page
- activity
- page activity
- key value
- attribute set
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 47
- 230000000694 effects Effects 0.000 claims abstract description 170
- 230000009191 jumping Effects 0.000 claims abstract description 17
- 238000004891 communication Methods 0.000 claims description 5
- 239000000284 extract Substances 0.000 claims description 4
- 238000011161 development Methods 0.000 abstract description 19
- 238000012423 maintenance Methods 0.000 abstract description 5
- 230000000875 corresponding effect Effects 0.000 description 64
- 230000018109 developmental process Effects 0.000 description 18
- 238000004590 computer program Methods 0.000 description 10
- 238000010586 diagram Methods 0.000 description 10
- 230000008569 process Effects 0.000 description 8
- 230000006870 function Effects 0.000 description 7
- 238000012545 processing Methods 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 3
- 230000011218 segmentation Effects 0.000 description 3
- 230000008878 coupling Effects 0.000 description 2
- 238000010168 coupling process Methods 0.000 description 2
- 238000005859 coupling reaction Methods 0.000 description 2
- 230000007547 defect Effects 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The present invention provides a kind of method for page jump and device, method includes: to automatically generate the corresponding key value of page Activity;When the first module needs to jump to page Activity in the second module, by routing Router and according to the corresponding key value of page Activity, the page Activity is jumped to.Device includes: generation unit, for automatically generating the corresponding key value of page Activity;Jump-transfer unit, for jumping to the page Activity by routing Router and according to the corresponding key value of page Activity.A kind of method for page jump and device provided by the invention can obtain the corresponding key value of page Activity automatically, and realize and jumped accordingly according to key value, improve development efficiency, and reduce exploitation error rate, and simple, efficiently, be conducive to maintenance.
Description
Technical Field
The invention relates to the technical field of communication, in particular to a page skipping method and device.
Background
In the process of project development of the mobile terminal, as projects are gradually increased, more project codes are available, and the coupling between modules is enhanced. In order to reduce the coupling among the modules and improve the quality and efficiency of project development, a componentized mode is adopted for project development, so that the modules do not have mutual dependency relationship, one module is a component, and the modules can be developed and maintained, thereby improving the efficiency of project development. However, communication is needed among the modules, and Activity jump (Activity jump is page jump) is needed among different modules, Activity is one of the most common application program components in Android components, and a user can use the Activity to interact with the Android components. In the prior art, the jump among different modules needs to define corresponding jump key values manually, and the method has low efficiency, is excessively complicated and is not beneficial to maintenance.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a page skipping method and device, which can automatically acquire a key value and carry out corresponding skipping according to the key value.
In order to achieve the purpose, the invention provides the following technical scheme:
in one aspect, the present invention provides a page jump method, including:
automatically generating a key value corresponding to the Activity of the page;
and when the first module needs to jump to the page Activity in the second module, jumping to the page Activity through the Router according to the key value corresponding to the page Activity.
On the other hand, the invention also provides a page jump device, comprising:
the generating unit is used for automatically generating a key value corresponding to the page Activity;
and the skipping unit is used for skipping to the page Activity through the Router according to the key value corresponding to the page Activity.
Preferably, the generating unit includes:
the collecting subunit is used for automatically acquiring the name corresponding to the page Activity in the android manifest file;
wherein, the name corresponding to the page Activity is the key value corresponding to the page Activity.
In another aspect, the present invention further provides an electronic device, including: a processor, a memory, and a bus; wherein,
the processor and the memory complete mutual communication through the bus;
the processor is used for calling the program instructions in the memory to execute the page jump method.
In another aspect, the present invention also provides a non-transitory computer-readable storage medium storing computer instructions for causing the computer to execute the above-mentioned page jump method.
The page jump method and the device can automatically acquire the key value corresponding to the page Activity, realize corresponding jump according to the key value, improve the development efficiency, reduce the development error rate, are simple and efficient, and are beneficial to maintenance.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings 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 illustrating a page jump method according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a page jump apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device 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.
The embodiment of the invention provides a page jump method, which specifically comprises the following steps with reference to fig. 1:
s101: automatically generating a key value corresponding to the Activity of the page;
in this step, the page Activity in each module is unique, and the page activities in all modules are registered in the android manifest file in each module, and the registration form is as follows:
<activityandroid:name=“com.house.DetailActivity”/>
wherein, the Activity address is the attribute of Activity, the family is the path of Activity, and the detail Activity is the page name.
And taking the name corresponding to the page Activity as a key value corresponding to the page Activity by capturing the name corresponding to the page Activity in the android manifest file.
S102: and when the first module needs to jump to the page Activity in the second module, jumping to the page Activity through the Router according to the key value corresponding to the page Activity.
The route Router refers to an Android routing frame, is used for mapping a page jump relationship, and comprises all functions related to jump.
It should be noted that the scheduling of page hopping between different modules is completed through the Router, the module a sends the key value corresponding to the page in the module B to the Router, and the Router starts the corresponding page according to the key value scheduling.
In the step, the name corresponding to the page Activity is obtained through the step S101, the name corresponding to the page Activity is used as a key value corresponding to the page Activity, and when the first module needs to jump to the page Activity in the second module, the first page Activity sends the name corresponding to the second page Activity to the Router; and skipping to the second page Activity through the Router according to the name corresponding to the second page Activity.
From the above description, it can be known that the name corresponding to the page Activity in the android manifest file is captured, the name corresponding to the page Activity is used as the key value corresponding to the page Activity, the key value corresponding to the page Activity is automatically generated, and the name corresponding to the page Activity is sent to the Router when the page jumps, so that the Router starts the corresponding page according to the name scheduling corresponding to the page Activity, the manual definition of the corresponding jumped key value is avoided, the development efficiency is improved, the development error rate is reduced, and the method is simple and efficient, and is beneficial to maintenance.
The embodiment of the invention provides another page jump method, which specifically comprises the following steps:
s201: automatically generating a key value corresponding to the Activity of the page;
in this step, the page Activity in each module is unique, and the page activities in all modules are registered in the android manifest file in each module, and the registration form is as follows:
<activityandroid:name=“com.house.DetailActivity”/>
wherein, the Activity address is the attribute of Activity, the family is the path of Activity, and the detail Activity is the page name.
In specific implementation, the android Manifest file in the module can be scanned to obtain the path of the page Activity and the name of the page Activity in the android Manifest file, and further, scanning the android Manifest file in the module once at intervals of scanning time is preset according to requirements; or setting a corresponding script program, and automatically executing the corresponding script program to scan the android manifest file when the android manifest file is modified.
Generating a Map attribute set keyMap and a Map attribute set activityMap corresponding to the page Activity according to the path of the page Activity and the name of the page Activity in the android manifest file;
the Map attribute set keyMap is used as a key value corresponding to the page Activity in the page jump;
s202: and when the first module needs to jump to the page Activity in the second module, jumping to the page Activity through the Router according to the key value corresponding to the page Activity.
And the scheduling of page jump among different modules is completed through the Router, the module A sends the key value corresponding to the page in the module B to the Router, and the Router starts the corresponding page according to the key value scheduling.
The first page Activity sends the Map attribute set keyMap corresponding to the second page Activity to the Router, so that the Router extracts the Map attribute set activityMap corresponding to the second page Activity;
acquiring the value of the Map attribute set activityMap according to the Map attribute set activityMap;
and jumping to the second page Activity through the Router according to the value of the Map attribute set Activity Map.
From the above description, the first page Activity transmits a variable value to the Router, and the Router realizes page jump between different modules according to the variable value, so that development efficiency is improved, and development and maintenance are facilitated.
Further, a Map attribute set keyMap is provided in the form of:
{ Key of Attribute set: value of attribute set }.
The generation rule of the Map attribute set keyMap is as follows: the method comprises the steps of obtaining the name of the page Activity from an android Manifest file, obtaining the field of the page name from the name of the page Activity, adding underlines in front of each capital letter according to capital letters and small letters except the first letter, obtaining a segmentation field by underline segmentation, and obtaining the key of the keyMap after all the segmentation fields are changed into the capital letters.
For example: the name of the page Activity obtained from the android manifest file is as follows: com, house, Detail Activity, wherein the field of the page name is Detail Activity, the field is underlined in front of each capital letter except the initial letter according to capital letter, Detail Activity is obtained by dividing the underlined character into capital letters, and then the capital letters are all changed to obtain the key DETAIL _ ACTIVITY of keyMap, and the specific form is as follows:
{DETAIL_ACTIVITY:com.house.DetailActivity},
where DETAIL ACTIVITY is the key of keyMap and com.
Further, a Map attribute set activity Map is provided in the form of:
{ Key of Attribute set: value of attribute set }.
The Map attribute set activity Map generation rule is as follows: obtaining the name of the page Activity from the android manifest file, obtaining the field of the page name from the name of the page Activity, and adding class after the field of the page name to obtain the value of the Activity map. It should be noted that: class is a Java compiled file format.
For example: the name of the page Activity obtained from the android manifest file is as follows: family activity, wherein the page name field is the family activity, and then adding class after the page name field is the family activity, namely obtaining the value family activity of the activity map, wherein the concrete form is as follows:
{com.house.DetailActivity:DetailActivity.class},
where com, house, detail activity is a key of activity map, and detail activity class is a value of activity map.
In specific implementation, the jump module needs to jump to the page DETAIL ACTIVITY in the target module, and a key value in the jump module is transmitted to the Router, where the key value is key map.get (DETAIL _ ACTIVITY), and the Router extracts a corresponding ACTIVITY map.get (key) according to the transmitted key value, where the ACTIVITY map.get (key) is ACTIVITY map.get (com.host.detail ACTIVITY), and obtains a value DETAIL activity.class of the ACTIVITY map.
And the Router enables the Router to start the target module according to the value of the activity map, wherein the value of the activity map is detail activity.
It should be noted that the Router imports a variable value keymap.get (detach _ ACTIVITY) instead of an string value com.house. If spelling is wrong when writing character strings, the compiler has no corresponding prompt, so the user can not perceive the spelling, and can not report the mistake in the compiling process, and can report the mistake only in running. And using the variable, if the variable does not exist, the compiler has corresponding prompt and will report errors in the compiling process, so the variable is transmitted to the Router, the errors can be exposed in advance, and the development efficiency is improved. The key map has the significance that page jumping among different modules in the Android native development process is facilitated, and for H5 or other external jumping to native pages, only according to the activityMap, the key map is used. The key value transmitted to the Android native by H5 is com.house.DetailActivity, then transmitted to the Router, and jumps are carried out by the Router, so that the corresponding relation between the key value and the Activity does not need to be manually specified, the development efficiency is improved, and the development error rate is reduced.
An embodiment of the present invention provides a page jump apparatus, referring to fig. 2, specifically including:
the generating unit 10 is used for automatically generating a key value corresponding to the page Activity;
and the skipping unit 20 is used for skipping to the page Activity through the Router according to the key value corresponding to the page Activity.
Further, the generating unit 10 includes:
the collecting subunit is used for automatically acquiring the name corresponding to the page Activity in the android manifest file;
wherein, the name corresponding to the page Activity is the key value corresponding to the page Activity.
Further, the jumping unit 20 includes:
the first subunit is used for sending the first page Activity and the name corresponding to the second page Activity to the Router;
and the second subunit is used for jumping to the second page Activity through the Router according to the name corresponding to the second page Activity.
The functions implemented by the modules in the apparatus correspond to the corresponding operation steps in the method embodiment, and are not described herein again.
According to the technical scheme, the page jump device can improve the development efficiency and reduce the development error rate, and is simple in structure.
The embodiment of the invention provides a page jump device, which specifically comprises:
the generating unit is used for automatically generating a key value corresponding to the page Activity;
and the skipping unit is used for skipping to the page Activity through the Router according to the key value corresponding to the page Activity.
Further, the generating unit includes:
the generating subunit is used for generating a Map attribute set keyMap and a Map attribute set Activity Map corresponding to the page Activity according to the path of the page Activity in the android manifest file and the name of the page Activity;
the Map attribute set keyMap is a key value corresponding to the page Activity;
the jumping unit includes:
the sending subunit is used for sending the Map attribute set keyMap corresponding to the second page Activity to the Router by the first page Activity, so that the Router extracts the Map attribute set activetypap corresponding to the second page Activity;
the query subunit is used for acquiring the value of the Map attribute set activityMap according to the Map attribute set activityMap;
and the jumping subunit is used for routing the Router and jumping to the second page Activity according to the value of the Map attribute set Activity Map.
The functions implemented by the modules in the apparatus correspond to the corresponding operation steps in the method embodiment, and are not described herein again.
According to the technical scheme, the page jump device can improve the development efficiency and reduce the development error rate, and is simple in structure.
An embodiment of the present invention provides an electronic device, and referring to fig. 3, the electronic device may include: a processor 11, a memory 12, a bus 13, and a computer program stored on the memory 12 and executable on the processor 11;
the processor 11 and the memory 12 complete mutual communication through the bus 13;
when the processor 11 executes the computer program, the method provided by the foregoing method embodiments is implemented, for example, including: automatically generating a key value corresponding to the Activity of the page; and when the first module needs to jump to the page Activity in the second module, jumping to the page Activity through the Router according to the key value corresponding to the page Activity.
The present invention provides a non-transitory computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method provided by the above-described method embodiments, for example, comprising: automatically generating a key value corresponding to the Activity of the page; and when the first module needs to jump to the page Activity in the second module, jumping to the page Activity through the Router according to the key value corresponding to the page Activity.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus, and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means/systems for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The term "comprising", without further limitation, means that the element so defined is not excluded from the group consisting of additional identical elements in the process, method, article, or apparatus that comprises the element. The terms "upper", "lower", and the like, indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "connected" are intended to be inclusive and mean, for example, that they may be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the description of the present invention, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description. Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present invention is not limited to any single aspect, nor is it limited to any single embodiment, nor is it limited to any combination and/or permutation of these aspects and/or embodiments. Moreover, each aspect and/or embodiment of the present invention may be utilized alone or in combination with one or more other aspects and/or embodiments thereof.
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; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.
Claims (10)
1. A page jump method is characterized by comprising the following steps:
automatically generating a key value corresponding to the Activity of the page;
and when the first module needs to jump to the page Activity in the second module, jumping to the page Activity through the Router according to the key value corresponding to the page Activity.
2. The page jump method of claim 1, wherein said step of automatically generating a key value corresponding to a page Activity comprises:
automatically acquiring a name corresponding to page Activity in the android manifest file;
wherein, the name corresponding to the page Activity is the key value corresponding to the page Activity.
3. The page jump method according to claim 2, wherein said step of jumping to said page Activity via a Router and according to a key value corresponding to said page Activity comprises:
the first page Activity sends the name corresponding to the second page Activity to the Router;
and skipping to the second page Activity through the Router according to the name corresponding to the second page Activity.
4. The page jump method of claim 1, wherein said step of automatically generating a key value corresponding to a page Activity comprises:
generating a Map attribute set keyMap and a Map attribute set activityMap corresponding to the page Activity according to the path of the page Activity and the name of the page Activity in the android manifest file;
the Map attribute set keyMap is a key value corresponding to the page Activity;
the step of skipping to the page Activity through the Router according to the key value corresponding to the page Activity includes:
the first page Activity sends the Map attribute set keyMap corresponding to the second page Activity to the Router, so that the Router extracts the Map attribute set activityMap corresponding to the second page Activity;
acquiring the value of the Map attribute set activityMap according to the Map attribute set activityMap;
and jumping to the second page Activity through the Router according to the value of the Map attribute set Activity Map.
5. The page jump method of claim 4, characterized in that said set of Map attributes keyMap is of the form:
{ Key of Attribute set: value of attribute set }.
6. The page jump method of claim 4, wherein the Map attribute set activityMap is of the form:
{ Key of Attribute set: value of attribute set }.
7. A page jump apparatus, comprising:
the generating unit is used for automatically generating a key value corresponding to the page Activity;
and the skipping unit is used for skipping to the page Activity through the Router according to the key value corresponding to the page Activity.
8. The page jump apparatus of claim 7, wherein said generating unit comprises:
the collecting subunit is used for automatically acquiring the name corresponding to the page Activity in the android manifest file;
wherein, the name corresponding to the page Activity is the key value corresponding to the page Activity.
9. An electronic device, comprising: a processor, a memory, and a bus; wherein,
the processor and the memory complete mutual communication through the bus;
the processor is adapted to call program instructions in the memory to perform the page jump method of any of claims 1 to 6.
10. A non-transitory computer readable storage medium storing computer instructions that cause the computer to perform the page jump method of any of claims 1-6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811644028.3A CN109857386B (en) | 2018-12-30 | 2018-12-30 | Page skipping method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811644028.3A CN109857386B (en) | 2018-12-30 | 2018-12-30 | Page skipping method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109857386A true CN109857386A (en) | 2019-06-07 |
CN109857386B CN109857386B (en) | 2022-06-21 |
Family
ID=66893487
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811644028.3A Active CN109857386B (en) | 2018-12-30 | 2018-12-30 | Page skipping method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109857386B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116233217A (en) * | 2023-05-08 | 2023-06-06 | 成都赛力斯科技有限公司 | Page jump method and device based on route, electronic equipment and storage medium |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105138263A (en) * | 2015-08-17 | 2015-12-09 | 百度在线网络技术(北京)有限公司 | Method and device for jumping to specific page in application |
CN105740144A (en) * | 2016-01-27 | 2016-07-06 | 浪潮(北京)电子信息产业有限公司 | Automated testing method and system for Android mobile Terminal |
CN105868105A (en) * | 2016-03-24 | 2016-08-17 | 厦门美图移动科技有限公司 | Application traversal testing method and device, and mobile terminal |
US20170168918A1 (en) * | 2015-12-09 | 2017-06-15 | Sap Se | Sandboxing for Custom Logic |
CN106874035A (en) * | 2017-01-11 | 2017-06-20 | 深圳中顺易金融服务有限公司 | One kind is applied for updating(app)The method and its framework of built-in H5 |
CN107506178A (en) * | 2017-06-28 | 2017-12-22 | 北京五八信息技术有限公司 | A kind of page jump management method and device |
-
2018
- 2018-12-30 CN CN201811644028.3A patent/CN109857386B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105138263A (en) * | 2015-08-17 | 2015-12-09 | 百度在线网络技术(北京)有限公司 | Method and device for jumping to specific page in application |
US20170168918A1 (en) * | 2015-12-09 | 2017-06-15 | Sap Se | Sandboxing for Custom Logic |
CN105740144A (en) * | 2016-01-27 | 2016-07-06 | 浪潮(北京)电子信息产业有限公司 | Automated testing method and system for Android mobile Terminal |
CN105868105A (en) * | 2016-03-24 | 2016-08-17 | 厦门美图移动科技有限公司 | Application traversal testing method and device, and mobile terminal |
CN106874035A (en) * | 2017-01-11 | 2017-06-20 | 深圳中顺易金融服务有限公司 | One kind is applied for updating(app)The method and its framework of built-in H5 |
CN107506178A (en) * | 2017-06-28 | 2017-12-22 | 北京五八信息技术有限公司 | A kind of page jump management method and device |
Non-Patent Citations (2)
Title |
---|
吴俊伟 等: ""安卓应用用户界面交互模式抽取与检索"", 《软件学报》 * |
浪人风子: ""从AndroidManifest.xml获取已注册Activity的方法"", 《HTTPS://BLOG.CSDN.NET/LANGRENFENGZI/ARTICLE/DETAILS/24851481》 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116233217A (en) * | 2023-05-08 | 2023-06-06 | 成都赛力斯科技有限公司 | Page jump method and device based on route, electronic equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN109857386B (en) | 2022-06-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107861713B (en) | Data calling method and device and computer readable storage medium | |
CN110113196B (en) | Protocol configuration method, device, equipment and medium | |
CN106648945B (en) | Interface data testing method and device and electronic equipment | |
CN108829378A (en) | A kind of development approach of application software, device and electronic equipment | |
WO2011054250A1 (en) | Method and device for development environment converting | |
CN101963915A (en) | Building method of compilation and system thereof | |
CN104583945A (en) | Application upgrade method and device | |
CN111796829B (en) | Applet updating method, device, electronic equipment and computer readable storage medium | |
CN109408682A (en) | A kind of method of regular expression matching, system and equipment | |
CN106951248A (en) | Add method, device and the readable storage medium storing program for executing of code | |
CN102262684A (en) | Method and device for generating webpage page of mobile terminal | |
CN109857386B (en) | Page skipping method and device | |
CN106484488B (en) | Integrated cloud Compilation Method and system | |
CN109508211A (en) | A kind of multilingual configuration method, device, system and electronic equipment | |
CN112667223A (en) | Method and device for generating component configuration table, electronic equipment and storage medium | |
CN113296742A (en) | APP data processing method and device and mobile terminal | |
CN106486118A (en) | A kind of sound control method of application and device | |
CN105224347B (en) | data configuration method and device | |
CN107656739B (en) | Code compiling method and device based on windows system | |
CN110187953A (en) | A kind of operation method and device of application program | |
EP2908312A1 (en) | Self-adaptive intelligent voice device and method | |
US9274772B2 (en) | Compact type layouts | |
CN105530544B (en) | A kind of Modular electrical depending on display screen end upgrade method and Modular electrical regard | |
US20090265682A1 (en) | Method for transforming data from a model into a secondary model to optimize code generation | |
CN106843855B (en) | Method and device for packaging summarized files |
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 |