Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Files

Latest commit

cce8db9 · Jul 23, 2013

History

History
This branch is 317 commits behind tastejs/PropertyCross:master.

intelappframework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 2, 2013
Jul 23, 2013
Jul 23, 2013
Apr 29, 2013
Jul 23, 2013
Apr 29, 2013
Jul 23, 2013
Apr 30, 2013
May 22, 2013
Apr 29, 2013
May 2, 2013
Jul 23, 2013

#Intel App Framework

Visit the Intel App Framework page on the PropertyCross website for screenshots and code sharing metrics.

##Overview

Intel App Framework is a framework for building cross-platform mobile application using HTML5 technologies. The framework started life as jqMobi, a mobile optimised version of jQuery, which was created by the team behind appMobi. Intel acquired the jqMobi tools and staff in February 2013.

Intel App Framework is free and open sourced under an MIT licence. Intel also offer XDK, which is a a full suite of tools built around the App Framework. XDK adds an IDE, build tools and an emulator.

Along with its lightweight JavaScript library, Intel App Framework provides a basic MVC framework and many UI components. Rather than mimicking the native look and feel, the framework has opted for providing its own styles which looks the same across all platforms. Styles can be customised using the framework “Style Builder”. The Intel App Framework version of PropertyCross uses PhoneGap Build in order to create the native packages.

##Building The Application

Applications developed with Intel App Framework (IAF) can be run directly within a web browser. Because the application uses XHR in order to load templates, if you run the application from your local file system you will encounter problems due to the same origin policy. You can solve this either by serving the app from a web server, or by using one of the Chrome switches that disables this policy.

The IAP application is packaged using PhoneGap Build, with the configuration specified in the config.xml file.

##Application Structure

  • \assets - icons and splashscreens used by PhoneGap, these are generated via the PropertyCross build system.
  • \controllers - IAF controllers, these form part of the MVC implementation
  • \css - the application CSS, this is the out-of-the-box IAF style.
  • \img - application images
  • \js - the IAF framework code
  • \models - the persisted entities
  • \views - the HTML templates that are used as the application views
  • app.js - the application 'bootstrap'
  • config.xml - The XML file that is used by PhoneGap Build in order to package the app
  • index.html - Defines the various view for the application.
  • stats-config.json - Used by the PropertyCross build in order to compute code sharing metrics.