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 +フォローの場合は?助けてくれてありがとう