Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.14 KB

sample-micro-apps.rst

File metadata and controls

46 lines (29 loc) · 2.14 KB

Sample Micro-apps

DronaHQ provides a number of in our GitHub repository to help developers learn the micro-app development for the DronaHQ platform, or even use the sample apps as is if they fit their requirements.

Secure Storage (Key-Value Storage)

This sample app demonstrates how to use DronaHQ key-value storage to store, retrieve & delete data. Check our to learn more about key-value storage.

Link:

Image Capture & Upload

This sample app demonstrates how to use Apache Corodva's camera plugin to capture image from Camera or Gallery. This app also uses file-transfer plugin to upload the chosen image to Cloudinary. Check our to learn more about camera & file-transfer plugins.

Link: https://github.com/dronahq/samples/tree/master/the-picker

Offline Submission

This sample app demonstrates how to use DronaHQ Sync methods to submit data while user is offline.

Link: https://github.com/dronahq/samples/tree/master/the-offline-form

Push Notifications

This sample app demonstrates how to use DronaHQ REST APIs to send push notifications to users. This app also uses DronaHQ Notification methods to retrieve the notification data on the device.

Link: https://github.com/dronahq/samples/tree/master/the-messenger

Single Sign-On

This sample app demonstrates how to use DronaHQ User method to get profile of currently logged-in user. Check our to learn more about DronaHQ APIs.

Link: https://github.com/dronahq/samples/tree/master/the-user-sso