views:

59

answers:

1

How can we get extensive API support for all Orkut features on Android. or orkut integration with android

A: 

You can develop an android application extending android features like sharing photos or showing multiple agendas.

You have to make use of android points of extension, mainly providers and intent listeners, and use the Orkut API (based on OpenSocial) to implement the funcionality you want to integrate.

gustavogb
Thanx for reply,can you explain by any code or example...
I don't think Orkut API will help, since it is only for applications that run inside Orkut.
Jader Dias
There is also a REST API yo be used from other systems: http://code.google.com/intl/es-GB/apis/orkut/docs/rest/developers_guide_protocol.html
gustavogb
@bh-r-t can you be more precise in the code you need?
gustavogb