BB10 Description App

Hello

Does anyone has prepared a design for any application of stunt again document? If so, can you share it... I would like to see how a design document can be prepared for a blackberry app waterfall.

Any ideas or help is greatly apreciated.

Thank you.

Hi smjose, a design document for a BlackBerry 10 application (or commonly referred to as 'wireframes' of demand) looks like the wireframe of the app to other platforms, but with the BlackBerry 10 specific screenshots and integrated design guildeline .

10.2 guidelines now include a prototype of Wired. You can access it here: http://developer.blackberry.com/design/bb10/prototyping.html.

Tags: BlackBerry Developers

Similar Questions

  • How do I send the email from BB10 webworks app

    I want to have a module in my BB10 WebWorks app that will allow users to compose a message by entering the information in a form, which will then be sent by e-mail to an e-mail address.

    I guess this could be done by using the EmailComposerOptions API, but I don't know how to use it.

    Any help will be appreciated.

    Have you looked at the code example in the API document?

    https://developer.BlackBerry.com/HTML5/APIs/BlackBerry.Invoke.card.html#.invokeEmailComposer

    < script="text/javascript">
    //simply invoke email composer, with no options and callbacks
    blackberry.invoke.card.invokeEmailComposer();
    
    //invoke email composer with subject, body, to, cc and attachment options
    blackberry.invoke.card.invokeEmailComposer({
        subject: "Email subject",
        body: "Email body",
        to: ["[email protected]", "[email protected]"],
        cc: ["[email protected], [email protected]"],
        attachment: ["/path/to/an/attachment.txt", "path/to/another/attachment.txt"]
    }, function (done) {
        console.log(done);
    }, function (cancel) {
        console.log(cancel)
    }, function (invokeError) {
        console.log(invokeError);
    });
    
    

    Once the function is called, map of composer email will slip into the view with all pre-filled fields and the user can then click on send.

  • BB10 existing app PlayBook release version number

    Are there requirements / conventions / best practices for the version number of an application brought on a new platform?

    My existing PlayBook application went through several updates and now is 1.1.2. BB10 new version contains some new features (specific BB10), so in that regard, it should be more, but at the same time, this is the first ever BB10 version with a new set of potential bugs (well, I hope not - but because it has not yet been tested on a complete system of BB10, I guess that things could go wrong) , so in that respect, it's more than a 1.0 version...

    Any thoughts? Is it important for the supplier portal? (perhaps he will not yet you provide a version number below for the same inclination...?)

    Thank you

    Anna

    My app: Get set - get up!   Get ready for the revolution snooze.

    The version number is important only for your records and to show the public that his new. I wouldn't worry about this at all.

  • Icons for a universal BB10 + PB app?

    Hello

    I am creating a 'universal' application works on devices BB10 and the PlayBook. I tested it on both devices and everything works perfectly - except the icon.

    I use the PlayBook SDK and the icon of 86 x 86 for the PlayBook. So, my icon seems too small on the screen BB10. It should be 114 x 114.

    How can I include the two icons (86 x 86 and 114 x 114) in my sidebar file and show the correct icon depending on whether the user load my app on a PlayBook or BB10 device. I tell myself that there must be a way. I tried just putting two icons in the list of files that get packed into a bar file, but it didn't work. Thanks in advance!

    Damian

    I'd do it in two steps. Each file becomes specified to the correct version of device and operating system min. When you specify the right device and OS for the file BAR min, then this device will only get BAR file.

    Purchases are related to the application and the user BBID. They'll pay only once. You will need to create a new product in the portal provider (with a different application id), in order to make them pay twice.

  • Approval of BB10 time app

    Hi, I submitted an application (game) on the 18 and currently it always appears as "pending review". But when I go to the src it shows "approved new value =" and "status = open '...

    Is this a normal time-out for a BB10 app aproval?

    I have to do something so he could continue in the approval process? (this is my first submission to app world)

    Thanks for any help.

    Jason

    reply from another thread... seems to be right back

    http://supportforums.BlackBerry.com/T5/BlackBerry-App-world-development/app-approval-time-period/TD-...

  • How to disable the zoom injQueryMobile-BB10-theme app?

    Hi I have a problem with the fact that the user can zoom in and out in my theme of bb jquerymobile [1].

    How can I disable this?

    I tried this:

    
    

    but then the action bar and the header smaller and all GET the design are not good.

    [1] https://github.com/blackberry/jQueryMobile-BB10-Theme

    Simply add the script to this knowledge base article to your index file header and it should ban the user to zoom in without changing the size of your app: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-set-up-the-viewport-for-a...

    @Orchard: from what I've heard on this forum, this problem should be solved/less annoying with the next version of the SDK.

  • BB10 html app cannot load the image

    I have a site on http://touch.srwd21.com (internal domain address) html5

    And I have here the creation within the widget element in the config.xml file

    http://www.w3.org/ns/widgets"
    xmlns:rim="http://www.blackberry.com/ns/widgets"
    version="1.0.0.0" id="srwd21">
      srwd21
      Description for srwd21
      
        read_geolocation
      
      
      
      
      
      http://touch.srwd21.com"/>
    
    

    I have deployed the application Simulator BB10 Alpha and at the launch, see my snapshots:

    https://www.EverNote.com/shard/S140/sh/f522c819-A3CB-4016-9f69-129d4aaec0c8/7f14e2fab85ca8da3086fc59...

    The css is loaded and search bar is in the expected location, but just the image file are not allowed access. Please help this is wrong, and what needs to be defined.

    Thank you!

    Ahh, I found that this site access to external data and tries to shoot in. You will get errors if you don't have white list applications xsite to espn.com etc etc.

  • Portal provider shows new Description, app world old poster

    I changed the description on my app, and two hours later it was "applied" and closed.  How much time does it takes for reflected changes app World? (Note: its been two hours since its closure)

    I submitted a new description with an update and it took about 5 days from the presentation before the description has changed. Odd part is I changed the photos two days after sending and which has supported in about 2-3 days.

  • Google API in BB10 OS app

    is it possible to use the Google API in a HTML5 app app BB10?

    Hello

    I have a soft sample that comes from making its way to GitHub that I think will help you a lot here.  It shows how to add maps (Google, Bing, OpenLayers and brochure) in your applications for BB10 WebWorks.

    There is more information in our blog in the near future, but you are free of the original sample.

    https://github.com/BlackBerry/BB10-WebWorks-samples/tree/master/maps

  • Default icons of BB10 menu app?

    Hello world

    BB10, I use the menus of the application (tabs, action bar, Action Menu, context Menu) for some time now and I was wondering: is there a default icons? As explained here https://developer.blackberry.com/devzone/files/design/bb10/UI_Guidelines_BlackBerry_10.pdf#78

    Some of the icons that I found already:

    -ButtonBack (set actionBar.backbutton as an action without image object)

    -Several tabs (using TabActions and actionBar.showTabsFirstOnBar set to false)

    -More actions (having more than 3 actions-> overflow menu)
    -MultiSelectAction (qnx.fuse.ui.core.MultiSelectAction without default icon)

    -DeleteAction (qnx.fuse.ui.core.DeleteAction without default icon)

    did you find more?

    OK, found them.

    For those of you who also want to use these icons:

    https://developer.BlackBerry.com/DevZone/design/BB10/iconography.html

    (you must agree to a license agreement)

  • Size limit for a BB10 web app.

    I'm developing a web application that contains a large number of sound files and the image and the size of the files has exceeded 50 MB, which is the limit of the size of a bar of file that will be published in the app world.

    -

    Thanks in advance

    10 BlackBerry and BlackBerry PlayBook OS version 1.0.6 and later supports applications (BAR lines) up to 2 GB in size.

    BlackBerry PlayBook OS version 1.0.5 and requests of previous media (BAR lines) up to 300 MB in size.

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/the-maximum-size-of-a-BlackBerry-10-or...

  • BB10 webworks app broken after update OS

    My 10 Blackberry webworks app no longer works after the OS upgrade to the Version of the OS 10.1.0.4633 (4181 software version). I use BBUI. JS/CSS with my request.

    However, it still works in the Simulator with build 10.1.0.1483. At the opening of the application on the device it is just white. Nothing happens.

    Anyone, any idea what could be wrong?

    In the web Inspector, it seems that the bb.push does not work as there is no body.

    There may be some differences in timing between the two in terms of upload script.

    A recommendation is to build a debug version of the application and connect Web Inspector. Leave the application load and then in Inspector Web press CTRL + r to trigger a refresh and reload the application from the beginning. This ensures that you get the complete Console logs and it can check for errors.

    Some developers try to define document.addEventListener ('webworksready',...) before the load event triggered (i.e. just directly in a

  • How test a BB10 playbook app or install the latest OS BB10 in playbook?


    The Alpha of Dev and Playbook didn't and don't use the same OS versions because they are different hardware.

    You need the latest version of the Playbook SDK and build with it.

    As far as I know that the last sim playbook and download the latest Públicos for playbook is already "BB10", but there may be updates on the playbook after the BB10 SDK for alpha dev's final (11 December?).

    From: just ripple point playbook BlackBerry WebWorks SDK for Tablet 2.2.0.5 instead of 10 BlackBerry WebWorks SDK 1.0.3.8 (or the last one).

    The same code can be generated for both with minor variations in the config.XML for options such as orientation.

    Things such as canvas full screen, swf, audio files can behave not the same on the two OS right now.

  • BB10 Webworks app cannot call the index page

    Hi all

    I work on the BB 10 Webworks and test on the ripple is fine, but if it was launched the bb10 Simulator on VM Fusion, the application cannot display the index page.

    SDK: BlackBerry 10 WebWorks SDK 1.0.4.11

    Ripple: 0.9.14

    VM Fusion: 5.02

    Simulator: BB10_1_X-807

    can someone help me, thank you very.

    I think I have this problem.

    I try to remove the old sdk bb10 of macos and then reinstall the latest JDK and JRE & bb10 sdk once again, problem solved.

  • invoking the application/Gallery bb10 webworks app camera app

    Hello

    in my application that is based on its targeted and webworks for Blackberry10 OS, how to invoke enforcement camera and Gallery.

    can I somehow call it using blackberry.invoke.invoke api pointing to the camera or a gallery, please let me know.

    You can use the invoke of verification on the next page for more details:

    -Camera: https://developer.blackberry.com/html5/documentation/camera.html

    -Gallery: it's a little more complicated, but you can usually call it through the target of the application as follows:

    -action: 'bb.action.OPEN', target: 'sys.pictures.app '.

    If you wish, you can use the card for the camera as defined here:

    - blackberry.invoke.card.invokeCamera

    - https://developer.blackberry.com/html5/apis/blackberry.invoke.card.html

Maybe you are looking for

  • Connection keyboard and mouse USB Wired stall

    Hello My computer repeatedly interrupts the connection to my Wired USB mouse and keyboard.  Usually around one every 30 seconds, the connection falls for 1 to 1.5 seconds, then comes back.  Meanwhile, the cursor hangs - I can't click anything, and I

  • S90 dual sim

    Hi all. I just bought an S90 - A 2 GB ram 32 gb rom lenovo for use with dual sim. There is inside the profile of the audio settings menu for sim 1 & sim 2, but I can't seem to put 2 micro sim in the status bar. Any help?

  • Create keyboard Short Cuts

    I use El Capitan and want to create a keyboard shortcut that will restore a window that I minimized (command-M).  I know where the short cut menu, but I'm not able to get the new command to work (I tried Command-R).  Any suggestions?

  • Disabled the SATA in the BIOS by mistake and will not be able to access the BIOS

    I disabled pata and sata by mistake in the bios on compaq windows vista desktop I can't go beyond screen compaq or access in the bios can someone help me with this please

  • VPN between VISTA and XP

    I tried to connect my XP and VISTA via TeamViewer VPN friend. The Vista, it is possible to access the XP shared partitions but the XP, it is only possible to see letters of shared partitions, not records, however, it is possible to have full access t