How DrupalGap Works
DrupalGap has two parts...
The Drupal Module opens up communication possibilities between an app and the website. The application development kit is used by developers to create custom mobile applications, and web applications.
How does the module work?
The DrupalGap module uses the Services and Views Datasource modules to help mobile apps communicate with a Drupal website using JSON.
How does the app development kit work?
The DrupalGap application development kit uses jQuery Mobile to build the user interface, and uses PhoneGap to compile the app for installation as a mobile application on devices.
Now What?
DrupalGap utilizes familiar Drupal concepts like:
- Themes
- Regions
- Blocks
- Menus
- Pages
And techniques for customization such as:
- Modules
- Hooks
- Themes
- Templates