2

我想在 Android 应用程序中添加一个“在 G+ 上关注我们”按钮来关注我的页面,它可以在网络 https://developers.google.com/+/web/follow/中使用

我想做同样的事情,但在我的 Android 应用程序中,有没有像 +1 按钮这样的东西

<com.google.android.gms.plus.PlusOneButton
        android:id="@+id/plus_one_button"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        plus:annotation="inline"
        plus:size="standard" /> 

但对于 G+ 跟随?谢谢你的帮助

4

1 回答 1

0

plus 客户端为 android 提供的东西没有任何类似的东西。您可以尝试使用 WebView 并加载它们为 Web API 提供的 JavaScript 按钮。

于 2013-11-08T14:23:49.120 回答