作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我试过这个:https://github.com/crowjdh/android-facebook-like-button-integration
但它不起作用。当用户按下我正在开发的 android 应用程序的按钮时,我搜索的东西比在我的 facebook 页面上“喜欢”更简单。谢谢
最佳答案
使用这个库:Facebook Like button for Android .有 detailed manual here .
来源:https://github.com/shamanland/facebook-like-button
Gradle 依赖:
repositories {
mavenCentral()
}
dependencies {
compile 'com.shamanland:facebook-like-button:0.1.8'
}
最简单的添加点赞按钮的方法:
<com.shamanland.facebook.likebutton.FacebookLikeButton
style="@style/Widget.FacebookLikeButton"
app:pageUrl="http://blog.shamanland.com/"
app:pageTitle="Developer's notes"
app:pageText="This is blog about Android development."
app:pagePicture="@drawable/ic_launcher"
/>
此 View 将绘制在您的布局中:
此外,还有一个带有点赞数的框。
关于android - 如何向我的 android 应用程序添加一个按钮而不是像 facebook 页面一样?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17596070/
我是一名优秀的程序员,十分优秀!