What platforms must be supported by the framework?

A HybridApp is an App that is written in one language and then compiled to native code.

A native app is created for a specific platform and uses the required technologies such as an specific SDK or development language.

A WebApp is like a regular mobile website but it behaves and is used like a native app. The user interface looks like a native app but technologies used are those of the web.

A mobile Website is technically the same as a regular website except that it's size is adjusted to the smaller screen. It has a responsive layout.

What type of app would you like to create with the framework?

No programming is required. Everything can be set up with a GUI.

Which development languages would you like to use to create your app?

Which hardware features must be supported by the framework?

Accelerometer Provides access to the device's motion sensor.

Camera Provides access to the devices's camera and photo library.

Capture Provides access to the device's audio, image and video capture capabilities.

Compass Provides access to the device's direction.

Connection Provides access to the device's cellular and wifi connection information.

Contacts Provides access to the device's contacts database.

Device Provides access to device specific information such as the name, plattform or version.

Native Events Provides access to the device's native events like a back or volume button.

File Provides access to the device's file system (crud).

Geolocation Provides access to the device's GPS data or aided location specific information.

Notification Provides access to the device's visual or audible device notifications.

Storage Provides access to the device's storage capabilites/database.

Gestures & Multitouch The framework provides callbacks for gestures and multitouch events.

Messages & Telephone Provides additional access to the device's message and telephone capabilites such as triggering a call or sending a message.

Bluetooth Provides access to the device's bluetooth network.

NFC Provides access to the device's near field communication capabilities.