Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Development - Any Google + SDK Or code example? [duplicate]

Possible Duplicate:
Is there already a Google+ API?

Im looking for Android Google+ code example or sdk (posting on stream is the most importent thing i need). I want some SDK Or example like facebook has (on https://github.com/facebook/facebook-android-sdk for example).

I thought of that since many sites now has the '+1' button near the facebooks 'like' button (on articles etc.) I thought why not to publish on google+ if my program already publishes on facebook's wall? Although Android and Google+ are from the same company , I could not find something as useful as the facebook SDK I gave above.

Any Ideas?

like image 316
Programer Avatar asked Jul 18 '11 17:07

Programer


People also ask

What is Android SDK example?

The Android SDK is a software development kit that includes a comprehensive set of development tools. These include a debugger, libraries, a handset emulator based on QEMU, documentation, sample code, and tutorials.

How do you copy the source code of an app?

On Android, add view-source: to the beginning of the website URL. Tap and hold to highlight a word. Drag the bars to encompass all of the code. Tap Copy.


1 Answers

The newly launched Google+ API: http://developers.google.com/+/overview has support for Java and Android in its client libraries: http://developers.google.com/+/downloads

like image 76
ade Avatar answered Nov 15 '22 20:11

ade