extending functionality | Community
Skip to main content
September 15, 2015
Solved

extending functionality

  • September 15, 2015
  • 4 replies
  • 979 views

Hi, Does anyone know if DPS provides an API in the app wrapper to access device level hooks? So for example I want to build an app with training on a new car. The articles would be topics such as new features, new sub-systems etc. Can I build in some code language an extension that allows for quiz questions to be asked, scored, averaged and then possibly: saved locally, posted to an external server, or generate an email to be sent to an instructor.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Neil_Enns_-_Ado

You can build quizzes using HTML and JavaScript and use HTML local storage to store information. Similarly, an HTML article (or web overlay) can call out to any web APIs you may have hosted on other services.

DPS 2015 does not have a way to call down into device-specific things, however, like the camera.

Neil

4 replies

Neil_Enns_-_Ado
Adobe Employee
Neil_Enns_-_AdoAdobe EmployeeAccepted solution
Adobe Employee
September 15, 2015

You can build quizzes using HTML and JavaScript and use HTML local storage to store information. Similarly, an HTML article (or web overlay) can call out to any web APIs you may have hosted on other services.

DPS 2015 does not have a way to call down into device-specific things, however, like the camera.

Neil

eestes1Author
September 15, 2015

Is the new DPS using Phonegap as the wrapper? If so is DPS just not including the plugins like cordova-plugin-camera and cordova-plugin-file?

Neil_Enns_-_Ado
Adobe Employee
Adobe Employee
September 15, 2015

DPS isn't written using PhoneGap. It's a fully native app.

Neil

eestes1Author
September 15, 2015

Ah, okay. Thanks.