Adding a Google +1 button in Android App

前端 未结 4 1967
遇见更好的自我
遇见更好的自我 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:09

    To add google plus one, first you need to enable the API in developer console, then register your app with package name, then include the same in your app.

    Here is the full example with detailed explanation.

    http://www.feelzdroid.com/2014/09/google-plusone-1-button-in-android-application-integration-guide.html

提交回复
热议问题