My latest article on Mobile & Cloud computing… Summary: Explore the advantages of storing mobile application data in a private cloud with this introduction to the Parse SDK for Android. Mobilist C. Enrique Ortiz introduces the Parse API classes for cloud-storing and manipulating…
See my latest article, Introduction to jQuery Mobile (developerWorks). This article, an update to my original Intro to jQuery Mobile (Feb 2011), introduces the basics in the latest version of jQuery Mobile. Learn about browser support, the UI components, and the API. “Summary:…
My most recent article is on jQuery plug-ins… See Introduction to jQuery plug-ins (developerWorks). The jQuery JavaScript library has excellent support for extensibility through plug-ins that you can consume, write, and share. In this article, learn about the benefits of creating a jQuery…
See my latest article titled DOM-based data storage and retrieval using jQuery. It covers the jQuery data() APIs and HTML5 data-* attributes in your jQuery-powered applications… Summary: The popular, and free (MIT and GPL-licensed), jQuery JavaScript library has a concise and portable set…
Write Facebook apps for the Android platform with the Facebook Android SDK… You can incorporate Facebook functionality into your own applications. From the mobile perspective, the Facebook Platform supports APIs for mobile web applications, and mobile SDKs for native mobile applications for the…
“The ability to store data locally on the mobile device is a critical function for mobile applications that are required to maintain essential information across application-executions or the lifetime of the application. As a developer, you constantly need to store information such as…
“When you develop Android applications, you must deal with a number of security-related aspects, including application processes and sandboxes, code and data sharing, system protection through application signing, and permissions use.” See my article Understanding security on Android (IBM developerWorks) which introduces the…