JP:Mobile SDK
モバイル及びSalesforce Mobile SDK
![]() |
新しいSalesforce.com Mobile SDKを使って、今注目のモバイルデバイスの世界へ乗り出しましょう。全てのForce.com及びDatabase.comの開発者は利用可能です。Salesforce Mobile SDKを使ったモバイルアプリケーション開発では、ネイティブ、HTML5、そしてハイブリッドの3種類のアプリーチがあります。
- ネイティブ—モバイルプラットフォーム(e.g., Android, iOS)毎のネイティブコードで記述します。それぞれのプラットフォームのネイティブ機能を最大限に活用できます。
- HTML5—使い慣れたテクノロジであるHTML5(CSSやJavascript)を利用してアプリケーションを作成しています。HTML5と軽量なサーバサイドコードのアプリケーションは一般的に最もポータビリティが高い(同じアプリケーションがすべてのプラットフォームで動く)ですが、プラットフォームのネイティブ機能にアクセスすることができません。
- ハイブリッド—ネイティブコンテナのJavascriptブリッジ機能を通じて作成するハイブリッドアプリケーションは、HTML5のポータビリティとカメラや電話帳等のデバイスネイティブ機能の双方を利用できます。
Mobile SDKは—REST APIやOAuth 2.0—といった業界標準のテクノロジーを採用したオープンソーススイートで、高品質のモバイルアプリケーションを作成するのに役立ちます。
![]() |
リリース1.1 - Mobile SDKの新機能 (2012年3月11日)
前回のリリースよりいくつかの強力な機能追加が行われました。
- Secure Offline API
- Store sensitive business data directly on a device with enterprise-class encryption for offline access. The Salesforce SDK provides a robust API for storing, retrieving, and querying data without internet connectivity. Check out this blog post for more information.
- Flexible OAuth2 Authentication Flow
- For hybrid apps, you now have the flexibility to configure whether or not your app needs to authenticate immediately when the app starts, or whether you'd prefer to defer authentication to a more convenient time in your app's lifecycle. Check out this blog post for more information.
- Blocks APIs for iOS
- For native iOS developers, the REST API libraries have been updated to support a blocks-based callback interface, to make responding to asynchronous REST calls much easier. Check out this blog post for more information.
お勧めのMobile SDK学習方法
Salesforce Mobile SDKについて学ぶ場合、以下のようにすると良いでしょう。
- Getting Started with the Mobile SDK for Android
- Getting Started with the Mobile SDK for iOS
- Webinar: Introduction to the Mobile SDK
- Mobile SDK Workbook
Mobile SDK関連リソース
こちらはSalesforce Mobile SDKに有用な関連リソースです。
- 最新のMobile SDKリポジトリ (Github上)
- Recent related blog posts
- Mobile Components for Visualforce
- 直近のカンファレンスセッション
- API Java Docs for Android
- API Docs for iOS
- the Mobile forum of the Force.com Discussion Boards


