Fork me on GitHub

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.

DrupalGap Tools

Now What?

DrupalGap utilizes familiar Drupal concepts like:

  • Themes
  • Regions
  • Blocks
  • Menus
  • Pages

And techniques for customization such as:

  • Modules
  • Hooks
  • Themes
  • Templates