Tag Archives: mobile sdk

Creating Hybrid Apps with the Salesforce Mobile Pack for Backbone.js

Since the release of the Salesforce Mobile Packs a few weeks ago, we’ve been building out from our initial set of jQuery Mobile, AngularJS and Backbone.js apps for Visualforce, Node.js and PHP. If you’ve been watching the Backbone Mobile Pack on GitHub, you’ll have noticed the recent addition of a couple of XCode projects in the samples directory: BackboneHybrid and BackboneCapture.

BackboneHybrid

The BackboneHybrid sample converts the existing Contact browser sample to a hybrid app running on the Salesforce Mobile SDK (which itself is built on Cordova, aka PhoneGap). It’s interesting to look at the changes required to ‘hybridize’ the sample… Continue reading

In Blog: developer-relations | Also tagged , | Leave a comment

Hybrid Apps: Mobile Device Functionality with JavaScript and Cordova

With a hybrid application, using JavaScript to build your application doesn’t mean you have to forego accessing important aspects of the native device like the camera. Here’s a quick overview of how a hybrid application uses the Cordova project to bridge between web and native. Continue reading

In Blog: developer-relations | Also tagged , , , , | 1 Comment

HTML5, AngularJS, Backbone Mobile Service Packs

Mobile Packs Accelerate Developement

With the announcement of Salesforce Platform Mobile Services comes a new set of developer tools called Mobile Packs. Mobile Packs built on popular Javascript libraries like AngularJS, Backbone,js and jQuery Mobile to make developing robust business apps for mobile devices using HTML5 while providing idiomatic access to the Salesforce Platform. Continue reading

In Blog: developer-relations | Also tagged , , , , , , , | 5 Comments

January Developer Meetups – Denver & Boston

150-Dev_meetup_denver_012113-FB-embed

Heads up Denver & Boston developers – we want to meet you! We’ve got Developer Meetups in Denver and Boston this month; both covering an Intro to Force.com and an advanced look at building apps with Force.com Canvas and the Salesforce Mobile SDK. Join us in Denver on January 21st, and in Boston on January 28th. Continue reading

In Blog: developer-relations | Also tagged , , , , | Leave a comment

Building the Dreamforce Scavenger Hunt Mobile App – Part 4

Picture1

The fourth, and final post in a series of blog posts describing how the Dreamforce scavenger hunt mobile application was built using the Salesforce Touch Platform and the Mobile SDK. This post covers how Cloud Hunter implemented check-ins (i.e. geolocation) and QR/Bar code scanning. Continue reading

In Blog: developer-relations | Also tagged , , , , | 2 Comments

Picture and signature capture in the Dreamforce Scavenger Hunt Mobile App

photo

The third in a series of blog posts describing how the Dreamforce scavenger hunt mobile application was built using the Salesforce Touch Platform and the Hybrid Mobile SDK. This post covers how Cloud Hunter implemented taking pictures and capturing a user’s signature from a Visualforce page. Continue reading

In Blog: developer-relations | Also tagged , , , , | Leave a comment

Building the Dreamforce Scavenger Hunt Mobile App – Part 2

Picture1

The second in a series of blog posts describing how the Dreamforce scavenger hunt mobile application was built using the Salesforce Touch Platform and the Mobile SDK. This post covers how to create a hybrid mobile app using the Mobile SDK and how to use PhoneGap/Cordova in your Visualforce pages. Continue reading

In Blog: developer-relations | Also tagged , , , , | 1 Comment

Building the Dreamforce Scavenger Hunt Mobile App

Picture1

The first in a series of blog posts describing how the Dreamforce scavenger hunt mobile application (Cloud Hunter) was built using the Salesforce Touch Platform and the Mobile SDK. This post covers the use case, application architecture and the Visualforce/Apex codebase for Cloud Hunter. Continue reading

In Blog: developer-relations | Also tagged , , , , | 1 Comment

Using SmartStore with Native iOS

images

Our Mobile SDK features a great bit of technology called SmartStore, which allows for secure offline storage of data. SmartStore’s core goal is fill the void for encrypted data with HTML5 development, but that doesn’t mean native code can’t access the same features. Via HTML5, SmartStore is connected with a Cordova plugin – so when coding in Objective-C we just need to refer to to same libraries directly. Continue reading

In Blog: developer-relations | Also tagged , , , | 2 Comments

Tom Gersic on the Mobile SDK’s SmartStore

Snuck into the office of Model Metrics to talk SmartStore with Tom Gersic before his upcoming webinar with Shawna Wolverton on Painless Mobile Applications. Check out the interview and some more details on how SmartStore works to keep your offline data encrypted for your mobile applications. Continue reading

In Blog: developer-relations | Also tagged , , , , , | Leave a comment