Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1008 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 1008 Bytes

What is DrupalGap?

An open source application development kit for Drupal 7. Try a demo...

What is DrupalGap used for?

Build custom apps for Drupal 7, with one set of code, and then deploy them to a wide range of app stores, devices and browsers.

Tools and Features

By utilizing familiar coding syntax and concepts from Drupal 7 such as...

  • Entities / Fields
  • Modules
  • Hooks
  • Themes
  • Regions
  • Blocks
  • Render Arrays
  • Custom Pages (via hook_menu())
  • Forms API
  • User Roles / Permissions

with built in pages, widgets and forms to handle...

  • User Authentication
  • Adding / Editing Entities
  • Displaying Entities / Fields
  • Rendering Views Result Data

the DrupalGap tool set is dedicated to Drupal 7 application development.

Getting Started

Try the Hello World for DrupalGap.