Does Google+ support sharing from an Android app yet? I wanted to know because I have implemented this for twitter and facebook on my app and would like to do the same for Google+. I did read that they have an API now but it’s only for development and testing and apps cannot be published. Is this correct?
Share
The Google+ Android API can be found here: https://developers.google.com/+/mobile/android/
The code snippet for sharing on Google+ is a little ways down that page https://developers.google.com/+/mobile/android/#share_on_google:
For example, in your XML:
In your Activity: