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 do this.
I was just wondering if there was anyway to add a Google +1 button
Share
With the Google+ platform for Android, you are now able to integrate a native +1 button in your Android app.
1) You first need to initialize the
PlusClientobject in your Activity.2) Include the PlusOneButton in your layout:
3) Assign the PlusOneButton to a member variable in your Activity.onCreate handler.
4) Refresh the PlusOneButton’s state each time the activity receives focus in your Activity.onResume handler.
For more information, see https://developers.google.com/+/mobile/android/#recommend_content_with_the_1_button