[TIMOB-8565] BlackBerry: Extend the ndk classes to create the shell application
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-04-26T09:12:33.000+0000 |
Affected Version/s | Backlog |
Fix Version/s | Release 2.1.0 |
Components | BlackBerry |
Labels | small, vertical_slice |
Reporter | Francois Boisvert |
Assignee | David Campbell |
Created | 2012-04-06T06:05:04.000+0000 |
Updated | 2017-03-03T00:56:18.000+0000 |
Description
Extend the ndk classes to create our shell application that will contain the app.js and the kroll and v8 runtimes (equiv. android/titanium/.project)
- learn what is needed to create the blackberry shell app to contain the app.js as resource
- Create actual classes extending the classes in the ndk, they will form the titanium library
- Do the minimum to get the app up and loading the js file, leave the rest stubbed out with TODOs
- create file templates for the shell app
- link with libV8 and Kroll
no ndk extension was needed, the js file is loaded from the filesystem and v8 runtime started from the main
Closing ticket as Blackberry is no longer supported.