Android明明可以直接分享,为什么还要用微信开放平台、微博开放平台的sdk?
PHPz
PHPz 2017-04-17 17:18:53
0
2
810

直接使用Android系统自带的shareIntent不就可以实现分享到微信、微博、qq的功能了。为什么还要用微信sdk、微博sdk这些东西?这些sdk有什么特殊的功能?

PHPz
PHPz

学习是最好的投资!

reply all(2)
Ty80

Built-in sharing, such as A sending specified information to B.
After WeChat SDK and Weibo SDK are shared, A sends C’s information to B, and there will be platform information, such as where it comes from, etc.
In addition, the WeChat open platform has login and other platform functions in addition to sharing. Weak sharing can use the system's built-in sharing. If sharing is important to your application, accessing the SDK is the best experience.

小葫芦

The answer upstairs is very good. Weak sharing can only simply share text content, while the content that can be shared by the SDK can be interacted with by advanced ones, such as the current warm QR code login, and the interaction between official accounts and APPs.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template