相关疑难解决方法(0)

如何在Android应用程序中添加Facebook Share按钮

我是android的初学者.我想在我的android应用程序中添加自己的按钮.我在2.2中创建应用程序.请帮助我使用此代码

Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
emailIntent.setType("text/plain"); 
emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT,getResources().getStri??ng(R.string.title_activity_android_face_book_share));
emailIntent.putExtra(android??.content.Intent.EXTRA_TEXT,getResources().getString(R.string.title_activity_android_face_book_share));  
startActivity(emailIntent); 
Run Code Online (Sandbox Code Playgroud)

我使用以下链接也是Android中社交分享的最佳方式

android facebook

9
推荐指数
1
解决办法
2万
查看次数

移动社交分享

在网站上,可以使用像addthis这样的社交共享javascript库,以便向用户提出共享按钮,而无需从头开始编程.

你知道任何库直接在android应用程序中做同样的事情吗?

android social-networking

4
推荐指数
1
解决办法
4296
查看次数

标签 统计

android ×2

facebook ×1

social-networking ×1