Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Re: Best way to develop a Andriod App for Salesfor...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Best way to develop a Andriod App for Salesforce . (Must have offline mode and Digital Signature)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-14-2012 06:57 AM
Whats the best way to develop a Andriod App for Salesforce. (Must have offline mode and Digital Signature)
Thanks for all the answers.
Re: Best way to develop a Andriod App for Salesforce . (Must have offline mode and Digital Signature)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-14-2012 11:22 AM
Rolando - the best way to develop a custom Andrdoid app for Salesforce is to use our Android Mobile SDK. The Mobile SDK provides native Android (i.e. Java) wrappers for the Salesforce REST API and takes care of all the low-level plumbing (like OAuth 2.0 authentication) that you need in order to connect to a Salesforce backend from an Android device. The SDK even has a secure offline module called SmartStore that lets you save data on the Android device securely (it uses SQL Cipher under the covers). Not sure what you mean by Digital Signature and so I can't answer that part of the query.
Here are a couple of resources for you to learn more about the Android Mobile SDK - https://github.com/forcedotcom/SalesforceMobileSDK
Hope this helps.

