CN105490917B - Method and device for realizing sharing in application - Google Patents

Method and device for realizing sharing in application Download PDF

Info

Publication number
CN105490917B
CN105490917B CN201510799782.4A CN201510799782A CN105490917B CN 105490917 B CN105490917 B CN 105490917B CN 201510799782 A CN201510799782 A CN 201510799782A CN 105490917 B CN105490917 B CN 105490917B
Authority
CN
China
Prior art keywords
sharing
plug
application
shared
information
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
CN201510799782.4A
Other languages
Chinese (zh)
Other versions
CN105490917A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510799782.4A priority Critical patent/CN105490917B/en
Publication of CN105490917A publication Critical patent/CN105490917A/en
Application granted granted Critical
Publication of CN105490917B publication Critical patent/CN105490917B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/046Interoperability with other network applications or services
    • 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
    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1073Registration or de-registration

Abstract

The invention relates to a method for realizing sharing in application, which comprises the following steps: acquiring a request for host application to initiate sharing; detecting whether a sharing plug-in is installed; if the sharing plug-in is installed, calling up the sharing plug-in and transmitting the sharing information to the sharing plug-in; and sharing is realized according to sharing information through the sharing plug-in. By adopting the method, time and management cost can be saved. In addition, a device for realizing sharing in application is also provided.

Description

Method and device for realizing sharing in application
Technical Field
The invention relates to the technical field of intelligent terminals, in particular to a method and a device for realizing sharing in application.
Background
Many existing applications have a sharing function, and a page is usually shared in a third-party application, for example, an instant messaging application or a social application, so that a user can view the page shared by the user after logging in a friend on the instant messaging application or the social application. For example, when a user sees a piece of news on a news application and wants to share the news with friends, the news page can be shared with an instant messaging application or a social application through a sharing function of the application.
In the conventional technology, to implement sharing in an application, an SDK (Software Development Kit) for implementing a sharing function to a third-party application is used, and the application registers an application identifier (app) on an open platform of the third-party application, so that the application having the registered application identifier can access the sharing SDK. If there are multiple applications to share, each application needs to be registered once, thereby increasing time and administrative costs.
Disclosure of Invention
Therefore, it is necessary to provide a method and an apparatus for sharing in an application that can save time and management cost in view of the above technical problems.
A method of enabling sharing in an application, the method comprising:
acquiring a request for host application to initiate sharing;
detecting whether a sharing plug-in is installed;
if the sharing plug-in is installed, calling up the sharing plug-in and transmitting the sharing information to the sharing plug-in;
and sharing is realized according to sharing information through the sharing plug-in.
An apparatus for enabling sharing in an application, the apparatus comprising:
the request acquisition module is used for acquiring a request for the host application to initiate sharing;
the plug-in detection module is used for detecting whether the sharing plug-in is installed or not;
the information transmission module is used for calling up the sharing plug-in and transmitting the sharing information to the sharing plug-in if the sharing plug-in is installed;
and the sharing implementation module is used for implementing sharing according to the sharing information through the sharing plug-in.
According to the method and the device for realizing sharing in the application, the installed sharing plug-in is called after the host application initiates the sharing request, and sharing is realized through the sharing plug-in. Because the sharing plug-in can be directly started to realize sharing, the host application can realize sharing without registering on an open platform of the third-party application, and thus, the time and the management cost are saved.
Drawings
Fig. 1 is a schematic diagram of a method for implementing sharing in an application according to an embodiment of the present invention;
FIG. 2 is an internal block diagram of a terminal in one embodiment;
FIG. 3 is a flowchart illustrating a method for sharing among applications according to an embodiment;
FIG. 4 is a flowchart illustrating a method for sharing in an application according to another embodiment;
FIG. 5 is a flow diagram illustrating sharing via a sharing plug-in, according to an embodiment;
FIG. 6 is a block diagram illustrating an exemplary apparatus for sharing among applications;
fig. 7 is a block diagram of an apparatus for implementing sharing in an application according to another embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Fig. 1 illustrates a principle of a method for implementing sharing in an application according to an embodiment of the present invention, in the method for implementing sharing in an application, a host application first initiates a sharing request, and then detects whether a sharing plug-in is installed locally at a terminal, if the sharing plug-in is installed, the sharing plug-in is invoked, the host application transfers sharing information to the sharing plug-in, and after the sharing plug-in is invoked, the sharing information is shared to a third-party application, such as an instant messaging application or a social application, so as to implement sharing of the sharing information in the host application to the third-party application. In the whole process, the sharing plug-in is transparent, so that a user cannot perceive the existence of the sharing plug-in during sharing.
In an embodiment, as shown in fig. 2, an embodiment of the present invention further provides a terminal, where the terminal includes a processor, a graphics processing unit, a storage medium, a memory, a network interface, a display, and an input device, which are connected by a system bus, where the storage medium stores an operating system and a device for implementing sharing in an application, and the device for implementing sharing in an application is used to execute a method for implementing sharing in an application. The processor is used for improving the calculation and control capacity and supporting the operation of the whole terminal. The terminal comprises a graphic processing unit, a memory, a network interface and a server, wherein the graphic processing unit in the terminal is used for at least providing drawing capability for displaying an application operation interface, such as drawing an application interface, drawing a third-party application list called by a sharing plug-in and the like, the memory is used for providing an environment for the operation of a device for realizing sharing in the application in a storage medium, and the network interface is used for carrying out network communication with the server, receiving or sending data, such as sending shared content to the server after realizing sharing. The display is used for display of icons and interfaces of various applications, such as application interfaces, third party application list selection interfaces, and the like. The input device is used for inputting an operation instruction, for example, a user can input a sharing instruction through the input device. In other embodiments, the display and input device may be combined, such as a touch screen display.
As shown in fig. 3, in an embodiment, a method for implementing sharing in an application is provided, and the method is exemplified by being applied to a terminal, where the terminal includes but is not limited to various personal computers, smart phones, tablet computers, smart wearable devices, and the like, and the method specifically includes:
step 302, a sharing request initiated by a host application is obtained.
The host application is an application initiating a sharing request, and the host application includes, but is not limited to, various news applications, game applications, instant messaging applications, social applications, financial management applications, and the like. Specifically, an entrance for initiating sharing is arranged on the application interface, and a user can initiate a sharing request by clicking a preset sharing button.
Step 304, detecting whether a sharing plug-in is installed.
The sharing plug-in is registered in the third-party application in advance and has a corresponding identity. The sharing plug-in maintains the content related to sharing, including the application identification, the SDK package, the sharing selection interface and the like. Specifically, whether the sharing plug-in is installed locally at the terminal can be detected by detecting whether the package name of the sharing plug-in exists locally at the terminal, and if the preset package name exists, the fact that the sharing plug-in is installed locally is indicated.
And step 306, if the sharing plug-in is installed, calling the sharing plug-in, and transmitting the sharing information to the sharing plug-in.
In this embodiment, if the sharing plug-in is installed locally at the terminal, the host application directly invokes the sharing plug-in and transmits the sharing information to the sharing plug-in.
Taking the Android operating system as an example, in one embodiment, the sharing information can be packaged to the bundle in an intent mode, and the sharing information in the preset data format is transmitted to the sharing plug-in through the bundle. intent is used for solving communication among various components of Android application, and calling of the components can be completed through intent. The bundle is a class used for realizing data transmission in an Android operating system, and data can be transmitted to the sharing plug-in through the bundle. In this embodiment, the shared information includes all or part of a shared type shared web page link, a shared text, a shared picture link, a shared picture bitmap file (bitmap), and a shared page thumbnail bitmap file (bitmap). The information required by different types of sharing is different, and which data format is adopted to transmit the shared information can be determined according to the sharing type.
And 308, sharing is realized through the sharing plug-in according to the sharing information.
In this embodiment, the sharing plug-in implements a sharing function, and the third-party application can be invoked to implement sharing through the sharing plug-in. Because the sharing plug-in can be directly started to realize sharing, the host application can realize sharing without registering on an open platform of the third-party application, and thus, the time and the management cost are saved.
In one embodiment, after the step of detecting whether the sharing plug-in is installed, the method further includes: if the sharing plug-in is not installed, further detecting whether a local sharing plug-in SDK exists, if so, installing the sharing plug-in; otherwise, downloading the sharing plug-in SDK and installing the sharing plug-in.
As shown in fig. 4, the method for implementing sharing in an application provided in this embodiment specifically includes:
step 402, acquiring a request for host application to initiate sharing.
The host application is an application initiating a sharing request, and the host application includes, but is not limited to, various news applications, game applications, instant messaging applications, social applications, financial management applications, and the like. Specifically, an entrance for initiating sharing is arranged on the application interface, and a user can initiate a sharing request by clicking a preset sharing button.
Step 404, detecting whether a sharing plug-in is installed, if so, entering step 406, otherwise, executing step 408.
The sharing plug-in is registered in the third-party application in advance and has a corresponding identity. The sharing plug-in maintains the content related to sharing, including the application identification, the SDK package, the sharing selection interface and the like. Specifically, whether the sharing plug-in is installed locally at the terminal can be detected by detecting whether the package name of the sharing plug-in exists locally at the terminal, and if the preset package name exists, the fact that the sharing plug-in is installed locally is indicated.
And 406, invoking the sharing plug-in, and transmitting the sharing information to the sharing plug-in.
In this embodiment, if the sharing plug-in is installed locally at the terminal, the host application directly invokes the sharing plug-in and transmits the sharing information to the sharing plug-in.
Taking the Android operating system as an example, in one embodiment, the sharing information can be packaged to the bundle in an intent mode, and the sharing information in the preset data format is transmitted to the sharing plug-in through the bundle. intent is used for solving communication among various components of Android application, and calling of the components can be completed through intent. The bundle is a class used for realizing data transmission in an Android operating system, and data can be transmitted to the sharing plug-in through the bundle. In this embodiment, the shared information includes all or part of a shared type shared web page link, a shared text, a shared picture link, a shared picture bitmap file (bitmap), and a shared page thumbnail bitmap file (bitmap). The information required by different types of sharing is different, and which data format is adopted to transmit the shared information can be determined according to the sharing type.
Step 408, detecting whether a sharing plug-in SDK exists locally, if so, executing step 410, otherwise, executing step 412.
Because the sharing plug-in can be packaged with the application on the terminal, some applications installed on the terminal may carry the sharing plug-in SDK. In this embodiment, if it is detected that the installed sharing plug-in does not exist, whether the sharing plug-in SDK locally exists in the terminal is detected.
In step 410, the sharing plug-in is installed, and then step 406 is entered.
In this embodiment, if it is detected that the sharing plug-in SDK exists locally at the terminal, the sharing plug-in SDK may be used to directly install the sharing plug-in. When the sharing plug-in is required to be installed by using the sharing plug-in SDK, reminding information can be popped up to remind a user of installing the sharing plug-in, and installation is executed after an instruction for confirming installation by the user is received. And after the sharing plug-in is installed, calling the sharing plug-in so as to transmit the sharing information to the sharing plug-in.
And step 412, downloading the sharing plug-in SDK and installing the sharing plug-in, and then entering step 406.
In this embodiment, if it is detected that the sharing plug-in SDK does not exist locally at the terminal, a plug-in download request may be initiated to the server, and the sharing plug-in SDK is downloaded from the server. Before a plug-in downloading request is sent to a server, reminding information can be popped up to remind a user of needing to download and install the sharing plug-in, downloading is executed after a downloading instruction confirmed by the user is received, the sharing plug-in is automatically installed after downloading is completed, and the sharing plug-in is called up after the sharing plug-in is installed, so that sharing information is transmitted to the sharing plug-in.
And step 414, sharing is realized through the sharing plug-in according to the sharing information.
In this embodiment, if no sharing plug-in installed locally exists, the sharing plug-in can be automatically installed or automatically downloaded and installed, and the installation plug-in is automatically called up after installation, so that the sharing function is realized. If the sharing plug-in is installed locally, the user can not sense the existence of the sharing plug-in at all, and the user can be reminded only when the sharing plug-in is installed for the first time. The host application can realize sharing without registering on an open platform of the third-party application, so that the time and the management cost are saved.
In one embodiment, as shown in fig. 5, the step of implementing sharing according to the sharing information by the sharing plug-in includes:
step 502, obtaining and displaying a third-party application list through a sharing plug-in.
In this embodiment, after the sharing plug-in is invoked, the sharing information transmitted by the host application is received, and a third-party application that can be invoked is obtained, where the third-party application is an application registered by the sharing plug-in on a development platform of the sharing plug-in, and an application icon is obtained and displayed on a sharing interface.
And step 504, acquiring the third-party application selected by the user.
Specifically, the user may select the third-party application as the shared target application by clicking an application icon on the sharing interface.
And step 506, sharing the sharing information to the selected third-party application through the sharing plug-in.
In this embodiment, after the user clicks the application icon on the application interface to select the third-party application, the sharing plug-in may call the sharing SDK corresponding to the third-party application to implement the sharing function. Or the sharing plug-in calls a system method to realize the sharing function, wherein the system method is the most basic sharing method in the operating system. For example, a plurality of invoked application icons of instant messaging applications or social applications are displayed in a sharing interface, and if a user selects one social application by clicking one application icon, a sharing plug-in calls a sharing SDK corresponding to the social application, so that a page needing to be shared in a host application is shared in the social application. After the friends of the user log in the social application, the page shared by the user can be displayed through the social application interface, and the detailed content can be viewed through the provided link entering the page.
As shown in fig. 6, in an embodiment, there is further provided an apparatus for implementing sharing in an application, where the apparatus includes a request obtaining module 602, a plug-in detecting module 604, an information delivery module 606, and a sharing implementing module 608, where:
the request obtaining module 602 is configured to obtain a request for sharing initiated by a host application.
The plug-in detection module 604 is used to detect whether a sharing plug-in is installed.
The information transferring module 606 is configured to invoke the sharing plug-in and transfer the sharing information to the sharing plug-in if the sharing plug-in is installed.
The sharing implementation module 608 is configured to implement sharing according to the sharing information through the sharing plug-in.
The host application is an application that initiates a sharing request, and the host application includes, but is not limited to, various news applications, game applications, instant messaging applications, social applications, financial applications, and the like. Specifically, an entrance for initiating sharing is arranged on the application interface, and a user initiates a sharing request by clicking a preset sharing button.
The sharing plug-in is registered in the third-party application in advance and has a corresponding identity. The sharing plug-in maintains the content related to sharing, including the application identification, the SDK package, the sharing selection interface and the like. Specifically, the plug-in detection module 604 is configured to detect whether the sharing plug-in is installed locally in the terminal by detecting whether the package name of the sharing plug-in exists locally in the terminal, and if the package name of the sharing plug-in is detected to exist locally, it indicates that the sharing plug-in is installed locally.
In this embodiment, the sharing plug-in implements a sharing function, and the third-party application can be invoked to implement sharing through the sharing plug-in. Because the sharing plug-in can be directly started to realize sharing, the host application can realize sharing without registering on an open platform of the third-party application, and thus, the time and the management cost are saved.
In one embodiment, the plug-in detection module 604 is further configured to further detect whether the sharing plug-in SDK exists locally if the sharing plug-in is not installed. In this embodiment, as shown in fig. 7, the apparatus for implementing sharing in an application further includes: the plug-in installation module 605 is configured to install the sharing plug-in if the sharing plug-in SDK locally exists, and download the sharing plug-in SDK and install the sharing plug-in if the sharing plug-in SDK locally does not exist.
In this embodiment, if it is detected that the sharing plug-in SDK does not exist locally at the terminal, the plug-in installation module 605 may initiate a plug-in download request to the server, and download the sharing plug-in SDK from the server. Before a plug-in downloading request is sent to a server, reminding information can be popped up to remind a user of needing to download and install the sharing plug-in, downloading is executed after a downloading instruction confirmed by the user is received, the sharing plug-in is automatically installed after downloading is completed, and the sharing plug-in is called up after the sharing plug-in is installed, so that sharing information is transmitted to the sharing plug-in.
In one embodiment, the information delivery module 606 is configured to package the sharing information to a bundle in an intent manner, and deliver the sharing information in the preset data format to the sharing plug-in through the bundle.
Taking the Android operating system as an example, in one embodiment, the information transfer module 606 is configured to package the sharing information to a bundle in an intent manner, and transfer the sharing information in a preset data format to the sharing plug-in through the bundle.
In one embodiment, the shared information includes all or part of a shared type, a shared web page link, a shared text, a shared picture link, a shared picture bitmap file, and a shared page thumbnail bitmap file. The information required by different types of sharing is different, and which data format is adopted to transmit the shared information can be determined according to the sharing type.
In one embodiment, the sharing implementation module 608 is configured to obtain and display a third-party application list through a sharing plug-in; acquiring a third-party application selected by a user; sharing the sharing information to the selected third-party application through the sharing plug-in.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of enabling sharing in an application, the method comprising:
acquiring a request for initiating sharing by a host application, wherein the host application is any one of a plurality of applications local to a terminal, and each application in the plurality of applications has a sharing requirement aiming at a third-party application;
detecting whether a sharing plug-in is installed locally at the terminal; the sharing plug-in is registered in a development platform of the third-party application in advance;
if the sharing plug-in is installed locally on the terminal, calling the sharing plug-in through the host application, packaging sharing information to a bundle through an intent mode, and transmitting the sharing information in a preset data format to the sharing plug-in through the bundle;
receiving the sharing information transmitted by the host application through the sharing plug-in, and displaying a third-party application list, wherein the third-party application list comprises application icons corresponding to a plurality of third-party applications which are registered in a corresponding development platform in advance by the sharing plug-in;
after the application icon selected by the user from the third-party application list is acquired through the sharing plug-in, the third-party application corresponding to the selected application icon is called up, so that the sharing information is shared to the third-party application corresponding to the application icon.
2. The method of claim 1, after the step of detecting whether a sharing plug-in is installed, further comprising:
if the sharing plug-in is not installed, further detecting whether a local sharing plug-in SDK exists, if so, installing the sharing plug-in; otherwise, downloading the sharing plug-in SDK and installing the sharing plug-in.
3. The method of claim 1, wherein the shared information comprises all or part of a shared type, a shared web link, a shared text, a shared picture link, a shared picture bitmap file, and a shared page thumbnail bitmap file.
4. The method of any of claims 1 to 3, wherein the third party application is a social application.
5. An apparatus for enabling sharing in an application, the apparatus comprising:
the device comprises a request acquisition module, a sharing module and a sharing module, wherein the request acquisition module is used for acquiring a request for sharing initiated by a host application, the host application is any one of a plurality of applications local to a terminal, and each application in the plurality of applications has a sharing requirement aiming at a third-party application;
the plug-in detection module is used for detecting whether the sharing plug-in is installed locally at the terminal; the sharing plug-in is registered in a development platform of the third-party application in advance;
the information transmission module is used for calling the sharing plug-in through the host application if the sharing plug-in is locally installed in the terminal, packaging the sharing information to the bundle through the intent mode, and transmitting the sharing information in a preset data format to the sharing plug-in through the bundle;
the sharing implementation module is used for receiving the sharing information transmitted by the host application through the sharing plug-in and displaying a third-party application list, wherein the third-party application list comprises application icons corresponding to a plurality of third-party applications which are registered in a corresponding development platform in advance by the sharing plug-in; after the application icon selected by the user from the third-party application list is acquired through the sharing plug-in, the third-party application corresponding to the selected application icon is called up, so that the sharing information is shared to the third-party application corresponding to the application icon.
6. The apparatus according to claim 5, wherein the plug-in detection module is further configured to, if no sharing plug-in is installed, further detect whether there is a sharing plug-in SDK locally;
the device further comprises:
and the plug-in installation module is used for installing the sharing plug-in if the sharing plug-in SDK exists locally, and downloading the sharing plug-in SDK and installing the sharing plug-in if the sharing plug-in SDK does not exist locally.
7. The apparatus of claim 5, wherein the shared information comprises all or part of a shared type, a shared web link, a shared text, a shared picture link, a shared picture bitmap file, and a shared page thumbnail bitmap file.
8. The apparatus according to any one of claims 5 to 7, wherein the third-party application is a social application.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, is adapted to carry out a method for sharing in an application according to any one of claims 1 to 4.
10. A terminal device comprising a storage medium, a processor and a computer program stored on the storage medium and executable on the processor, the processor implementing a method for sharing in an application according to any one of claims 1 to 4 when executing the program.
CN201510799782.4A 2015-11-18 2015-11-18 Method and device for realizing sharing in application Active CN105490917B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510799782.4A CN105490917B (en) 2015-11-18 2015-11-18 Method and device for realizing sharing in application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510799782.4A CN105490917B (en) 2015-11-18 2015-11-18 Method and device for realizing sharing in application

Publications (2)

Publication Number Publication Date
CN105490917A CN105490917A (en) 2016-04-13
CN105490917B true CN105490917B (en) 2021-05-07

Family

ID=55677649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510799782.4A Active CN105490917B (en) 2015-11-18 2015-11-18 Method and device for realizing sharing in application

Country Status (1)

Country Link
CN (1) CN105490917B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107357600B (en) * 2016-05-10 2022-05-13 中兴通讯股份有限公司 Application sharing device and method
CN106027370A (en) * 2016-05-20 2016-10-12 乐视控股(北京)有限公司 Data sharing method and system, and intelligent terminal
CN106331158A (en) * 2016-09-27 2017-01-11 珠海市魅族科技有限公司 Information synchronization method and apparatus
CN107102880B (en) 2017-05-11 2018-11-23 腾讯科技(深圳)有限公司 Message treatment method, device, storage medium and computer equipment
CN107395493B (en) * 2017-08-02 2021-08-06 深圳依偎控股有限公司 Method and device for sharing message based on intention
CN110311935B (en) * 2018-03-27 2022-09-16 阿里健康信息技术有限公司 Sharing method, sharing deployment system and client
CN110471717B (en) * 2019-08-21 2022-11-11 金瓜子科技发展(北京)有限公司 Data processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888408A (en) * 2012-12-19 2014-06-25 腾讯科技(深圳)有限公司 Method for uploading data to social networking platform and device thereof
CN103997452A (en) * 2013-02-20 2014-08-20 腾讯科技(深圳)有限公司 Information sharing method and apparatus among multiple platforms
CN104462478A (en) * 2014-12-18 2015-03-25 北京奇虎科技有限公司 Mobile browser client and webpage interacting method, device and client
CN104954581A (en) * 2015-06-30 2015-09-30 上海海漾软件技术有限公司 Mobile terminal data sharing method, device and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8769558B2 (en) * 2008-02-12 2014-07-01 Sony Computer Entertainment America Llc Discovery and analytics for episodic downloaded media

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888408A (en) * 2012-12-19 2014-06-25 腾讯科技(深圳)有限公司 Method for uploading data to social networking platform and device thereof
CN103997452A (en) * 2013-02-20 2014-08-20 腾讯科技(深圳)有限公司 Information sharing method and apparatus among multiple platforms
CN104462478A (en) * 2014-12-18 2015-03-25 北京奇虎科技有限公司 Mobile browser client and webpage interacting method, device and client
CN104954581A (en) * 2015-06-30 2015-09-30 上海海漾软件技术有限公司 Mobile terminal data sharing method, device and system

Also Published As

Publication number Publication date
CN105490917A (en) 2016-04-13

Similar Documents

Publication Publication Date Title
CN105490917B (en) Method and device for realizing sharing in application
US11921996B2 (en) Information processing terminal and control method
CN106534277B (en) Data sharing method and device
KR102107708B1 (en) Automatic application updates
US10070317B2 (en) Method and apparatus of notifying of smishing
US11144195B2 (en) Fast data copying method and electronic device
CN111756917B (en) Information interaction method, electronic device and computer readable medium
CN107104874B (en) Resource sharing method, device, terminal and computer readable storage medium
US20150269164A1 (en) Electronic device and contact display method therefor
EP2696603A2 (en) Apparatus and method for communicating data in mobile device having near field communication module
JP5801518B2 (en) Information transmission method, apparatus, system, and terminal
CN108924036B (en) Method and equipment for allocating resources and drawing resources
CN114726947B (en) Message display method, device, user terminal and readable storage medium
CN110007936B (en) Data processing method and device
CN106605231B (en) Account's control
CN107920383B (en) Wireless hotspot connection method, mobile terminal and computer-readable storage medium
US20190172263A1 (en) Method and apparatus for augmenting reality
EP4351117A1 (en) Information display method and apparatus, and electronic device
CN109840113B (en) Application data processing method and equipment, storage medium and terminal thereof
CN112306592A (en) Message processing method and device, storage medium and electronic device
CN109600738A (en) Updating method of user information, device, equipment and storage medium
EP3285542B1 (en) Service processing method and terminal
KR20130124142A (en) Supplementary services execution apparatus for providing supplementary services included in user terminal
CN104244225B (en) A kind of mobile application distributing rationally in acquisition process
CN105791568B (en) Information processing method and terminal thereof

Legal Events

Date Code Title Description
C06 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