CN105354034A - Page jump method and device for application program - Google Patents

Page jump method and device for application program Download PDF

Info

Publication number
CN105354034A
CN105354034A CN201510788182.8A CN201510788182A CN105354034A CN 105354034 A CN105354034 A CN 105354034A CN 201510788182 A CN201510788182 A CN 201510788182A CN 105354034 A CN105354034 A CN 105354034A
Authority
CN
China
Prior art keywords
text
instruction
message
instruction identifier
target pages
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
Application number
CN201510788182.8A
Other languages
Chinese (zh)
Other versions
CN105354034B (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.)
Guiyang Longmaster Information and Technology Co ltd
Original Assignee
Guiyang Longmaster Information and Technology 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 Guiyang Longmaster Information and Technology Co ltd filed Critical Guiyang Longmaster Information and Technology Co ltd
Priority to CN201510788182.8A priority Critical patent/CN105354034B/en
Publication of CN105354034A publication Critical patent/CN105354034A/en
Application granted granted Critical
Publication of CN105354034B publication Critical patent/CN105354034B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a page jump method and device for an application program. The method comprises the following steps: receiving a message text which is from a server and has an instruction identifier inserted, wherein a uniform resource identifier URI in the message text is taken as the instruction identifier, and the instruction identifier comprises display content of the instruction in the message text and an Activity class name of a target page; and responding to a click operation of a user on the display content, transferring an onClick method of an ActivitySpan class, and jumping to the target page of the current application program according to the Activity class name of the target page. According to the technical scheme provided by the invention, new requirements can be met without any modification by a client when a page jump instruction is added under the condition that the target page exists at the current client.

Description

The method for page jump of application program and device
Technical field
The present invention relates to the communications field, in particular to a kind of method for page jump and device of application program.
Background technology
In the design of Android (Android) mobile applications (App), client often needs to receive the instruction from server, and is triggered by user, operates accordingly in client executing.
Such as following demand scene: background server is to all client push a piece of news, and inform that user has activity to hold, user can go to participation.Include activity name in the Message-text pushed, and highlighted display, attract user to click, and user click highlighted activity name after client automatically jump to movable related pages, facilitate user's activity.
The demand scene can abstractly be: server end is to client push one message, some page jump instructions are comprised in message, if user clicks the content that in Message-text, page jump instruction is corresponding, then client triggers this page jump instruction, performs page jumping operation.The routine of this kind of function realizes, client and server provides some agreements, the identification code of customer terminal webpage is defined in agreement, and with the page jump instruction of these identification codes in the message of server push, during client triggering command, jump to the corresponding page of identification code according to these identification codes.
But maximum defect is that adaptability and dirigibility are not enough during such scheme realizes.If need a newly-increased page jump instruction, then must increase a new page iden-tity code in the protocol, and client also must increase a redirect logic, even if there is the target pages of redirect in active client.That is, if new added pages jump instruction, no matter whether client exists target pages, and client all must make corresponding amendment.And if now client has been issued, new client so just again must be issued to adapt to new demand.
Summary of the invention
Fundamental purpose of the present invention is the method for page jump and the device that disclose a kind of application program, at least to solve new added pages jump instruction in correlation technique, when client exists target pages, client still needs to remodify the problem that just can satisfy the demands.
According to an aspect of the present invention, a kind of method for page jump of application program is provided.
The method for page jump of application according to the present invention program comprises: receive the Message-text being inserted with instruction identifier coming from server, wherein, by Uniform Resource Identifier (UniformResourceIdentifier in above-mentioned Message-text, referred to as URI) as above-mentioned instruction identifier, above-mentioned instruction identifier comprises: the displaying contents of instruction in Message-text and the Activity class name of target pages; User is to the clicking operation of above-mentioned displaying contents in response, calls the onClick method of ActivitySpan class, jumps to the target pages of current application program according to the Activity class name of above-mentioned target pages.
According to a further aspect in the invention, a kind of page skip device of application program is provided.
The page skip device of application according to the present invention program comprises: receiver module, for receiving the Message-text being inserted with instruction identifier coming from server, wherein, in above-mentioned Message-text using uniform resource identifier URI as above-mentioned instruction identifier, above-mentioned instruction identifier comprises: the displaying contents of instruction in Message-text and the Activity class name of target pages; Redirect module, for responding the clicking operation of user to above-mentioned displaying contents, calling the onClick method of ActivitySpan class, jumping to the target pages of current application program according to the Activity class name of above-mentioned target pages.
By the present invention, without the need to defining page iden-tity in addition, be called identifier with the Activity class of the page.Therefore, when active client exists target pages, during a newly-increased page jump instruction, client need not make any amendment just can meet new demand.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the method for page jump of application program according to the embodiment of the present invention;
Fig. 2 is the schematic diagram of ActivitySpan class according to the preferred embodiment of the invention;
Fig. 3 is the process flow diagram of the method for page jump of application program according to the preferred embodiment of the invention;
Fig. 4 is the process flow diagram of client processing messages text before display according to the preferred embodiment of the invention;
Fig. 5 is the schematic diagram of the Message-text according to example of the present invention;
Fig. 6 is the structured flowchart of the page skip device of application program according to the embodiment of the present invention; And
Fig. 7 is the structured flowchart of the page skip device of application program according to the preferred embodiment of the invention.
Embodiment
Below in conjunction with Figure of description, specific implementation of the present invention is made a detailed description.
Fig. 1 is the process flow diagram of the method for page jump of application program according to the embodiment of the present invention.As shown in Figure 1, the method for page jump of this application program comprises:
Step S101: receive the Message-text being inserted with instruction identifier coming from server, wherein, in above-mentioned Message-text using uniform resource identifier (URI) as above-mentioned instruction identifier, above-mentioned instruction identifier comprises: the Activity class name of the displaying contents of instruction in Message-text (can be called instruction title) and target pages;
Step S103: user is to the clicking operation of above-mentioned displaying contents in response, calls the onClick method of ActivitySpan class, jumps to the target pages of current application program according to the Activity class name of above-mentioned target pages.
The method shown in Fig. 1 of employing, without the need to defining page iden-tity in addition, is called identifier with the Activity class of the page.Therefore, when active client exists target pages, during a newly-increased page jump instruction, client need not make any amendment just can meet new demand.
In preferred implementation process, for client, first need to realize the highlighted text style java class (ActivitySpan class) with responding user click event of text, ActivitySpan Similar integral is in android.text.style.ClickableSpan class.And cover updateDrawState method and realize the highlighted of text, namely color and the underscore pattern of text are set.Also need to realize onClick method, complete the click event of response user, jump to target pages.The class figure of ActivitySpan class as shown in Figure 2.Wherein the effect of method init () is the class name className of the Activity parsing instruction title title (i.e. the displaying contents of instruction in Message-text) and target pages from member URI.
Wherein, above-mentioned Message-text can include but not limited to: one or more above-mentioned instruction identifier, and above-mentioned instruction identifier and this instruction identifier content information are below separated by invisible character.
In preferred implementation process, many instruction flag symbols in a piece of news, can be inserted.If instruction identifier also has other guide information below in Message-text, then need to separate with invisible characters such as one or more space, line feed.
Preferably, when jumping to target pages according to the Activity class name of above-mentioned target pages, also comprise: import above-mentioned URI into target pages; Above-mentioned target pages extracts the parameter relevant to this target pages and processes from above-mentioned URI.
In preferred implementation process, URI is except comprising: the Activity class name of the displaying contents of instruction in Message-text (instruction title) and target pages, can also accord with and add some extra parameters, these extra parameter objectives pages (target Activity) may need, but for instruction identifier not necessarily.Particularly, can expand in instruction identifier, in instruction identifier, symbol adds some extra parameters.But these extra parameters can be relevant with target Activity.So URI is imported into target Activity, allow these additional parameter of target Activity process.
Preferably, is the form of the instruction identifier after above-mentioned expansion as follows: Scheme: //Authority/activity? title=Title & class=ClassName [& Query];
Wherein, Scheme and Authority is the definite value that agreement defines; Title and ClassName is variate, and different along with different page jump instructions, its content needs to carry out URL coding.Title is the displaying contents of above-mentioned instruction in Message-text, the highlighted display of above-mentioned displaying contents, and the clicking operation responding user performs page jumping operation, and ClassName is the class name of the Activity of above-mentioned target pages; [& Query] is variate, is option, and be the parameter that above-mentioned target pages is relevant, number of parameters is more than or equal to 0.The content of parameter of Query needs to carry out URL coding equally.
Such as, be below instruction identifier example:
xxx://example.com/activity?title=Title&class=com.example.MainActivity
xxx://example.com/activity?title=Title&class=com.example.MainActivity&at=ActivityTitle&st=Subtitle
Such as, be below a message instance with page instruction:
This is a page jump message, click xxx: //example.com/activity? title=%E4%B8%BB%E9%A1%B5%E9%9D%A2 & class=com.example.MainActivity turns back to homepage.
Preferably, after jumping to target pages according to the Activity class name of above-mentioned target pages in step S103, can also comprise: whether detect currently has throw exception; When there is throw exception, catch above-mentioned exception.
Above-mentioned preferred implementation process is further described below in conjunction with Fig. 3.
Fig. 3 is the process flow diagram of the method for page jump of application program according to the preferred embodiment of the invention.As shown in Figure 3, the method for page jump of this application program comprises:
Step S301: click the instruction title in Message-text as user, client receives the click event of user.
Step S303: the onClick () method of the ActivitySpan class of client will be called, in the method, according to member className---the class name of the Activity of target pages opens its Activity, and import uri into target Activity, take out the additional parameter that may exist by Activity inside.
Step S305: detect whether have exception throws, if so, performs step S307, otherwise, perform step S309.If target Activity opens failure (if target Activity does not exist), program will throw exception.
Step S307: catch above-mentioned exception, in order to avoid program crashing.
Step S309: determine that target Activity opens successfully (namely successfully jumping to target pages).
Preferably, receive come from server be inserted with the Message-text of instruction identifier after, user is to before the clicking operation of above-mentioned displaying contents in response, can also comprise: resolve above-mentioned Message-text and obtain above-mentioned instruction identifier; Be kept in set by resolving the above-mentioned instruction identifier obtained; Judge whether above-mentioned set is empty; When above-mentioned set is not empty, for each instruction identifier in above-mentioned set, perform following process successively: take out an instruction identifier and generate ActivitySpan object, the displaying contents of above-mentioned instruction in Message-text is obtained from above-mentioned ActivitySpan object, use above-mentioned displaying contents to replace this instruction identifier, above-mentioned ActivitySpan pattern is applied in the position according to above-mentioned displaying contents on above-mentioned displaying contents; After above-mentioned process is executed to each instruction identifier in above-mentioned set, the above-mentioned Message-text after Graphics Processing.
Client, when showing the message with page jump instruction, needing to apply above-mentioned ActivitySpan text style on display text, could realizing the highlighted click event with responding user of text.Therefore need before display to carry out some process to Message-text.Above-mentioned preferred implementation is further described below in conjunction with Fig. 4.
Fig. 4 is the process flow diagram of client processing messages text before display according to the preferred embodiment of the invention.As shown in Figure 4, the main following steps of this flow process:
Step S401: resolve Message-text, find out all page jump instruction identifiers (URI namely defined in agreement) in text.
Step S403: the instruction identifier parsed is kept in set A.
Step S405: judge whether set A is empty, if so, performs step S417, otherwise, perform step S407.
Step S407: take out an instruction identifier from set A.
Step S409: the URI according to taking out generates an ActivitySpan object.Owing to having parsed the information such as instruction title title and target Activity class name className from URI when generating ActivitySpan object and being kept in ActivitySpan object.
Step S411: obtain instruction title by the getTitle () method of ActivitySpan class.
Step S413: after obtaining instruction title, replaces the URI content of this instruction in Message-text by the content of this instruction title, and after record replacement, instruction title is in the position of text.
Step S415: the ActivitySpan pattern applying above-mentioned generation according to the position of instruction title on instruction title.Return and perform step S405, until set A is empty.
Step S417: all jump instruction identifiers in message all through replacement and Apply Styles after, the Message-text after Graphics Processing.The example that Message-text after process is shown in Figure 5.
Fig. 6 is the structured flowchart of the page skip device of application program according to the embodiment of the present invention.As shown in Figure 6, the page skip device of this application program comprises: receiver module 60, for receiving the Message-text being inserted with instruction identifier coming from server, wherein, in above-mentioned Message-text using uniform resource identifier URI as above-mentioned instruction identifier, above-mentioned instruction identifier comprises: the displaying contents of instruction in Message-text and the Activity class name of target pages; Redirect module 62, for responding the clicking operation of user to above-mentioned displaying contents, calling the onClick method of ActivitySpan class, jumping to the target pages of current application program according to the Activity class name of above-mentioned target pages.
In device shown in Fig. 6, without the need to defining page iden-tity in addition, be called identifier with the Activity class of the page.Therefore, when active client exists target pages, during a newly-increased page jump instruction, client need not make any amendment just can meet new demand.Thus for the client issued, new demand can be met without the need to again issuing.
Preferably, as shown in Figure 7, said apparatus also comprises: transport module 64, is connected with redirect module, for importing above-mentioned URI into target pages; Processing module 66, for extracting the parameter relevant to this target pages and processing from above-mentioned URI.
Preferably, as shown in Figure 7, said apparatus also comprises: parsing module 68, is connected with receiver module, resolves obtain above-mentioned instruction identifier to above-mentioned Message-text; Preserve module 70, for being kept in set by resolving the above-mentioned instruction identifier obtained; Judge module 72, for judging whether above-mentioned set is empty; Execution module 74, during for not being empty in above-mentioned set, for each instruction identifier in above-mentioned set, perform following process successively: take out an instruction identifier and generate ActivitySpan object, the displaying contents of above-mentioned instruction in Message-text is obtained from above-mentioned ActivitySpan object, use above-mentioned displaying contents to replace this instruction identifier, above-mentioned ActivitySpan pattern is applied in the position according to above-mentioned displaying contents on above-mentioned displaying contents; Display module 76, is connected with redirect module, after above-mentioned process is executed to each instruction identifier in above-mentioned set, and the above-mentioned Message-text after Graphics Processing.
Preferably, as shown in Figure 7, this device also comprises: detection module 78, and whether be connected with redirect module currently has throw exception for detecting; Trapping module 80, for when there is throw exception, catches above-mentioned exception.
In sum, by technique scheme provided by the invention, page iden-tity is called by the direct Activity class with customer terminal webpage, with URI (UniformResourceIdentifier, Uniform Resource Identifier) realize as instruction carrier, greatly propose its high-adaptability and dirigibility.Without the need to defining page iden-tity in addition, be called identifier with the Activity class of the page.Therefore, when active client exists target pages, during a newly-increased page jump instruction, client need not make any amendment just can meet new demand.
Be only several specific embodiment of the present invention above, but the present invention is not limited thereto, the changes that any person skilled in the art can think of all should fall into protection scope of the present invention.

Claims (10)

1. a method for page jump for application program, is characterized in that, comprising:
Receive the Message-text being inserted with instruction identifier coming from server, wherein, in described Message-text using uniform resource identifier URI as described instruction identifier, described instruction identifier comprises: the displaying contents of instruction in Message-text and the Activity class name of target pages;
User is to the clicking operation of described displaying contents in response, calls the onClick method of ActivitySpan class, jumps to the target pages of current application program according to the Activity class name of described target pages.
2. method according to claim 1, is characterized in that, described Message-text comprises: one or more described instruction identifier, and described instruction identifier and this instruction identifier content information are below separated by invisible character.
3. method according to claim 1, is characterized in that, when jumping to target pages according to the Activity class name of described target pages, also comprises:
Import described URI into target pages;
Described target pages extracts the parameter relevant to this target pages and processes from described URI.
4. method according to claim 3, is characterized in that, the form of described instruction identifier is as follows: Scheme: //Authority/activity? title=Title & class=ClassName [& Query];
Wherein, Scheme and Authority is the definite value that agreement defines; Title and ClassName is variate, Title is the displaying contents of described instruction in Message-text, the highlighted display of described displaying contents, and the clicking operation responding user performs page jumping operation, ClassName is the class name of the Activity of described target pages; [& Query] is variate, and be the parameter that described target pages is relevant, number of parameters is more than or equal to 0.
5. method according to claim 1, is characterized in that, receive come from server be inserted with the Message-text of instruction identifier after, response user to before the clicking operation of described displaying contents, also comprise:
Described Message-text is resolved and obtains described instruction identifier;
Be kept in set by resolving the described instruction identifier obtained;
Judge whether described set is empty;
When described set is not empty, for each instruction identifier in described set, perform following process successively: take out an instruction identifier and generate ActivitySpan object, the displaying contents of described instruction in Message-text is obtained from described ActivitySpan object, use described displaying contents to replace this instruction identifier, described ActivitySpan pattern is applied in the position according to described displaying contents on described displaying contents;
After described process is executed to each instruction identifier in described set, the described Message-text after Graphics Processing.
6. method according to claim 1, is characterized in that, after jumping to target pages, also comprises according to the Activity class name of described target pages:
Whether detect currently has throw exception;
When there is throw exception, catch described exception.
7. a page skip device for application program, is characterized in that, comprising:
Receiver module, for receiving the Message-text being inserted with instruction identifier coming from server, wherein, in described Message-text using uniform resource identifier URI as described instruction identifier, described instruction identifier comprises: the displaying contents of instruction in Message-text and the Activity class name of target pages;
Redirect module, for responding the clicking operation of user to described displaying contents, calling the onClick method of ActivitySpan class, jumping to the target pages of current application program according to the Activity class name of described target pages.
8. device according to claim 7, is characterized in that, also comprises:
Transport module, for importing described URI into target pages;
Processing module, for extracting the parameter relevant to this target pages and processing from described URI.
9. device according to claim 7, is characterized in that, also comprises:
Parsing module, resolves described Message-text and obtains described instruction identifier;
Preserve module, for being kept in set by resolving the described instruction identifier obtained;
Judge module, for judging whether described set is empty;
Execution module, during for not being empty in described set, for each instruction identifier in described set, perform following process successively: take out an instruction identifier and generate ActivitySpan object, the displaying contents of described instruction in Message-text is obtained from described ActivitySpan object, use described displaying contents to replace this instruction identifier, described ActivitySpan pattern is applied in the position according to described displaying contents on described displaying contents;
Display module, after described process is executed to each instruction identifier in described set, the described Message-text after Graphics Processing.
10. device according to claim 7, is characterized in that, also comprises:
Whether detection module, currently have throw exception for detecting;
Trapping module, for when there is throw exception, catches described exception.
CN201510788182.8A 2015-11-17 2015-11-17 The method for page jump and device of application program Active CN105354034B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510788182.8A CN105354034B (en) 2015-11-17 2015-11-17 The method for page jump and device of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510788182.8A CN105354034B (en) 2015-11-17 2015-11-17 The method for page jump and device of application program

Publications (2)

Publication Number Publication Date
CN105354034A true CN105354034A (en) 2016-02-24
CN105354034B CN105354034B (en) 2018-10-23

Family

ID=55330010

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510788182.8A Active CN105354034B (en) 2015-11-17 2015-11-17 The method for page jump and device of application program

Country Status (1)

Country Link
CN (1) CN105354034B (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254113A (en) * 2016-08-04 2016-12-21 上海携程商务有限公司 The method uploading feedback information by wireless client
CN106951250A (en) * 2017-03-20 2017-07-14 郑州云海信息技术有限公司 A kind of instruction analysis method and device based on Option
CN107357914A (en) * 2017-07-19 2017-11-17 北京小度信息科技有限公司 Information processing method and device
CN107682531A (en) * 2017-09-07 2018-02-09 北京京东尚科信息技术有限公司 Terminal control method and system
CN107707614A (en) * 2017-08-16 2018-02-16 深圳市丰巢科技有限公司 App route implementation methods, equipment and the storage medium of agreement are jumped based on system
CN107741934A (en) * 2016-08-22 2018-02-27 腾讯科技(深圳)有限公司 page processing method and page processing system
CN107818107A (en) * 2016-09-12 2018-03-20 平安科技(深圳)有限公司 The method and apparatus for controlling page jump
CN107818005A (en) * 2017-09-19 2018-03-20 五八有限公司 The page jump processing method and processing device of application program
CN107835228A (en) * 2017-09-28 2018-03-23 链家网(北京)科技有限公司 A kind of command processing method and device based on DYNAMIC GENERALIZED route
CN108153768A (en) * 2016-12-05 2018-06-12 腾讯科技(深圳)有限公司 Method for page jump, data processing method, device and page jump control system
CN108363597A (en) * 2018-01-02 2018-08-03 武汉斗鱼网络科技有限公司 A kind of method for page jump and system
CN109558225A (en) * 2018-10-30 2019-04-02 北京奇艺世纪科技有限公司 A kind of page switching method and device
CN109766082A (en) * 2017-11-09 2019-05-17 北京京东尚科信息技术有限公司 The method and apparatus that the application program page jumps
CN109783742A (en) * 2018-12-14 2019-05-21 平安科技(深圳)有限公司 For developing method for page jump, device and the computer equipment of auxiliary
CN110825451A (en) * 2019-09-30 2020-02-21 五八有限公司 Method and device for configuring and verifying small program page address
CN111626021A (en) * 2020-04-20 2020-09-04 腾讯科技(深圳)有限公司 Presentation generation method and device
CN114363278A (en) * 2017-05-16 2022-04-15 苹果公司 User interface for peer-to-peer transmission
US11784956B2 (en) 2021-09-20 2023-10-10 Apple Inc. Requests to add assets to an asset account
US11921992B2 (en) 2021-05-14 2024-03-05 Apple Inc. User interfaces related to time

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103218114A (en) * 2013-03-05 2013-07-24 北京卓易讯畅科技有限公司 Method and device for transmitting and receiving intention instruction information
CN104123157A (en) * 2014-07-17 2014-10-29 北京京东尚科信息技术有限公司 Method and device for customizing cross-platform business logic of mobile terminal
US20150033219A1 (en) * 2013-07-28 2015-01-29 Oded Haim Breiner Method and system for displaying a non-installed android application and for requesting an action from a non-installed android application

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103218114A (en) * 2013-03-05 2013-07-24 北京卓易讯畅科技有限公司 Method and device for transmitting and receiving intention instruction information
US20150033219A1 (en) * 2013-07-28 2015-01-29 Oded Haim Breiner Method and system for displaying a non-installed android application and for requesting an action from a non-installed android application
CN104123157A (en) * 2014-07-17 2014-10-29 北京京东尚科信息技术有限公司 Method and device for customizing cross-platform business logic of mobile terminal

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
匿名: "Android中的页面跳转详解", 《CSDN博客》 *
张雪梅,高凯: "《深入浅出Android软件开发教程》", 31 May 2015, 清华大学出版社 *

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254113A (en) * 2016-08-04 2016-12-21 上海携程商务有限公司 The method uploading feedback information by wireless client
CN107741934A (en) * 2016-08-22 2018-02-27 腾讯科技(深圳)有限公司 page processing method and page processing system
CN107818107A (en) * 2016-09-12 2018-03-20 平安科技(深圳)有限公司 The method and apparatus for controlling page jump
CN108153768A (en) * 2016-12-05 2018-06-12 腾讯科技(深圳)有限公司 Method for page jump, data processing method, device and page jump control system
CN106951250A (en) * 2017-03-20 2017-07-14 郑州云海信息技术有限公司 A kind of instruction analysis method and device based on Option
CN106951250B (en) * 2017-03-20 2020-09-22 苏州浪潮智能科技有限公司 Instruction analysis method and device based on option identification
CN114363278B (en) * 2017-05-16 2023-06-23 苹果公司 Method for messaging, electronic device, and computer-readable storage medium
CN114363278A (en) * 2017-05-16 2022-04-15 苹果公司 User interface for peer-to-peer transmission
US11797968B2 (en) 2017-05-16 2023-10-24 Apple Inc. User interfaces for peer-to-peer transfers
CN107357914A (en) * 2017-07-19 2017-11-17 北京小度信息科技有限公司 Information processing method and device
US10915384B2 (en) 2017-07-19 2021-02-09 Beijing Xingxuan Technology Co., Ltd. Information processing method and device
CN107357914B (en) * 2017-07-19 2018-09-14 北京小度信息科技有限公司 Information processing method and device
CN107707614A (en) * 2017-08-16 2018-02-16 深圳市丰巢科技有限公司 App route implementation methods, equipment and the storage medium of agreement are jumped based on system
CN107707614B (en) * 2017-08-16 2022-02-08 深圳市丰巢科技有限公司 System hop protocol-based app routing implementation method, device and storage medium
CN107682531A (en) * 2017-09-07 2018-02-09 北京京东尚科信息技术有限公司 Terminal control method and system
CN107818005A (en) * 2017-09-19 2018-03-20 五八有限公司 The page jump processing method and processing device of application program
CN107835228A (en) * 2017-09-28 2018-03-23 链家网(北京)科技有限公司 A kind of command processing method and device based on DYNAMIC GENERALIZED route
CN109766082B (en) * 2017-11-09 2022-04-12 北京京东尚科信息技术有限公司 Method and device for application program page jump
CN109766082A (en) * 2017-11-09 2019-05-17 北京京东尚科信息技术有限公司 The method and apparatus that the application program page jumps
CN108363597A (en) * 2018-01-02 2018-08-03 武汉斗鱼网络科技有限公司 A kind of method for page jump and system
CN109558225B (en) * 2018-10-30 2021-04-16 北京奇艺世纪科技有限公司 Page switching method and device
CN109558225A (en) * 2018-10-30 2019-04-02 北京奇艺世纪科技有限公司 A kind of page switching method and device
CN109783742A (en) * 2018-12-14 2019-05-21 平安科技(深圳)有限公司 For developing method for page jump, device and the computer equipment of auxiliary
CN109783742B (en) * 2018-12-14 2023-08-22 平安科技(深圳)有限公司 Page jump method and device for development assistance and computer equipment
CN110825451A (en) * 2019-09-30 2020-02-21 五八有限公司 Method and device for configuring and verifying small program page address
CN110825451B (en) * 2019-09-30 2023-07-25 五八有限公司 Configuration and verification method and device for applet page address
CN111626021A (en) * 2020-04-20 2020-09-04 腾讯科技(深圳)有限公司 Presentation generation method and device
CN111626021B (en) * 2020-04-20 2022-08-12 腾讯科技(深圳)有限公司 Presentation generation method and device
US11921992B2 (en) 2021-05-14 2024-03-05 Apple Inc. User interfaces related to time
US11784956B2 (en) 2021-09-20 2023-10-10 Apple Inc. Requests to add assets to an asset account

Also Published As

Publication number Publication date
CN105354034B (en) 2018-10-23

Similar Documents

Publication Publication Date Title
CN105354034A (en) Page jump method and device for application program
EP3002927B1 (en) Page redirection method, routing device, terminal device and system
CN107729014B (en) Page jump method and structure based on Android
CN111090431B (en) Data processing method and device
CN102609264A (en) Method and device for generating calling codes by calling application programming interfaces
CN104866512A (en) Method, device and system for extracting webpage content
CN112100561B (en) Method, electronic device and storage medium for calling local function by webpage
CN111143723A (en) Page jump method and device, electronic equipment and storage medium
CN102622237B (en) A kind of collocation method of business function procedure and system
CN107800611B (en) Page switching method and page switching device
EP3896940A1 (en) Resource description file processing, and page resource obtaining method and device
CN108536489B (en) Method, apparatus, and computer-readable storage medium for matching resource environments
CN105743955A (en) Method for JavaScript object expansion
CN108595457A (en) A kind of rendering intent and device of the waterfall stream page
CN107818107A (en) The method and apparatus for controlling page jump
CN111147354A (en) Message processing method, device, equipment and storage medium
CN105005596B (en) page display method and device
CN103457982A (en) Method and device for interaction of mobile internet webpage and mobile terminal capacity
CN105100958A (en) Video flow guide method and device based on Android system
CN104317819A (en) Method and system for webpage cross-domain communication based on browsers
CN108108381B (en) Page monitoring method and device
CN113434152A (en) Software development method, system and readable storage medium
CN106850756B (en) Method and system for realizing communication between web page and local application
CN112114915A (en) Multi-language version software updating method and system
CN112035178A (en) Application starting method and device and storage medium

Legal Events

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