function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LH CommunityLH Community 

Chatter Component - Integration on mobile app

Hi,

 

I want to build mobile Android app for integrating existing or custom new component created on salesforce application. I have created acccount on salesforce.com as developer and created app. When i log in i see the Chatter, Home and my new app created.  I would like to know how can integrate the chatter api into my mobile Android app?

 

1.  Is there an out of box plugin or do i need to call rest api?  Please if possible give me reference url.

2.  Salesforce may have inbuild component like chatter or user custom component. Can we access this component from mobile app.  How can do we integrate this? Is this through REST service or plugin?

3.  How can i leverage Apex development from mobile?

 

Please if possible give reference url.

 

Appreciate your help.

 

Regards,

LH

Sonam_SFDCSonam_SFDC

Hi LH,

 

You will have to use the Chatter RESt API to integrate Chatter with your App.

Read more: http://wiki.developerforce.com/page/Chatter_API

 

Guess the link should ans the questions you have..

LH CommunityLH Community
Thanks, Raju for your answer. Can you respond to my question below.

Can you tell me any other components like Salesforce analytics or leads is there any possibility of out of box integration Or as REST service?.

Also if you can you tell me how does Apex development help?

Sonam_SFDCSonam_SFDC

Hi,

 

You can use the REST API and Analytics API to Integrate Salesforce Objects with your app.

http://www.salesforce.com/us/developer/docs/api_rest/

 

While researching on your requirement, I came across the Salesforce Moble SDK with which one can create Salesforce applications - worth a read to see if you can integrate using this plaform:

http://wiki.developerforce.com/page/Mobile_SDK