CN110020330B - Page jump method, page jump device, equipment and storage medium - Google Patents

Page jump method, page jump device, equipment and storage medium Download PDF

Info

Publication number
CN110020330B
CN110020330B CN201710581815.7A CN201710581815A CN110020330B CN 110020330 B CN110020330 B CN 110020330B CN 201710581815 A CN201710581815 A CN 201710581815A CN 110020330 B CN110020330 B CN 110020330B
Authority
CN
China
Prior art keywords
application program
shared content
page
application
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
CN201710581815.7A
Other languages
Chinese (zh)
Other versions
CN110020330A (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.)
Xiamen Qiwen Technology Co.,Ltd.
Original Assignee
Beijing Didi Infinity Technology and Development 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
Priority to CN202110687941.7A priority Critical patent/CN113407323A/en
Application filed by Beijing Didi Infinity Technology and Development Co Ltd filed Critical Beijing Didi Infinity Technology and Development Co Ltd
Priority to CN201710581815.7A priority patent/CN110020330B/en
Priority to AU2018288044A priority patent/AU2018288044A1/en
Priority to CN201880035221.9A priority patent/CN110678892A/en
Priority to EP18820124.8A priority patent/EP3625751A4/en
Priority to PCT/CN2018/091757 priority patent/WO2018233586A1/en
Priority to JP2019570004A priority patent/JP2020525900A/en
Publication of CN110020330A publication Critical patent/CN110020330A/en
Priority to US16/723,299 priority patent/US11341198B2/en
Application granted granted Critical
Publication of CN110020330B publication Critical patent/CN110020330B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the disclosure provides a page jump method, a page jump device, a computer device and a computer readable storage medium for an application program, wherein the page jump method comprises the following steps: when the first application program receives the shared content sent by the second application program and receives an instruction for entering the second application program to view the shared content, link information of the shared content is obtained, wherein the link information comprises a content source identifier and a copy timestamp; copying and storing the link information to a preset storage area of the terminal equipment; skipping from the first application program to the second application program according to the content source identification, and acquiring a current timestamp entering the second application program to determine an interval time between the current timestamp and the copy timestamp; and determining whether to open the designated page where the shared content is located in the second application program according to the state and the interval time of the second application program in the terminal equipment. The embodiment of the disclosure can realize direct jump of the page across application programs, and is simple and efficient to operate.

Description

Page jump method, page jump device, equipment and storage medium
Technical Field
The embodiment of the disclosure relates to the technical field of content sharing in mobile internet, in particular to a page jump method of an application program, a page jump device of the application program, computer equipment and a computer readable storage medium.
Background
At present, in the era of mobile internet, sharing links are common and important information propagation ways, after an APP (Application, Application program) shares a webpage to a social platform such as a WeChat, a user wants to be able to go back to the APP to help the APP to solve the problems of user growth (such as pull-up, pull-alive, retention, conversion) and traffic emergence, so that the APP needs to be able to be called up through a browser or in the social platform to directly open a specified page or content of the APP, so as to ensure the use experience of the user.
However, in the related art, Universal Links only exist in an IOS (mobile operating system developed by apple inc.) platform, and cannot give consideration to a wide range of Android (operating system based on Linux freedom and open source code) platform users, and APP Links (link of application) only run on an Android M model supporting Google, and cannot be applied to a domestic diversified Android model. In addition, when the social platform in the Android model shields an interface for calling a local APP, the social platform such as WeChat cannot directly call the APP, and only can prompt a user to open the browser and make jump switching unchanged; and after the APP can be called up through the application treasure in the social platform such as WeChat and the like, the default can only reach the home page of the APP, but not reach the designated page or directly view the content to be viewed.
Therefore, how to solve the compatibility problem caused by various types of Android and third-party browsers, how to directly jump to a specified page of an APP or jump to content desired to be viewed through a social platform, and particularly, how to enter the previous specified page or jump to content desired to be viewed after guiding a user to download, install and open the APP under the condition that the APP is not installed become a problem to be solved urgently.
Disclosure of Invention
The embodiment of the disclosure provides a new technical scheme based on the above problem, and can realize direct skip from a first application program to a designated page in a local second application program which sends shared content to the first application program, so that the operation is simple and efficient, and the user experience is favorably improved.
In view of this, according to a first aspect of the embodiments of the present disclosure, a page jump method for an application is provided, where the page jump method is used for a terminal device, and includes: when the first application program receives the shared content sent by the second application program and receives an instruction for entering the second application program to view the shared content, link information of the shared content is obtained, wherein the link information comprises a content source identifier and a copy timestamp; copying and storing the link information to a preset storage area of the terminal equipment; skipping from the first application program to the second application program according to the content source identification, and acquiring a current timestamp entering the second application program to determine an interval time between the current timestamp and the copy timestamp; and determining whether to open the designated page where the shared content is located in the second application program according to the state and the interval time of the second application program in the terminal equipment.
In the technical scheme, when a user needs to call up a second application program sending shared content to the user through a first application program in a terminal device and jump to the second application program to view a detailed page of the shared content, link information of the shared content can be obtained in the first application program and copied and stored into a preset storage area of the terminal device, wherein the link information of the shared content mainly comprises a content source identifier for identifying a source of the shared content and a copy timestamp for obtaining the content source identifier, the user can jump from the first application program to the second application program according to the content source identifier and record a current timestamp presented after entering the second application program, then an interval time between the current timestamp and the copy timestamp can be determined, and further whether the user needs to open the second application program in the second application program or not can be determined according to the state of the second application program in the terminal device and the interval time The designated page where the shared content sent by the first application program is located can determine whether to open the detailed page of the shared content according to specific conditions after the second application program is called by the first application program and direct jump is realized, so that the operation is simple and efficient, and the user experience is favorably improved.
The first application may specifically be a social application, and for example, the social application includes: a WeChat application, a QQ application, etc., and the second application may include other applications besides the first application itself that receives the shared content, such as a bean application, a know-you application, etc.; of course, the first application may also be other applications besides the social-type application and the second application.
In the foregoing technical solution, preferably, the step of determining whether to open the designated page where the shared content is located in the second application according to the state and the interval time of the second application in the terminal device includes: setting effective time corresponding to the state of the second application program in the terminal equipment; judging whether the interval time is greater than or equal to the effective time or not; if so, opening a home page of the second application program, otherwise, opening a specified page where the shared content is located in the second application program.
In the technical solution, when it is determined whether to open the specified page where the shared content sent to the first application program is located in the second application program according to the state of the second application program in the terminal device and the determined interval time, it may be determined according to a size relationship between the interval time and a set effective time, where the effective time corresponds to the state of the second application program in the terminal device, so that accuracy of the comparison result may be ensured, thereby ensuring accuracy of an execution result of whether to open the specified page where the shared content is located in the second application program, that is, when the interval time from a time when the first application program calls up the second application program (i.e., the copy timestamp) to a time when the first application program jumps into the second application program (i.e., the current timestamp), it indicates that the required time for the user to open the detailed page where the shared content is too long is exceeded, and at the moment, the user only needs to enter a home page staying in the second application program, otherwise, the user directly jumps to enter a detailed page of the shared content in the second application program, and the direct jump from the first application program to a specified page in the local second application program which sends the shared content to the first application program is realized.
In any of the above technical solutions, preferably, the state of the second application in the terminal device includes: a background running state, a process closing state and a state to be installed.
In this technical solution, the state of the second application program in the terminal device mainly includes: the first application program can be used for calling the background running state which is easy to call, and the time length of the corresponding effective time setting can be relatively short; when the first application program is called up, the process closing state entering the running state needs to be restarted, and the time length of the corresponding effective time setting can be relatively longer; when the first application program is called, the state to be installed of the second application program needs to be carried out in the terminal equipment, namely the second application program which is not installed before the terminal equipment needs to be installed and then operated, the time length of the corresponding effective time setting can be relatively longer, and therefore the requirement that the second application program is called under different scenes is met.
In any of the above technical solutions, preferably, the content source identifier includes naming structure information of a uniform resource identifier; and the preset storage area comprises a clipboard of the terminal equipment.
In the technical Scheme, when a second application program is called up through a first application program, the second application program can be located through the naming structure information (namely, uri (uniform Resource identifier) Scheme) of the uniform Resource identifier of the shared content, which is beneficial to realizing accurate and efficient skip; further specifically, the clipboard in the terminal device can be used as a bridge for jump switching between the first application program and the second application program which sends the shared content to the first application program, so that direct jump from the first application program to a designated page in the local second application program which sends the shared content to the first application program is effectively realized, the operation is simple and efficient, the user experience is favorably improved, and the content in the clipboard is further stored in the memory of the terminal device.
According to a second aspect of the embodiments of the present disclosure, a page jump apparatus of an application is provided, where the page jump apparatus is used for a terminal device, and includes: the acquisition module is used for acquiring link information of the shared content when the first application program receives the shared content sent by the second application program and receives an instruction for entering the second application program to view the shared content, wherein the link information comprises a content source identifier and a copy timestamp; the storage module is used for copying and storing the link information acquired by the acquisition module to a preset storage area of the terminal equipment; the processing module is used for jumping from the first application program to the second application program according to the content source identification and acquiring a current timestamp entering the second application program so as to determine the interval time between the current timestamp and the copying timestamp; and the determining module is used for determining whether to open the specified page where the shared content is located in the second application program according to the state and the interval time of the second application program in the terminal equipment.
In the technical scheme, when a user needs to call up a second application program sending shared content to the user through a first application program in a terminal device and jump to the second application program to view a detailed page of the shared content, link information of the shared content can be obtained in the first application program and copied and stored into a preset storage area of the terminal device, wherein the link information of the shared content mainly comprises a content source identifier for identifying a source of the shared content and a copy timestamp for obtaining the content source identifier, the user can jump from the first application program to the second application program according to the content source identifier and record a current timestamp presented after entering the second application program, then an interval time between the current timestamp and the copy timestamp can be determined, and further whether the user needs to open the second application program in the second application program or not can be determined according to the state of the second application program in the terminal device and the interval time The designated page where the shared content sent by the first application program is located can determine whether to open the detailed page of the shared content according to specific conditions after the second application program is called by the first application program and direct jump is realized, so that the operation is simple and efficient, and the user experience is favorably improved.
The first application may specifically be a social application, and for example, the social application includes: a WeChat application, a QQ application, etc., and the second application may include other applications besides the first application itself that receives the shared content, such as a bean application, a know-you application, etc.; of course, the first application may also be other applications besides the social-type application and the second application.
In the above technical solution, preferably, the determining module includes: the setting submodule is used for setting effective time corresponding to the state of the second application program in the terminal equipment; the judging submodule is used for judging whether the interval time is greater than or equal to the effective time or not; and the control submodule is used for controlling to open a home page of the second application program when the judgment submodule judges that the home page is yes, and controlling to open a specified page where the shared content is located in the second application program when the judgment submodule judges that the home page is not.
In the technical solution, when it is determined whether to open the specified page where the shared content sent to the first application program is located in the second application program according to the state of the second application program in the terminal device and the determined interval time, it may be determined according to a size relationship between the interval time and a set effective time, where the effective time corresponds to the state of the second application program in the terminal device, so that accuracy of the comparison result may be ensured, thereby ensuring accuracy of an execution result of whether to open the specified page where the shared content is located in the second application program, that is, when the interval time from a time when the first application program calls up the second application program (i.e., the copy timestamp) to a time when the first application program jumps into the second application program (i.e., the current timestamp), it indicates that the required time for the user to open the detailed page where the shared content is too long is exceeded, and at the moment, the user only needs to enter a home page staying in the second application program, otherwise, the user directly jumps to enter a detailed page of the shared content in the second application program, and the direct jump from the first application program to a specified page in the local second application program which sends the shared content to the first application program is realized.
In any of the above technical solutions, preferably, the state of the second application in the terminal device includes: a background running state, a process closing state and a state to be installed.
In this technical solution, the state of the second application program in the terminal device mainly includes: the first application program can be used for calling the background running state which is easy to call, and the time length of the corresponding effective time setting can be relatively short; when the first application program is called up, the process closing state entering the running state needs to be restarted, and the time length of the corresponding effective time setting can be relatively longer; when the first application program is called, the state to be installed of the second application program needs to be carried out in the terminal equipment, namely the second application program which is not installed before the terminal equipment needs to be installed and then operated, the time length of the corresponding effective time setting can be relatively longer, and therefore the requirement that the second application program is called under different scenes is met.
In any of the above technical solutions, preferably, the content source identifier includes naming structure information of a uniform resource identifier; and the preset storage area comprises a clipboard of the terminal equipment.
In the technical Scheme, when a second application program is called up through a first application program, the second application program can be positioned through the naming structure information (namely URI Scheme) of the uniform resource identifier of the shared content, and accurate and efficient skipping is facilitated; further specifically, the clipboard in the terminal device can be used as a bridge for jump switching between the first application program and the second application program which sends the shared content to the first application program, so that direct jump from the first application program to a designated page in the local second application program which sends the shared content to the first application program is effectively realized, the operation is simple and efficient, the user experience is favorably improved, and the content in the clipboard is further stored in the memory of the terminal device.
According to a third aspect of the embodiments of the present disclosure, a computer device is provided, where the computer device includes a processor, and the processor is configured to implement, when executing a computer program stored in a memory, the steps of the page jump method for an application program according to any one of the above-mentioned solutions of the first aspect.
According to a fourth aspect of the embodiments of the present disclosure, a computer-readable storage medium is provided, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the page jump method of the application program according to any one of the above-mentioned technical solutions of the first aspect.
According to the technical scheme of the embodiment of the disclosure, the clipboard in the terminal device is used as a bridge for switching the jump between the first application program and the second application program which sends the shared content to the first application program, so that the direct jump from the first application program to the designated page in the local second application program which sends the shared content to the first application program can be effectively realized, the operation is simple and efficient, and the user experience is favorably improved.
Drawings
FIG. 1 is a flowchart illustrating a page jump method of an application according to an embodiment of the disclosure;
fig. 2 is a schematic flowchart illustrating a method for jumping to a designated page where shared content is located in a second application according to an embodiment of the present disclosure;
FIG. 3 shows a schematic block diagram of a page jump apparatus of an application of an embodiment of the present disclosure;
FIG. 4 shows a schematic block diagram of the determination module shown in FIG. 3;
FIG. 5 shows a schematic block diagram of a computer device of an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the embodiments of the present disclosure may be more clearly understood, embodiments of the present disclosure are described in further detail below with reference to the accompanying drawings and detailed description. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the disclosure, however, the embodiments of the disclosure may be practiced in other ways than those described herein, and therefore the scope of the embodiments of the disclosure is not limited by the specific embodiments disclosed below.
The following describes the page jump method of the application program according to the embodiment of the present disclosure in detail with reference to fig. 1 and fig. 2.
As shown in fig. 1, the page jump method for an application program of a terminal device according to the embodiment of the present disclosure specifically includes the following steps:
step S10, when the first application receives the shared content sent by the second application and receives an instruction to enter the second application to view the shared content, acquiring link information of the shared content, where the link information includes a content source identifier and a copy timestamp.
It is to be understood that the first application may specifically be a social application, such as including: a WeChat application, a QQ application, etc., and the second application may include other applications besides the first application itself that receives the shared content, such as a bean application, a know-you application, etc.; of course, the first application may also be other applications besides the social-type application and the second application.
In step S20, the link information is copied and stored to a preset storage area of the terminal device.
Step S30, jump from the first application to the second application according to the content source identifier, and obtain the current timestamp of the second application, so as to determine the time interval between the current timestamp and the copy timestamp.
Step S40, determining whether to open the designated page where the shared content is located in the second application according to the state of the second application in the terminal device and the interval time.
In this embodiment, when a user needs to invoke a second application program sending shared content to the user through a first application program in a terminal device and jump to the second application program to view a detailed page of the shared content, link information of the shared content may be first obtained in the first application program and copied and stored into a preset storage area of the terminal device, where the link information of the shared content mainly includes a content source identifier for identifying a source of the content and a copy time stamp when the content source identifier is obtained, further, the user may jump from the first application program to the second application program according to the content source identifier, and record a current time stamp presented after entering the second application program, and then may determine an interval time between the current time stamp and the copy time stamp, and further determine whether the user needs to open the second application program in the second application program to the first application program according to a state of the second application program and the interval time of the second application program in the terminal device The designated page where the shared content sent by the application program is located can determine whether to open the detailed page of the shared content according to specific conditions after the second application program is called by the first application program and direct jump is realized, so that the operation is simple and efficient, and the user experience is favorably improved.
Further, in the above embodiment, the content source identifier includes the naming structure information of the uniform resource identifier, that is, when the second application is invoked by the first application, the second application can be located by the naming structure information (i.e., URI Scheme) of the uniform resource identifier of the shared content, which helps to realize accurate and efficient jumping.
Further, in the above embodiment, the preset storage area includes a clipboard of the terminal device, that is, the clipboard in the terminal device may be specifically used as a bridge for switching between the first application program and the second application program that sends the shared content to the first application program, so as to effectively implement direct jump from the first application program to a designated page in the local second application program that sends the shared content to the first application program, the operation is simple and efficient, and user experience is improved.
For example, one example of the naming structure information URI Scheme of the uniform resource identifier stored by the clipboard is: scheme:// host/pathquery; and the storage contents added with the copy time stamp copy _ time are exemplified by: scheme:// host/path & copy _ time 1497860457300.
Further, as shown in fig. 2, in the above embodiment, the step S40 may be specifically executed as the following flow steps:
step S402, setting an effective time corresponding to a state of the second application in the terminal device.
In step S404, it is determined whether the interval time is greater than or equal to the valid time, if so, step S406 is executed, otherwise, step S408 is executed.
In step S406, a home page of the second application is opened.
Step S408 is to open the designated page where the shared content is located in the second application.
In this embodiment, specifically, when it is determined whether to open the specified page where the shared content sent to the first application program in the second application program is located in the second application program according to the state of the second application program in the terminal device and the determined interval time, it may be determined according to a size relationship between the interval time and a set effective time, where the effective time corresponds to the state of the second application program in the terminal device, so that accuracy of the comparison result may be ensured, thereby ensuring accuracy of an execution result of whether to open the specified page where the shared content is located in the second application program, that is, when an interval between a time (i.e., a copy timestamp) when the first application program calls up the second application program and a time (i.e., a current timestamp) when the first application program jumps into the second application program, it indicates that the required time for the user to open the detailed page of the shared content is exceeded, and at the moment, the user only needs to enter a home page staying in the second application program, otherwise, the user directly jumps to enter a detailed page of the shared content in the second application program, and the direct jump from the first application program to a specified page in the local second application program which sends the shared content to the first application program is realized.
Further, in the above embodiment, the state of the second application in the terminal device includes: a background running state, a process closing state and a state to be installed.
It can be understood that the state of the second application in the terminal device mainly includes: the first application program can be used for calling the background running state which is easy to call, and the time length of the corresponding effective time setting can be relatively short; when the first application program is called up, the process closing state entering the running state needs to be restarted, and the time length of the corresponding effective time setting can be relatively longer; when the first application program is called, the state to be installed of the second application program needs to be carried out in the terminal equipment, namely the second application program which is not installed before the terminal equipment needs to be installed and then operated, the time length of the corresponding effective time setting can be relatively longer, and therefore the requirement that the second application program is called under different scenes is met.
The following describes in detail a page jump apparatus of an application according to an embodiment of the present disclosure with reference to fig. 3 and 4.
As shown in fig. 3, a page jump apparatus 30 for an application program of a terminal device according to an embodiment of the present disclosure includes: an acquisition module 302, a storage module 304, a processing module 306, and a determination module 308.
The obtaining module 302 is configured to obtain link information of the shared content when the first application receives the shared content sent by the second application and receives an instruction for entering the second application to view the shared content, where the link information includes a content source identifier and a copy timestamp; the storage module 304 is configured to copy and store the link information acquired by the acquisition module 302 to a preset storage area of the terminal device; the processing module 306 is configured to jump from the first application to the second application according to the content source identifier, and obtain a current timestamp of entering the second application, so as to determine an interval time between the current timestamp and the copy timestamp; the determining module 308 is configured to determine whether to open a specified page where the shared content is located in the second application according to the state of the second application in the terminal device and the interval time.
In this embodiment, when a user needs to invoke a second application program sending shared content to the user through a first application program in a terminal device and jump to the second application program to view a detailed page of the shared content, link information of the shared content may be first obtained in the first application program and copied and stored into a preset storage area of the terminal device, where the link information of the shared content mainly includes a content source identifier for identifying a source of the content and a copy time stamp when the content source identifier is obtained, further, the user may jump from the first application program to the second application program according to the content source identifier, and record a current time stamp presented after entering the second application program, and then may determine an interval time between the current time stamp and the copy time stamp, and further determine whether the user needs to open the second application program in the second application program to the first application program according to a state of the second application program and the interval time of the second application program in the terminal device The designated page where the shared content sent by the application program is located can determine whether to open the detailed page of the shared content according to specific conditions after the second application program is called by the first application program and direct jump is realized, so that the operation is simple and efficient, and the user experience is favorably improved.
The first application may specifically be a social application, and for example, the social application includes: a WeChat application, a QQ application, etc., and the second application may include other applications besides the first application itself that receives the shared content, such as a bean application, a know-you application, etc.; of course, the first application may also be other applications besides the social-type application and the second application.
Further, in the above embodiment, the content source identifier includes the naming structure information of the uniform resource identifier, that is, when the second application is invoked by the first application, the second application can be located by the naming structure information (i.e., URI Scheme) of the uniform resource identifier of the shared content, which helps to realize accurate and efficient jumping.
Further, in the above embodiment, the preset storage area includes a clipboard of the terminal device, that is, the clipboard in the terminal device can be used as a bridge for switching between the first application program and the second application program that sends the shared content to the first application program, so as to effectively implement direct jump from the first application program to a designated page in the local second application program that sends the shared content to the first application program, the operation is simple and efficient, and user experience is improved.
For example, one example of the naming structure information URI Scheme of the uniform resource identifier stored by the clipboard is: scheme:// host/pathquery; and the storage contents added with the copy time stamp copy _ time are exemplified by: scheme:// host/path & copy _ time 1497860457300.
Further, as shown in fig. 4, in the above embodiment, the determining module 308 includes: setting submodule 3082, judging submodule 3084 and control submodule 3086.
The setting submodule 3082 is configured to set an effective time corresponding to a state of the second application program in the terminal device; the judging submodule 3084 is used for judging whether the interval time is greater than or equal to the effective time; the control submodule 3086 is configured to control to open the home page of the second application program when the determination submodule 3084 determines that the home page is yes, and control to open the designated page where the shared content is located in the second application program when the determination submodule 3084 determines that the home page is not.
In this embodiment, specifically, when it is determined whether to open the specified page where the shared content sent to the first application program in the second application program is located in the second application program according to the state of the second application program in the terminal device and the determined interval time, it may be determined according to a size relationship between the interval time and a set effective time, where the effective time corresponds to the state of the second application program in the terminal device, so that accuracy of the comparison result may be ensured, thereby ensuring accuracy of an execution result of whether to open the specified page where the shared content is located in the second application program, that is, when an interval between a time (i.e., a copy timestamp) when the first application program calls up the second application program and a time (i.e., a current timestamp) when the first application program jumps into the second application program, it indicates that the required time for the user to open the detailed page of the shared content is exceeded, and at the moment, the user only needs to enter a home page staying in the second application program, otherwise, the user directly jumps to enter a detailed page of the shared content in the second application program, and the direct jump from the first application program to a specified page in the local second application program which sends the shared content to the first application program is realized.
Further, in the above embodiment, the state of the second application in the terminal device includes: a background running state, a process closing state and a state to be installed.
It can be understood that the state of the second application in the terminal device mainly includes: the first application program can be used for calling the background running state which is easy to call, and the time length of the corresponding effective time setting can be relatively short; when the first application program is called up, the process closing state entering the running state needs to be restarted, and the time length of the corresponding effective time setting can be relatively longer; when the first application program is called, the state to be installed of the second application program needs to be carried out in the terminal equipment, namely the second application program which is not installed before the terminal equipment needs to be installed and then operated, the time length of the corresponding effective time setting can be relatively longer, and therefore the requirement that the second application program is called under different scenes is met.
Further, in any of the above embodiments, the terminal device may be a mobile terminal such as a smart phone and a palm computer; and when the terminal equipment is a smart phone, the terminal equipment comprises an Android main stream type and an IOS type.
FIG. 5 shows a schematic block diagram of a computer device of an embodiment of the present disclosure.
As shown in fig. 5, the computer device 50 according to the embodiment of the present disclosure includes a memory 502, a processor 504, and a computer program stored on the memory 502 and executable on the processor 504, wherein the memory 502 and the processor 504 may be connected via a bus, and the processor 504 is configured to implement the steps of the page jump method of the application program as described in the above embodiment when executing the computer program stored in the memory 502.
The steps in the method of the embodiments of the present disclosure may be sequentially adjusted, combined, and deleted according to actual needs.
The page jump device of the application program and the units in the computer equipment in the embodiment of the disclosure can be combined, divided and deleted according to actual needs.
According to an embodiment of the present disclosure, a computer-readable storage medium is proposed, on which a computer program is stored, which, when being executed by a processor, implements the steps of the page jump method of an application program as described in the above embodiments.
Further, it is understood by those skilled in the art that all or part of the steps in the methods of the above embodiments may be implemented by instructing related hardware with a program, and the program may be stored in a computer-readable storage medium, where the storage medium includes a Read-Only Memory (ROM), a Random Access Memory (RAM), a Programmable Read-Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), a One-time Programmable Read-Only Memory (OTPROM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an optical Disc (EEPROM), a Compact Disc Read-Only Memory (CD-ROM), or other Memory Disk storage, tape storage, or any other medium readable by a computer that can be used to carry or store data.
Further, the Computer device may be a PC (Personal Computer) terminal or the like.
The technical scheme of the embodiment of the disclosure is described in detail above with reference to the accompanying drawings, and by using the clipboard in the terminal device as a bridge for switching between the first application program and the second application program sending the shared content to the first application program, direct jump from the first application program to the designated page in the local second application program sending the shared content to the first application program can be effectively realized, so that the operation is simple and efficient, and the user experience is favorably improved.
The above description is only a preferred embodiment of the present disclosure and is not intended to limit the present disclosure, and various modifications and changes may be made to the present disclosure by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the disclosed embodiments should be included in the scope of protection of the disclosed embodiments.

Claims (10)

1. A page jump method of an application program is used for terminal equipment, and is characterized in that the page jump method comprises the following steps:
when a first application program receives shared content sent by a second application program and receives an instruction for entering the second application program to view the shared content, link information of the shared content is obtained, wherein the link information comprises a content source identifier and a copy timestamp;
copying and storing the link information to a preset storage area of the terminal equipment;
skipping from the first application program to the second application program according to the content source identification, and acquiring a current timestamp entering the second application program to determine an interval time between the current timestamp and the copy timestamp;
determining whether a designated page where the shared content is located is opened in the second application program according to the state of the second application program in the terminal equipment and the interval time;
the copy timestamp is used for representing the time of obtaining the source identifier of the shared content or the time of calling the second application program by the first application program.
2. The method for page jump of application program according to claim 1, wherein the step of determining whether to open the specified page in which the shared content is located in the second application program according to the state of the second application program in the terminal device and the interval time comprises:
setting effective time corresponding to the state of the second application program in the terminal equipment;
judging whether the interval time is greater than or equal to the effective time or not;
if so, opening a home page of the second application program, otherwise, opening a specified page where the shared content is located in the second application program.
3. The page jump method of the application program according to claim 1 or 2, wherein the state of the second application program in the terminal device includes: a background running state, a process closing state and a state to be installed.
4. The page jump method of the application program according to claim 1 or 2, wherein the content source identification includes naming structure information of a uniform resource identifier; and
the preset storage area comprises a clipboard of the terminal equipment.
5. A page jump device of an application program, which is used for a terminal device, is characterized in that the page jump device comprises:
the system comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring link information of shared content when a first application program receives the shared content sent by a second application program and receives an instruction for entering the second application program to view the shared content, and the link information comprises a content source identifier and a copy timestamp;
the storage module is used for copying and storing the link information acquired by the acquisition module to a preset storage area of the terminal equipment;
the processing module is used for jumping from the first application program to the second application program according to the content source identification and acquiring a current timestamp entering the second application program so as to determine the interval time between the current timestamp and the copying timestamp;
a determining module, configured to determine whether to open a specified page where the shared content is located in the second application according to the state of the second application in the terminal device and the interval time;
the copy timestamp is used for representing the time of obtaining the source identifier of the shared content or the time of calling the second application program by the first application program.
6. The page jump apparatus of claim 5, wherein the determining module comprises:
the setting submodule is used for setting effective time corresponding to the state of the second application program in the terminal equipment;
the judging submodule is used for judging whether the interval time is greater than or equal to the effective time or not;
and the control submodule is used for controlling to open a home page of the second application program when the judgment submodule judges that the home page is yes, and controlling to open a specified page where the shared content is located in the second application program when the judgment submodule judges that the home page is not yes.
7. The page jump apparatus of the application program according to claim 5 or 6, wherein the state of the second application program in the terminal device comprises: a background running state, a process closing state and a state to be installed.
8. The page jump apparatus of the application program according to claim 5 or 6, wherein the content source identification comprises naming structure information of a uniform resource identifier; and
the preset storage area comprises a clipboard of the terminal equipment.
9. A computer device, characterized in that the computer device comprises a processor for implementing the steps of the page jump method of an application program according to any one of claims 1 to 4 when executing a computer program stored in a memory.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of a page jump method of an application program according to any one of claims 1 to 4.
CN201710581815.7A 2017-06-20 2017-07-17 Page jump method, page jump device, equipment and storage medium Active CN110020330B (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
CN201710581815.7A CN110020330B (en) 2017-07-17 2017-07-17 Page jump method, page jump device, equipment and storage medium
CN202110687941.7A CN113407323A (en) 2017-07-17 2017-07-17 Page jump method, page jump device, equipment and storage medium
CN201880035221.9A CN110678892A (en) 2017-06-20 2018-06-19 System and method for data processing related to online-to-offline services
EP18820124.8A EP3625751A4 (en) 2017-06-20 2018-06-19 Systems and methods for data processing related to online to offline service
AU2018288044A AU2018288044A1 (en) 2017-06-20 2018-06-19 Systems and methods for data processing related to online to offline service
PCT/CN2018/091757 WO2018233586A1 (en) 2017-06-20 2018-06-19 Systems and methods for data processing related to online to offline service
JP2019570004A JP2020525900A (en) 2017-06-20 2018-06-19 System and method for data processing related to online-to-offline services
US16/723,299 US11341198B2 (en) 2017-06-20 2019-12-20 Systems and methods for data processing related to an online to offline service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710581815.7A CN110020330B (en) 2017-07-17 2017-07-17 Page jump method, page jump device, equipment and storage medium

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202110687941.7A Division CN113407323A (en) 2017-07-17 2017-07-17 Page jump method, page jump device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110020330A CN110020330A (en) 2019-07-16
CN110020330B true CN110020330B (en) 2021-07-09

Family

ID=67185841

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202110687941.7A Pending CN113407323A (en) 2017-07-17 2017-07-17 Page jump method, page jump device, equipment and storage medium
CN201710581815.7A Active CN110020330B (en) 2017-06-20 2017-07-17 Page jump method, page jump device, equipment and storage medium

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202110687941.7A Pending CN113407323A (en) 2017-07-17 2017-07-17 Page jump method, page jump device, equipment and storage medium

Country Status (1)

Country Link
CN (2) CN113407323A (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110717118B (en) * 2019-09-30 2021-04-30 北京三快在线科技有限公司 Page activation method and device in application, electronic equipment and storage medium
CN111338715A (en) * 2020-02-28 2020-06-26 北京达佳互联信息技术有限公司 Page sharing method and device, electronic equipment and storage medium
CN111683146B (en) * 2020-06-08 2022-11-11 北京明略昭辉科技有限公司 Method and device for processing jump instruction and electronic equipment
CN112685662A (en) * 2020-12-09 2021-04-20 广东各有所爱信息科技有限公司 Cross-platform custom jump method

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810033A (en) * 2012-11-15 2014-05-21 腾讯科技(深圳)有限公司 Method and device for detecting starting of application program
CN105138263A (en) * 2015-08-17 2015-12-09 百度在线网络技术(北京)有限公司 Method and device for jumping to specific page in application
CN105468258A (en) * 2015-12-23 2016-04-06 珠海格力电器股份有限公司 Switching method, device and terminal of screen interfaces
CN106406931A (en) * 2016-08-25 2017-02-15 广州华多网络科技有限公司 Studio rapid starting method and device in application program, and terminal equipment
US9632901B2 (en) * 2014-09-11 2017-04-25 Mellanox Technologies, Ltd. Page resolution status reporting
CN106919636A (en) * 2016-07-04 2017-07-04 阿里巴巴集团控股有限公司 link jump method and device
CN106933871A (en) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 Short linking processing method, device and short linked server
CN106951148A (en) * 2017-05-02 2017-07-14 深圳乐信软件技术有限公司 A kind of method and apparatus for switching the page

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9824105B2 (en) * 2012-04-30 2017-11-21 Hewlett Packard Enterprise Development Lp Adaptive probabilistic indexing with skip lists
US20130326006A1 (en) * 2012-06-04 2013-12-05 Microsoft Corporation Managing large data sets through page based information tracking in multi-master environments

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810033A (en) * 2012-11-15 2014-05-21 腾讯科技(深圳)有限公司 Method and device for detecting starting of application program
US9632901B2 (en) * 2014-09-11 2017-04-25 Mellanox Technologies, Ltd. Page resolution status reporting
CN105138263A (en) * 2015-08-17 2015-12-09 百度在线网络技术(北京)有限公司 Method and device for jumping to specific page in application
CN105468258A (en) * 2015-12-23 2016-04-06 珠海格力电器股份有限公司 Switching method, device and terminal of screen interfaces
CN106933871A (en) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 Short linking processing method, device and short linked server
CN106919636A (en) * 2016-07-04 2017-07-04 阿里巴巴集团控股有限公司 link jump method and device
CN106406931A (en) * 2016-08-25 2017-02-15 广州华多网络科技有限公司 Studio rapid starting method and device in application program, and terminal equipment
CN106951148A (en) * 2017-05-02 2017-07-14 深圳乐信软件技术有限公司 A kind of method and apparatus for switching the page

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Java Web中的页面跳转;冯天文 等;《湖北第二师范学院学报》;20120831;第2012年卷(第08期);第44-47页 *

Also Published As

Publication number Publication date
CN110020330A (en) 2019-07-16
CN113407323A (en) 2021-09-17

Similar Documents

Publication Publication Date Title
US11915016B2 (en) System and method for identifying, indexing, and navigating to deep states of mobile applications
CN110020330B (en) Page jump method, page jump device, equipment and storage medium
CN108293081B (en) Deep linking of program playback to mobile application state through user interface events
US10481964B2 (en) Monitoring activity of software development kits using stack trace analysis
US9858094B2 (en) Monitoring and actuation of view controller parameters to reach deep states without manual developer intervention
CN104932972B (en) A kind of method and device of reaction state debugging utility
CN106502717B (en) Application program running method and device
CN110750437A (en) Equipment debugging method, device, equipment and system
CN110868693A (en) Application program flow control method, terminal device and storage medium
CN111177732B (en) System debugging mode control method and system and electronic equipment
CN103365672A (en) Method and system for processing description information of application program
CN111052072B (en) Installation-free application program downloading method and device
CN108874569B (en) Event response and file generation method and device and electronic equipment
CN106775790B (en) Control calling method and device
CN112214404A (en) Mobile application testing method and device, storage medium and electronic equipment
CN113282363A (en) Method and device for optimizing hybrid APP
CN115437551A (en) Data cloning method, device, storage medium and computer program product
CN110781483A (en) Control method, platform and storage medium for intelligent household control program transmission permission
EP2768206A1 (en) Download management method and device based on android browser
KR101675420B1 (en) Method for automatically transforming android os based application package to tizen os based application package for appliances
CN111432401B (en) Method and apparatus for turning on/off roaming data network for mobile terminal
CN114356448A (en) Object control method, device, equipment and medium
WO2019237804A1 (en) Method and apparatus for changing skin of application software, and system, and storage medium
CN115033826A (en) Web application route skipping method, device, equipment and medium
CN113934474A (en) Service processing method and device and electronic equipment

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

Effective date of registration: 20220301

Address after: Room 203, 2 / F, building 34, yard 8, Dongbei Wangxi Road, Haidian District, Beijing 100193

Patentee after: Beijing Qisheng Technology Co.,Ltd.

Address before: Building 34, yard 8, Dongbei Wangxi Road, Haidian District, Beijing 100193

Patentee before: BEIJING DIDI INFINITY TECHNOLOGY AND DEVELOPMENT Co.,Ltd.

Effective date of registration: 20220301

Address after: 361101 room 302E, No. 7, Fangyang West 2nd Road, Maxiang Town, Xiang'an District, Xiamen City, Fujian Province

Patentee after: Xiamen Qiwen Technology Co.,Ltd.

Address before: Room 203, 2 / F, building 34, yard 8, Dongbei Wangxi Road, Haidian District, Beijing 100193

Patentee before: Beijing Qisheng Technology Co.,Ltd.

TR01 Transfer of patent right