简体   繁体   English

Android共享而未安装应用程序(例如Facebook)

[英]Android sharing without having app (e.g., Facebook) installed

I want to share something via LinkedIn, Facebeook, Twitter, and email apps. 我想通过LinkedIn,Facebeook,Twitter和电子邮件应用程序共享某些内容。 If the user does not have these apps installed, I want to open the sharing service in a browser. 如果用户没有安装这些应用程序,那么我想在浏览器中打开共享服务。 To do this, can I stick to the Android SDK? 为此,我可以坚持使用Android SDK吗? If so, how would I implement the case in which the user doesn't have the app installed? 如果是这样,我将如何实现用户未安装应用的情况?

You can do that simply by using the SDK of the relevant social media system. 您只需使用相关社交媒体系统的SDK即可做到这一点。

In the case of Facebook, you would need to package the Facebook SDK into your App and use it directly, as opposed to sending an Intent to the Facebook App. 对于Facebook,您需要将Facebook SDK打包到您的App中并直接使用它,而不是将Intent发送到Facebook App。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为Android应用创建标题屏幕? 例如,当应用程序像Facebook一样加载时 - How do you create a title screen for an android app? E.g. When the app is loading like Facebook 在未安装本机应用程序的情况下在Facebook上共享 - Sharing on facebook without the native app installed 外部(例如脸书)联系人在android上的照片 - external (e.g. facebook) contact photo on android 是否有可能知道Android应用程序的来源(例如Google Play)? - Is it possible to know the source(e.g. Google Play) of Android app? 我如何知道是否安装了任何导航应用程序(例如 Google 地图、Yandex Navigator 等)? - How do I know If any navigation app (e.g. Google Maps, Yandex Navigator, etc) is installed? 从图库中获取图片以保存在我的应用程序中作为个人资料图片 - 例如,在电话簿中联系图片 - Having pic from gallery to save in my app as a profile pic - E.g. Contact picture in Phonebook 接收数据而不发送请求,例如,事件发生时通知应用 - Receive data without sending request, e.g. notifying the app when events occured android - 我们可以在没有物理罗盘的情况下获得指南针方向(例如使用2个GPS点吗?) - android - Can we get the compass direction without a physical compass (e.g. using 2 GPS points ? ) Android:从TabHost继承,例如使用不带Activity的TabHost - Android: Inherit from TabHost, e.g. using TabHost without Activity 在我的android应用中放置和检索一些文件(例如图像) - Place & retrieve some files (e.g. images) in my android app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM