Each of these labs are independent of the tool you use for development. The aim is to provide experience, hints, tips and best practices for working with the platform. Each tutorial covers a different aspect of the platform such as leveraging client-to-cloud interactions, caching in the cloud, packages or UI development.
This tutorial explains the structure and composition of a FeedHenry app. It contains advice and tips on how to structure an app to support multiple user interfaces and device types.
App Anatomy
Learn how to use location service on the handset with this tutorial. As with every FeedHenry tutorial, this will work seamlessly across all of the platforms that we support.
Mapping and Geolocation
This tutorial shows the various on-device functions that can be accessed via the API, and also uses Sencha Touch as the frontend.
Device API Tester
This tutorial shows how to create a simple Sencha Touch Application. It will cover how to build a Sencha Touch User Interface and how to navigate within it. It will also cover various aspects of the FeedHenry API.
Sencha Touch Tutorial App
This tutorial app shows how to create a simple jQuery Mobile Application. It will cover how to build a jQuery Mobile User Interface and how to navigate within it. It will also cover various aspects of the FeedHenry API. The app has a rhino version (default) and a nodejs version, which is developed on the 'node' branch.
jqMobile Tutorial App
This is a simple app that demonstrates the use of the popular Model-View-Controller pattern for building an app.
MVC Pattern Tutorial App
This tutorial will teach how to:
* Invoke an external SOAP service, parse the returned data and send data to the device
* Invoke an external REST service, parse the returned data and sent data to the device
* Mash-up data from different services and send data to device.
* Use Javascript on the cloud.
Business App Tutorial