Adding a Google +1 button in Android App

前端 未结 4 1975
遇见更好的自我
遇见更好的自我 2020-12-02 18:37

I was just wondering if there was anyway to add a Google +1 button inside my Android app. I have seen a +1 on the Android Market so I would think there would be some way to

4条回答
  •  时光说笑
    2020-12-02 19:22

    With new android studio(2.2.2 that's what i'm using) you can do it more easily. There is built in feature to create fragment with +1 button. You can use the layout or initialization code for PlusOneButton in an activity or anywhere you want. Check the following image:

    Edit: Don't forget to configure your app in Google api console

提交回复
热议问题