Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Contributor
sergioadevita
Posts: 3
Registered: ‎05-22-2012
My Carrier: Developer

Clock and Alarm App

Im trying to make some kind of clock aplication with alarms, but I can't find the API to manage alarms or notifications. I'll make this App for playbook.

 

Hope someone can help me.

Please use plain text.
BlackBerry Development Advisor
chadtatro
Posts: 385
Registered: ‎10-01-2009
My Carrier: Bell

Re: Clock and Alarm App

Hi there,

 

If you come to the point where the SDK API's doesn't exist, you can always create your own custom extension.  For the PlayBook these would be written in Adobe Air.

 

Here's a link to our "template" extension which you can use as a starting point.

https://github.com/blackberry/WebWorks-Community-APIs/tree/master/Tablet/TEMPLATE

 

There are also other examples in that repository which you can use for reference.

Chad Tetreault | App Development Consultant | BlackBerry Developer Relations | developer.blackberry.com | @chadtatro
Please use plain text.
New Contributor
sergioadevita
Posts: 3
Registered: ‎05-22-2012
My Carrier: Developer

Re: Clock and Alarm App

Srry, i missed to say that i'll make it in HTML 5, do you know something?

Please use plain text.
BlackBerry Development Advisor
chadtatro
Posts: 385
Registered: ‎10-01-2009
My Carrier: Bell

Re: Clock and Alarm App

Yes, same answer :smileyhappy:

 

In a WebWorks app you can use native extensions to extend functionality.  On the PlayBook these native extensions are written in Air.

Chad Tetreault | App Development Consultant | BlackBerry Developer Relations | developer.blackberry.com | @chadtatro
Please use plain text.