Tag Archives: mobile

Building Mobile Apps for Portal Users

Back in February, I blogged about how web applications can use OAuth to obtain a token and access the Force.com API on behalf of Portal users; I’ve had a couple of questions on how to build mobile apps that do the same, so here are the details.

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

Enterprise Mobile Patterns Reference App & Tutorial Now Available

Check out the Enterprise Mobile Patterns guide for five key design patterns for building mobile apps on the Salesforce Platform.

In Blog: developer-relations | Tagged | Leave a comment

Mobile Development with Connected Apps

Connected Apps is a new feature in the Summer ’13 release that allows external applications to securely connect to Force.com over Identity and Data APIs. Connected Apps replace Remote Access Apps, offering finer granularity over permissions and data that can be accessed. Read more.

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

Instantly reloading Visualforce static resources

Visualforce allows you to upload JavaScript, CSS and image files for your app as “static resources” to extend its capabilities. But since they are static, you need to zip and re-upload them if you modify them. This could be laborious when you are editing 100s of times during development. The workaround is to setup a local web server and simply serve JS/CSS files from it instead of uploading them as static resources until you are done editing.

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

Fast & Easy Mobile Web Apps With AngularJS

Expand your knowledge of how to build mobile apps by completing this step by step tutorial. It builds on the existing tutorial for the AngularJS, Heroku, and Bootstrap mobile pack by adding an Account list.

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

Join us for Mobile Developer Week

Starting April 21st, Salesforce Developer User Groups across the globe will begin meeting as part of Mobile Developer Week – a worldwide gathering of developers to meet, learn, and share.

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

Improving your Case Management Response time with SMS

Case Management brings together ad hoc teams to assess, diagnose and resolve customer issues. And, SLAs (Service Level Agreements) drive resolution urgency. But, what happens if issues aren’t communicated in a timely manner? What about the liabilities associated with missing your SLAs?

In Blog: engineering | Also tagged , , , , , , , , , , , , , , | Leave a comment

How to Build an Addictive App

Your customers are addicted to apps in their personal lives. They have embraced the ‘there’s an app for that’ approach to getting things done. Now they want the same in their business lives. That’s great news. It means there is a huge opportunity for entrepreneurs to build a new generation of enterprise apps. Read more to discover the key elements of building addictive apps.

In Blog: isv | 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.

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