简体   繁体   中英

how to add a G+ follow in android application

I want to add a "follow us on G+" button in an android app to follow my page, it is avaliable in web https://developers.google.com/+/web/follow/

i want to do the same but in my Android app, is there any thing like the +1 button

<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" /> 

but for G+ follow? thanks for helping

There is nothing like that provided by the plus client for android. You can try using a WebView and loading the JavaScript button that they provide for the web API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM