Orkut api integration
How can we get extensive API support for all Orkut features on Android. or orkut integration w开发者_运维问答ith android
There's an article on Orkut Developer Home on accessing orkut from an Android application.
It mainly gives an introduction to Orkroid, an Android library project based on the Orkut Client Library. This should be enough to get you started, but there are more articles more or less relevant to the point on the first link.
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.
精彩评论