CN109871198B - Application interaction demand adaptation method and device - Google Patents

Application interaction demand adaptation method and device Download PDF

Info

Publication number
CN109871198B
CN109871198B CN201910100346.1A CN201910100346A CN109871198B CN 109871198 B CN109871198 B CN 109871198B CN 201910100346 A CN201910100346 A CN 201910100346A CN 109871198 B CN109871198 B CN 109871198B
Authority
CN
China
Prior art keywords
application
application program
application interaction
interaction
requirement
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
CN201910100346.1A
Other languages
Chinese (zh)
Other versions
CN109871198A (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.)
Shanghai Xiaoi Robot Technology Co Ltd
Original Assignee
Shanghai Xiaoi Robot 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 Shanghai Xiaoi Robot Technology Co Ltd filed Critical Shanghai Xiaoi Robot Technology Co Ltd
Priority to CN201910100346.1A priority Critical patent/CN109871198B/en
Publication of CN109871198A publication Critical patent/CN109871198A/en
Application granted granted Critical
Publication of CN109871198B publication Critical patent/CN109871198B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides an application interaction demand adapting method, which specifically comprises the following steps: the H5 page acquires application interaction requirements; judging the application program of the H5 page; determining a corresponding interface according to the application program, and sending the application interaction requirement to the application program through the interface; the application program executes the application interaction requirement. The invention also provides an application interaction demand adapting device, which can realize the application interaction demand adapting method. The invention can realize the application interaction requirements of different application ends embedded in the H5 page, can reduce the development cost of a plurality of schemes which are originally needed to be provided, can also butt joint different application interaction services according to the requirements, improves the processing efficiency, optimizes the development resources and can effectively reduce the workload of developers.

Description

Application interaction demand adaptation method and device
Technical Field
The invention relates to the technical field of application software, in particular to an application interaction demand adapting method and device.
Background
At present, mobile-end applications in the market have strong demands, but different versions are often required to be developed for different applications for the same application service. For example, there is a difference between the way in which the recording function is handled in the WeChat and in other applications. Even on a general application program side, different operating systems (such as android or IOS) are often required to be adapted. As a result, developers are required to develop many versions when developing application services, which is complicated and cumbersome.
With the occurrence of the H5 page technology, a software developer can simultaneously support the application requirements of the WeChat and the general application programs by developing the H5 page, but because the way of implementing the WeChat and the other application programs is different, in actual development, the general method still needs to divide three branches for the application requirements, namely, a WeChat end, an android application program end and an IOS application program end, which still wastes time and labor.
Disclosure of Invention
In order to solve the above problems, the present invention provides an application interaction requirement adapting method, which can adapt to different application programs and operating systems through a set of schemes. The specific scheme is as follows:
an application interaction demand adapting method comprises the following steps:
the H5 page acquires application interaction requirements;
judging the application program of the H5 page;
determining a corresponding interface according to the application program, and sending the application interaction requirement to the application program through the interface;
the application program executes the application interaction requirements.
Optionally, after determining the application program where the H5 page is located and before sending the application interaction requirement to the application program through the interface, the method further includes:
judging whether the application program has the authority of the application interaction requirement;
if yes, carrying out the next step; and if not, inquiring whether the user opens the authority, if so, carrying out the next step, and if not, ending the operation.
Optionally, after the application program executes the application interaction requirement, the method further includes the steps of:
the H5 page acquires application interaction ending requirements;
sending the application interaction ending requirement to the application program through the interface;
the application program ends the application interaction requirement.
Optionally, after the application program finishes the application interaction requirement, the method further includes the steps of:
the application program generates an application interaction file;
sending the application interaction file to the rear end of the H5 page;
the back end of the H5 page calls third-party processing software to process the interactive file;
and the rear end of the H5 page acquires a processing result and sends the processing result to the application program.
Optionally, after the H5 page sends the processing result to the application program, the method further includes the steps of:
the application program returns the processing result to the H5 page;
and the H5 page displays the processing result.
Optionally, the application interaction requirement is a recording requirement, the application interaction file is a recording file, and the third-party processing software processes the interaction file and includes one or more of voice recognition, semantic recognition, voice transcription, voice feature modification, voice interception and voice synthesis.
Optionally, the determining the corresponding interface according to the application program includes:
if the application program is WeChat, determining that the interface is a JS-sdk interface;
if the application program is not WeChat and is of a version under the android system, determining that the interface is a Javascript interface;
and if the application program is not WeChat and is the version under the iOS system, determining that the interface is the JSbridge interface.
The invention also provides an application interaction demand adapting device, which comprises a demand acquisition module, an application program judgment module, an interface determination module, a transmission module and a demand execution module, wherein:
the requirement acquisition module is used for acquiring application interaction requirements through an H5 page;
the application program judging module is used for judging the application program of the H5 page;
the interface determining module is used for determining a corresponding interface according to the application program;
the transmission module is used for sending the application interaction requirement to the application program through the interface;
the requirement execution module is used for commanding the application program to execute the application interaction requirement.
In addition, the invention also provides an application interaction requirement adapting system, which comprises the application interaction requirement adapting device and at least two application interaction processing modules, wherein:
the application interaction demand adapting device can generate an application interaction file and call a corresponding preset application interaction processing module to process the application interaction file according to needs.
The invention also provides a storage medium, on which computer instructions are stored, which when executed can perform any one of the above steps of adapting the application interaction requirements. The invention further provides an electronic device, which comprises a memory and a processor, wherein the memory stores computer instructions capable of running on the processor, and the processor can execute any step of the application interaction demand adapting method when running the computer instructions.
According to the scheme, the application interaction requirements of the embedded WeChat end, the android APP end and the IOS APP end in the H5 page are met, on one hand, the development cost of multiple schemes needing to be provided originally can be reduced, on the other hand, different application interaction services can be connected according to needs, the processing efficiency is improved, the development resources are optimized, and the workload of developers can be effectively reduced.
Drawings
The above and other objects, features and advantages of the present application will become more apparent by describing in more detail embodiments of the present application with reference to the attached drawings. The accompanying drawings are included to provide a further understanding of the embodiments of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the principles of the application. In the drawings, like reference numbers generally represent like parts or steps.
FIG. 1 is a flowchart illustrating an application interaction requirement adapting method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an application interaction requirement adaptation method according to another embodiment of the present invention;
FIG. 3 is a flowchart illustrating an application interaction requirement adapting method according to another embodiment of the present invention;
FIG. 4 is a flowchart illustrating an application interaction requirement adapting method according to another embodiment of the present invention;
FIG. 5 is a flowchart illustrating an application interaction requirement adapting method according to another embodiment of the present invention;
FIG. 6 is a schematic structural diagram of an application interaction requirement adapting device according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
In an embodiment of the present invention, as shown in fig. 1, there is provided an application interaction requirement adapting method, including the following steps:
step S100: the H5 page obtains application interaction requirements;
step S200: judging the application program of the H5 page;
step S300: determining a corresponding interface according to the application program, and sending the application interaction requirement to the application program through the interface;
step S400: the application program executes the application interaction requirement.
Firstly, a user initiates an application interaction requirement in an opened H5 page, and after the requirement acquisition is completed, the application program where the H5 page is located is judged first, for example, whether the H5 page is opened in WeChat or in other application programs is judged, because different application programs usually have different interfaces and processing modes, an interface corresponding to the application program is determined according to a judgment result, and then the application interaction requirement is sent to the application program by the H5 page. After receiving the application interaction requirement, the application program executes the interaction requirement.
Preferably, in an optional implementation manner of this embodiment, the determining, according to the application program, a corresponding interface includes:
if the application program is WeChat, determining that the interface is a JS-sdk interface;
if the application program is not WeChat and is of a version under the android system, determining that the interface is a Javascript interface;
and if the application program is not WeChat and is the version under the iOS system, determining that the interface is the JSbridge interface.
Therefore, developers do not need to write a plurality of versions according to the interface requirements of the H5 page in different application programs, and meaningless repeated labor is generated directly according to the judgment result.
For example, a user initiates an application interaction request through the H5 interface: recording, wherein the H5 interface needs to judge which application program is currently in, if the application program is in the WeChat, the JS-sdk interface is called, the application interaction request is sent to the WeChat client, and the WeChat client starts a 'recording' function to receive the voice input of the user.
In an optional implementation manner of this embodiment, as shown in fig. 2, between step S200 and step S300, the method further includes the steps of:
step S510: judging whether the application program has the authority of the application interaction requirement;
if yes, go to step S300; if not, go to step S520: inquiring whether the user opens the authority, if yes, performing step S300, and if not, ending.
The native application installed in the operating system of the mobile device does not necessarily have the authority of the relevant application interaction requirement, and at this time, it is necessary to determine whether the application where the H5 page is located has the authority of executing the application interaction requirement, for example, when it is determined that the H5 page is located at a WeChat end and the application interaction requirement is "recording", it is necessary to first determine whether the WeChat has the authority of starting a system recording function, if the H5 page has the authority, the next step may be performed, a corresponding interface is determined, and then the application interaction requirement is sent to the WeChat through the interface; if the user does not open the recording permission of the WeChat, the user needs to be inquired whether to open the recording permission of the WeChat, preferably, the user can be inquired in the forms of a popup window, a dialog box, voice and the like, if the user selects to open, the user can jump to a system setting interface to wait for the user to open the recording permission of the WeChat, then the next step is continued, if the user does not want to open the permission, the normal flow cannot be continued, the user can be informed that the recording cannot be carried out, or the initial state of an H5 page is returned.
In an optional implementation manner of this embodiment, as shown in fig. 3, after step S400, the method further includes the steps of:
step S600: the H5 page acquires application interaction ending requirements;
step S700: sending the application interaction ending requirement to the application program through the interface;
step S800: the application program ends the application interaction requirement.
That is, similar to the flow of acquiring and executing the application interaction requirement, the stopping of the application interaction requirement may be realized through the H5 page as well. For example, when the application interaction request is "recording", according to the steps of steps S100 to S400, the user initiates a recording request through the H5 page and starts recording, when the user considers that the recording content is already completed and prepares to stop recording, the user may also initiate a recording end request from the H5 page, and select to end recording on the H5 page, and then send the recording end request to the application program where the H5 page is located through the interface determined in step S300, and after receiving the recording end request, the application program may close the recording function and end recording.
In an alternative embodiment of the present invention, as shown in fig. 4, after step S800, the method further includes the steps of:
step S910: the application program generates an application interaction file;
step S920: sending the application interaction file to the rear end of the H5 page;
step S930: the back end of the H5 page calls third-party processing software to process the interactive file;
step S940: and the rear end of the H5 page acquires a processing result and sends the processing result to the application program.
In this embodiment, after the application program finishes executing the application interaction requirement, the application interaction file may be generated according to a difference of the interaction requirements, for example, a sound recording file may be generated when the application interaction requirement is a sound recording. After the application interaction file is generated, the application program sends the application interaction file to the rear end of the H5 page, the processing software of a third party is called through the rear end of the H5 page, corresponding processing can be carried out on the application interaction file, and after the processing is completed, the rear end of the H5 page calls a processing result from the processing software of the third party and sends the processing result to the application program as feedback.
Preferably, when the application interaction requirement is a recording requirement, the application interaction file is a recording file, and the third-party processing software processes the interaction file, including one or more of voice recognition, semantic recognition, voice transcription, voice feature modification, voice interception, or voice synthesis. For example, after the user finishes recording, the application program generates a recording file for response, and then the recording file can be sent to the third-party software through the back end of the H5 page for processing, for example, voice transcription character processing is performed, and the character information obtained by transcription is fed back to the application program through the back end of the H5 page.
In an alternative embodiment, as shown in fig. 5, after step S940, the method further includes the steps of:
step S950: the application program returns the processing result to the H5 page;
step S960: and the H5 page displays the processing result.
For example, the application program sends the transcription text result of the sound recording file to the H5 page, and the H5 page displays the processing result. Therefore, the H5 page is not only the initiator of the application interaction requirement, but also can initiate a requirement ending instruction, call third-party processing software, and display the application interaction processing result.
The present invention further provides an application interaction requirement adapting apparatus, as shown in fig. 6, including a requirement obtaining module 10, an application program judging module 20, an interface determining module 30, a transmission module 40 and a requirement executing module 50, wherein the requirement obtaining module 10, the application program judging module 20, the interface determining module 30, the transmission module 40 and the requirement executing module 50 are included in the apparatus, and the application interaction requirement adapting apparatus includes a first module, a second module
The requirement acquisition module 10 is configured to acquire an application interaction requirement through an H5 page;
the application program judging module 20 is configured to judge an application program where the H5 page is located;
the interface determining module 30 is configured to determine a corresponding interface according to the application program;
the transmission module 40 is configured to send the application interaction requirement to the application program through the interface;
the requirement execution module 50 is used for commanding the application program to execute the application interaction requirement.
The requirement obtaining module 10, the interface determining module 30 and the requirement executing module 50 are respectively connected to the transmission module 40, and the application determining module 20 is connected to the interface determining module 30. When the requirement obtaining module 10 obtains an application interaction requirement initiated by a user from an H5 page, the application determining module 20 determines an application program where the H5 page is located, and sends a determination result, that is, the type of the application program, to the interface determining module 30, where the interface determining module 30 selects a corresponding interface according to the difference of the application programs, for example:
if the application program is WeChat, determining that the interface is a JS-sdk interface;
if the application program is not WeChat and is of a version under the android system, determining that the interface is a Javascript interface;
and if the application program is not WeChat and is the version under the iOS system, determining that the interface is the JSbridge interface.
After determining the interface, the interface determining module 30 allocates an interface to the transmission module 40 according to the determined interface, the requirement obtaining module 10 sends the obtained application interaction requirement to the application program through the determined interface by the transmission module 40, and the requirement executing module 50 can command the application program to execute the application interaction requirement after receiving the application interaction requirement.
In an optional embodiment, the application interaction requirement adapting apparatus further includes an authority determining module 60, connected to the application program determining module 20 and the interface determining module 30, for determining whether the application program has the authority of the application interaction requirement; if yes, the next step is carried out; and if not, inquiring whether the user opens the authority, if so, carrying out the next step, and if not, ending.
In an optional embodiment, the application interaction requirement adapting apparatus further includes a file generating module 70, a software calling module 80, and a result obtaining module 90, where:
the file generating module 70 is configured to enable the application program to generate an application interaction file; the generated application interaction file is sent to the rear end of the H5 page through a transmission module 40; the software calling module 80 is configured to call third-party processing software to process the interactive file at the back end of the H5 page; the result obtaining module 90 is configured to enable the back end of the H5 page to obtain a processing result, and send the processing result to the application program through the transmission module 40.
Preferably, when the application interaction requirement is a recording requirement and the application interaction file is a recording file, the third-party processing software processes the interaction file, wherein the processing includes one or more of voice recognition, semantic recognition, voice transcription, voice feature modification, voice interception and voice synthesis.
In an optional implementation manner, the application interaction requirement adapting apparatus further includes a display module 100, where the application program returns the acquired processing result to the H5 page through the transmission module 40; the display module 100 is configured to enable the H5 page to display the processing result.
In an embodiment of the present invention, an application interaction requirement adapting system is further provided, including any one of the above-mentioned application interaction requirement adapting apparatuses, and at least two application interaction processing modules. The application interaction demand adapting device can generate an application interaction file and call a corresponding preset application interaction processing module to process the application interaction file according to needs.
Due to the differences of the application programs and the operating systems, different processing software is usually selected when processing the application interaction file. In this embodiment, the application interaction requirement adapting apparatus may select a corresponding application interaction processing module according to an actual requirement.
It should be noted that the application interaction requirement adapting apparatus according to the embodiment of the present application may be integrated into the electronic device as a software module and/or a hardware module, in other words, the electronic device may include the application interaction requirement adapting apparatus. For example, the application interaction requirement adapting means may be a software module in the operating system of the electronic device, or may be an application program developed for it; of course, the application interaction requirement adapting means may also be one of a plurality of hardware modules of the electronic device.
In another embodiment of the present application, the application interaction requirement adapting device and the electronic device may also be separate devices (e.g., a server), and the application interaction requirement adapting device may be connected to the electronic device through a wired and/or wireless network and transmit the interaction information according to an agreed data format.
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application. As shown in fig. 7, the electronic device 110 includes: one or more processors 111 and memory 112; and computer program instructions stored in the memory 112, which, when executed by the processor 111, cause the processor 111 to perform the application interaction requirement adaptation method of any of the embodiments described above.
The processor 111 may be a Central Processing Unit (CPU) or other form of processing unit having data processing capabilities and/or instruction execution capabilities, and may control other components in the electronic device to perform desired functions.
Memory 112 may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM), cache memory (cache), and/or the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, etc. One or more computer program instructions may be stored on the computer-readable storage medium, and executed by the processor 111 to implement the steps in the application interaction requirement adaptation method of the various embodiments of the present application described above and/or other desired functions. Information such as light intensity, compensation light intensity, position of the filter, etc. may also be stored in the computer readable storage medium.
In one example, the electronic device 110 may further include: an input device 113 and an output device 114, which are interconnected by a bus system and/or other form of connection mechanism (not shown in fig. 7).
The output device 114 may output various information to the outside, and may include, for example, a display, speakers, a printer, and a communication network and its connected remote output devices, among others.
Of course, for simplicity, only some of the components of the electronic device relevant to the present application are shown in fig. 7, and components such as buses, input devices/output interfaces, and the like are omitted. In addition, the electronic device may include any other suitable components, depending on the particular application.
In addition to the above method and apparatus, embodiments of the present application may also be a computer program product comprising computer program instructions which, when executed by a processor, cause the processor to perform the steps of the application interaction requirement adaptation method according to any of the above embodiments.
The computer program product may write program code for carrying out operations for embodiments of the present application in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server.
Furthermore, embodiments of the present application may also be a computer-readable storage medium having stored thereon computer program instructions, which, when executed by a processor, cause the processor to perform the steps in the application interaction requirement adaptation method according to various embodiments of the present application described in the above application interaction requirement adaptation method section of the present specification.
The computer readable storage medium may take any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may include, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
It should be noted that in the apparatus and devices of the present application, the components may be disassembled and/or reassembled. These decompositions and/or recombinations are to be considered as equivalents of the present application.
The previous description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present application. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the application. Thus, the present application is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The foregoing description has been presented for purposes of illustration and description. Furthermore, the description is not intended to limit embodiments of the application to the form disclosed herein. While a number of example aspects and embodiments have been discussed above, those of skill in the art will recognize certain variations, modifications, alterations, additions and sub-combinations thereof.

Claims (9)

1. An application interaction demand adaptation method is characterized by comprising the following steps:
the H5 page obtains application interaction requirements;
judging the application program of the H5 page;
judging whether the application program has the authority of the application interaction requirement;
if so, determining a corresponding interface according to the application program, and sending the application interaction requirement to the application program through the interface;
the application program executes the application interaction requirement;
the H5 page acquires application interaction ending requirements;
sending the application interaction ending requirement to the application program through the interface;
the application program finishes the application interaction requirement;
the application program generates an application interaction file;
sending the application interaction file to the rear end of the H5 page;
the rear end of the H5 page calls third-party processing software to process the application interaction file;
and the rear end of the H5 page acquires a processing result and sends the processing result to the application program.
2. The method for adapting application interaction requirements according to claim 1, wherein after determining the application program in which the H5 page is located and before sending the application interaction requirements to the application program through the interface, the method further comprises the steps of:
judging whether the application program has the authority of the application interaction requirement;
and if not, inquiring whether the user opens the authority, if so, carrying out the next step, and if not, ending the operation.
3. The method for adapting application interaction requirements of claim 1, wherein after the H5 page sends the processing result to the application program, further comprising the steps of:
the application program returns the processing result to the H5 page;
and the H5 page displays the processing result.
4. The method according to claim 1, wherein the application interaction requirement is a recording requirement, the application interaction file is a recording file, and the third-party processing software processes the interaction file by one or more of speech recognition, semantic recognition, speech transcription, speech feature modification, speech interception, and speech synthesis.
5. The method of claim 1, wherein the determining the corresponding interface according to the application program comprises:
if the application program is WeChat, determining that the interface is a JS-sdk interface;
if the application program is not WeChat and is of a version under the android system, determining that the interface is a Javascript interface;
and if the application program is not WeChat and is the version under the iOS system, determining that the interface is the JSbridge interface.
6. An application interaction demand adapting device is characterized by comprising a demand obtaining module, an application program judging module, an interface determining module, a transmission module and a demand execution module, wherein:
the requirement acquisition module is used for acquiring application interaction requirements through an H5 page;
the application program judging module is used for judging the application program of the H5 page; judging whether the application program has the authority of the application interaction requirement;
the interface determining module is used for determining a corresponding interface according to the application program when the application program has the authority of the application interaction requirement;
the transmission module is used for sending the application interaction requirement to the application program through the interface;
the requirement execution module is used for commanding the application program to execute the application interaction requirement; the H5 page acquires application interaction ending requirements; sending the application interaction ending requirement to the application program through the interface; the application program finishes the application interaction requirement; the application program generates an application interaction file; sending the application interaction file to the rear end of the H5 page; the rear end of the H5 page calls third-party processing software to process the application interaction file; and the rear end of the H5 page acquires a processing result and sends the processing result to the application program.
7. An application interaction requirement adapting system, comprising an application interaction requirement adapting device according to claim 6, and at least two application interaction processing modules, wherein:
the application interaction demand adapting device can generate an application interaction file and call a corresponding preset application interaction processing module to process the application interaction file according to needs.
8. A storage medium having stored thereon computer instructions, wherein said computer instructions when executed perform the steps of the method of any of claims 1 to 5.
9. An electronic device comprising a memory and a processor, the memory having stored thereon computer instructions executable on the processor, wherein the processor, when executing the computer instructions, performs the steps of the method of any of claims 1 to 5.
CN201910100346.1A 2019-01-31 2019-01-31 Application interaction demand adaptation method and device Active CN109871198B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910100346.1A CN109871198B (en) 2019-01-31 2019-01-31 Application interaction demand adaptation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910100346.1A CN109871198B (en) 2019-01-31 2019-01-31 Application interaction demand adaptation method and device

Publications (2)

Publication Number Publication Date
CN109871198A CN109871198A (en) 2019-06-11
CN109871198B true CN109871198B (en) 2022-10-25

Family

ID=66918442

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910100346.1A Active CN109871198B (en) 2019-01-31 2019-01-31 Application interaction demand adaptation method and device

Country Status (1)

Country Link
CN (1) CN109871198B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112579190A (en) * 2019-09-30 2021-03-30 北京国双科技有限公司 Webpage embedded application interaction method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106210017A (en) * 2016-07-05 2016-12-07 Tcl集团股份有限公司 A kind of smart machine control method based on wechat platform and system thereof
CN106970790A (en) * 2017-03-09 2017-07-21 腾讯科技(深圳)有限公司 Method, relevant device and system that a kind of application program is created
CN107562548A (en) * 2017-08-04 2018-01-09 北京趣拿软件科技有限公司 The method and apparatus for transmitting data
CN107908426A (en) * 2017-12-21 2018-04-13 江苏国泰新点软件有限公司 Design method, device, mobile terminal and the storage medium of cross-platform program
CN108494661A (en) * 2018-02-27 2018-09-04 北京安云世纪科技有限公司 The processing method of sharing information, device and mobile terminal in circle of friends
CN108600331A (en) * 2018-04-02 2018-09-28 北京大米科技有限公司 Interactive interface rendering method, client, terminal and system
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8694925B1 (en) * 2005-10-05 2014-04-08 Google Inc. Generating customized graphical user interfaces for mobile processing devices
KR101962774B1 (en) * 2015-03-31 2019-07-31 후아웨이 테크놀러지 컴퍼니 리미티드 Method and apparatus for processing new messages associated with an application
CN106126420B (en) * 2016-06-21 2018-12-18 北京小米移动软件有限公司 Application program adjustment method and device
CN106708557B (en) * 2016-07-29 2020-04-03 腾讯科技(深圳)有限公司 Update processing method and device for terminal application
CN108170414A (en) * 2017-12-12 2018-06-15 广东广业开元科技有限公司 A kind of establishment can voice, collaboration and the artificial intelligence of analysis accounting system method
CN108595234A (en) * 2018-03-13 2018-09-28 阿里巴巴集团控股有限公司 Five application page switching method, device and equipment
CN108769360A (en) * 2018-03-30 2018-11-06 珠海市魅族科技有限公司 Method for controlling mobile terminal, mobile terminal and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106210017A (en) * 2016-07-05 2016-12-07 Tcl集团股份有限公司 A kind of smart machine control method based on wechat platform and system thereof
CN106970790A (en) * 2017-03-09 2017-07-21 腾讯科技(深圳)有限公司 Method, relevant device and system that a kind of application program is created
CN107562548A (en) * 2017-08-04 2018-01-09 北京趣拿软件科技有限公司 The method and apparatus for transmitting data
CN107908426A (en) * 2017-12-21 2018-04-13 江苏国泰新点软件有限公司 Design method, device, mobile terminal and the storage medium of cross-platform program
CN108494661A (en) * 2018-02-27 2018-09-04 北京安云世纪科技有限公司 The processing method of sharing information, device and mobile terminal in circle of friends
CN108600331A (en) * 2018-04-02 2018-09-28 北京大米科技有限公司 Interactive interface rendering method, client, terminal and system
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
微信JS-SDK说明文档;bjash;《https://blog.csdn.net/bjash/article/details/43194067》;20150127;第4-8页 *

Also Published As

Publication number Publication date
CN109871198A (en) 2019-06-11

Similar Documents

Publication Publication Date Title
US11172082B2 (en) Information processing apparatus, information processing system, and information processing method
KR20080040699A (en) Selective confirmation for execution of a voice activated user interface
US20150341518A1 (en) Image processing apparatus, control method thereof, and storage medium storing a program
US9736310B2 (en) Adjustable interactive voice response system
CN107844821B (en) Smart card, control method thereof, and computer-readable storage medium
US11140284B2 (en) Image forming system equipped with interactive agent function, method of controlling same, and storage medium
JP7456529B2 (en) Support programs, information processing devices, and printing methods
US11327727B2 (en) Systems and methods for integrating modules into a software application
JP2015176235A (en) Automatic installation system and method, information processor, image formation device and program
CN109871198B (en) Application interaction demand adaptation method and device
CN112863512A (en) Voice interaction call processing method and device, terminal equipment and storage medium
US11301227B2 (en) Server apparatus, information processing apparatus, and control method for installing application
US10997963B1 (en) Voice based interaction based on context-based directives
CN110704025A (en) Method and device for generating coding specification tool, storage medium and electronic equipment
CN111225115B (en) Information providing method and device
CN107239265B (en) Binding method and device of Java function and C function
CN112367348A (en) Data acquisition method, device, equipment and medium
CN112491940A (en) Request forwarding method and device of proxy server, storage medium and electronic equipment
CN110659062B (en) Front-end scaffold configuration method and device, readable storage medium and electronic equipment
US10484569B2 (en) Information processing apparatus, recording medium, and control method for displaying information by a browser
CN113342553A (en) Data acquisition method and device, electronic equipment and storage medium
CN106874030B (en) Method and device for analyzing and optimizing instructions in application under robot operating system environment
US10412251B2 (en) Image processing apparatus for debugging a hardware emulation process
KR20200027423A (en) Image forming system equipped with interactive agent function, method of controlling same, and storage medium
CN113422791A (en) Cloud service configuration method and device, electronic equipment and computer-readable storage medium

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