Need help developing a Playbook application

I need to write a user interface application based for playbook that needs to interact with C++ code

an existing application of the playbook.

I was wondering what would be the best option

#1 develop the user interface using native C/C++ SDK - interface with C++ application code

#2 develop the user interface using native Java SDK - Java interface for my C++ application

#3 develop the UI using AIR - use a feature of the NDK to interface with C++ library code.

Option #1 seems straight forward. Option #2 and #3 might need an interface to call a C++

methods of Java or AIR.

As I'm new to developing Playbook applications please let me know what would be the best option.

The PlayBook has no support for Java outside the Android player, resulting in applications with a feeling distinctly not native.

However, AIR has an interface fairly good native extension let's you call native code. AIR also has a current user interface infrastructure which is very good.

The native SDK currently has no native toolkit UI and will not be until the release of Cascades. So if you design your user interface with the native SDK, you will need to bring your own UI toolkit. You'd probably want to focus on Qt.

So, unless you are already a Qt or willing developer to wait for waterfalls you probably want to do UI in the AIR.

Tags: BlackBerry Developers

Similar Questions

  • Need help developing 'a server scenario' - and MOA & Stuff

    Hi all!

    I need help with the following scenario.

    I have several machines to virtualize via the DRAC or ILO, and I have to keep the local interation in a minimum possible.

    In some sites, I have only one server, do I need to create a virtual computer on a USB drive, install ESXi on this same machine and add to the ESXi virtual machine create earlier.

    I tried to use a CD multiboot I've done with the installer ESXi and MOA on the same disk, to eventually reach:
    1. create a VM with MOA (Windows 2008 R2) cold start
    2 - test this virtual machine with VMware Player on MOA
    3 - reboot
    4. install ESXi
    5 - create a VM 'work' of vsphere client (from my desktop over a wide AREA network)
    6 - start MOA on this work «VM»
    7 use moa to add my VM created in step 1 to the new ESXi


    I can't get to step 5, I can't find a way to import the virtual machine to ESXi, I tried adding converter 5 MOA Build, but no dice. Above all I do not see my ESXi host, or I get another error when you try to run the converter 5 4 or 3, the converter to connect on a Vserver, witch, I have not at this time here.

    So any who has any light for me or another possible scenario to reach my goal?

    Of course - there are several ways to do so.

    You say you have Workstation on your generation? -Then, you also have vmware-vdiskmanager.
    With vdiskmanager you can import VMDK in ESXi.

    Other options will need to use WinSCP to transfer the virtual machine - vmkfstools can be used if you are generating MOA with NFS support.

    Recently, I found a way to use the latest Converterversions so...

    If you like to meet via Skype and we know which option is best for your users

  • Hello. I need help developing a PowerCli script that will show me the current configuration of the video Ram of each individual virtual machine on a host\cluster or a vcenter. Can you help me?

    I have a script that will allow me to change the configurations of VRAM, but I need a script that retrieves the configuration of all virtual machines VRAM in my infrastructure.
    I need to get out information to a csv file and run this report on a monthly basis... can you help me?

    Right now my environment is mixed. I have Windows XP virtual machines set to 4 MB, Windows 7 virtual computers set to 8 MB and a subset of sall of virtual machines set to automatic detection of settings.

    I need to be able to recover these settings in a CSV file in order to use this information for comparisons of trdouble-shot performance issues...

    Thank you.

    vram.JPG

    Try something like this

    Get - VM |

    Select Name,

    @{N = "OS"; E={$_. ExtensionData.Config.GuestFullName}},

    @{N = "VideoRamMB"; E = {}

    [math]: Round (($_.)) ExtensionData.Config.Hardware.Device |

    where {$_-is [VMware.Vim.VirtualMachineVideoCard]} |

    (Select VideoRamSizeInKB - ExpandProperty) / 1 Ko, 1).

    }} |

    Export-Csv vm - videoram.csv - NoTypeInformation - UseCulture

  • Need help writing an analytical application

    It's the query I wrote

    SELECT
    FISCAL_YEAR_DESC,
    DECODE (FISCAL_YEAR_DESC, 'AD_CFY', (SELECT SUM (AD_MEMO_CREDITS_CFY) OF PC_B), 0) TOTAL_MEMO_CREDIT_CFY,
    DECODE (FISCAL_YEAR_DESC, 'AD_CFY_1', (SELECT SUM (AD_MEMO_CREDITS_CFY_1) OF PC_B), 0) TOTAL_MEMO_CREDIT_CFY_1,
    DECODE (FISCAL_YEAR_DESC, 'AD_CFY_2', (SELECT SUM (AD_MEMO_CREDITS_CFY_2) OF PC_B), 0) TOTAL_MEMO_CREDIT_CFY_2,
    DECODE (FISCAL_YEAR_DESC, 'AD_CFY_3', (SELECT SUM (AD_MEMO_CREDITS_CFY_3) OF PC_B), 0) TOTAL_MEMO_CREDIT_CFY_3,
    DECODE (FISCAL_YEAR_DESC, 'AD_CFY_4', (SELECT SUM (AD_MEMO_CREDITS_CFY_4) OF PC_B), 0) TOTAL_MEMO_CREDIT_CFY_4,

    case
    When FISCAL_YEAR_DESC = "AD_CFY" then AD_CFY
    When FISCAL_YEAR_DESC = "AD_CFY_1" then AD_CFY_1
    When FISCAL_YEAR_DESC = "AD_CFY_2" then AD_CFY_2
    When FISCAL_YEAR_DESC = "AD_CFY_3" then AD_CFY_3
    When FISCAL_YEAR_DESC = "AD_CFY_4" then AD_CFY_4



    end as FISCAL_YEAR
    Of
    (
    SELECT DISTINCT
    rotate. FISCAL_YEAR_DESC,
    AD_CFY,
    AD_CFY_1,
    AD_CFY_2,
    AD_CFY_3,
    AD_CFY_4


    Of
    PC_B
    CROSS JOIN
    (
    Select 'AD_CFY' as double FISCAL_YEAR_DESC
    UNION ALL
    Select 'AD_CFY_1' as double FISCAL_YEAR_DESC
    UNION ALL
    Select 'AD_CFY_2' as double FISCAL_YEAR_DESC
    UNION ALL
    Select 'AD_CFY_3' as double FISCAL_YEAR_DESC
    UNION ALL
    Select 'AD_CFY_4' as double FISCAL_YEAR_DESC

    ) rotate
    ) ORDER BY DESC FISCAL_YEAR


    The data comes in the following way:



    AD_CFY 3118820.3 0 0 0 0 2010
    AD_CFY_1 0 1807161,6 0 0 0 2009
    AD_CFY_2 0 0 0 633290,87 0 2008
    AD_CFY_3 0 0 0 0 3572727.15 2007
    AD_CFY_4 0 0 0 0 8641983.78 2006



    I need to go out in this way as a cube:

    AD_CFY 2010 3118820.3
    AD_CFY_1 2009 1807161.6
    AD_CFY_2 2008 633290.87
    AD_CFY_3 2007 3572727.15
    AD_CFY_4 2006 8641983.78

    Any help is appreciated,

    Kind regards

    Kelly

    Without sample data and structures of tables, it is difficult to find the best solution in any case

    SELECT FISCAL_YEAR_DESC,
           DECODE(FISCAL_YEAR_DESC,
                  'AD_CFY', (SELECT SUM(AD_MEMO_CREDITS_CFY) FROM PC_B),
                  'AD_CFY_1', (SELECT SUM(AD_MEMO_CREDITS_CFY_1) FROM PC_B),
                  'AD_CFY_2', (SELECT SUM(AD_MEMO_CREDITS_CFY_2) FROM PC_B),
                  'AD_CFY_3', (SELECT SUM(AD_MEMO_CREDITS_CFY_3) FROM PC_B),
                  'AD_CFY_4', (SELECT SUM(AD_MEMO_CREDITS_CFY_4) FROM PC_B)
                  ) TOTAL,
          case when FISCAL_YEAR_DESC = 'AD_CFY' then AD_CFY
               when FISCAL_YEAR_DESC = 'AD_CFY_1' then AD_CFY_1
               when FISCAL_YEAR_DESC = 'AD_CFY_2' then AD_CFY_2
               when FISCAL_YEAR_DESC = 'AD_CFY_3' then AD_CFY_3
               when FISCAL_YEAR_DESC = 'AD_CFY_4' then AD_CFY_4
          end as FISCAL_YEAR
      FROM (SELECT DISTINCT pivoter.FISCAL_YEAR_DESC, AD_CFY, AD_CFY_1, AD_CFY_2, AD_CFY_3, AD_CFY_4
              FROM PC_B CROSS JOIN (select 'AD_CFY' as FISCAL_YEAR_DESC from dual
                                    UNION ALL
                                    select 'AD_CFY_1' as FISCAL_YEAR_DESC from dual
                                    UNION ALL
                                    select 'AD_CFY_2' as FISCAL_YEAR_DESC from dual
                                    UNION ALL
                                    select 'AD_CFY_3' as FISCAL_YEAR_DESC from dual
                                    UNION ALL
                                    select 'AD_CFY_4' as FISCAL_YEAR_DESC from dual) pivoter
            ) ORDER BY FISCAL_YEAR DESC
    

    Max
    http://oracleitalia.WordPress.com

    Published by: Massimo Ruocchio, February 20, 2010 12:00 AM
    Changed the TOTAL formula

  • Need help with JavaScript web application form.  Need to limit the pixels and the size of the image

    I build several forms for www.iswapusa.com and on the site, visitors are asked to upload images, I want to restrict the width in pixels max 400 pixels and size to maybe 1 MB to 3 MB of the file images if possible.  If there is a code to do this, please let me know and where do I put it on business catalyst system. to work with forms I create or even if I have to give to each form.  The forms are available from one of these pages offer commercial or Non-commercial offer.

    I found the answer to my problem.  It is not a java solution, but a simple code.  You can create in your retail or list view depending on where you want the images appear of your form will be mailed.  the answer was in a previous post, and the link is:

    Dynamically generating thumbnail images

    The code I used was:

           

           

           

  • Oracle ADF: How to develop a web application to adf with a team of 10 members

    Hello, we need to develop a web application using Oracle ADF and jdeveloper 12 c. It is a great project as we develop this application with a team of members of dimension 10. Our doubts, this is how we can develop a web application using a team.

    Suppose we have 10 modules. Each module was developed by each Member (each Member is using a different system with the same environment. JDeveloper 12 c). Finally to develop all 10 modules how we can combine all 10 modules in a single application. How we can change the links, the page flow and connection details.

    Help, please.

    Thanks in advance.

    ADF is built for the development team. Features such as the ADF libraries, bounded task flows and nested application modules allow developers to work on separate parts of the project and then merge them into a single application.

    Follow the video that Timo has pointed out and read the section of the documentation on reusable components: https://docs.oracle.com/middleware/1213/adf/develop/adf-web-component-reuse.htm#ADFFD1846

    Regarding version control (and track tasks, make automated etc generations) - an option to consider is the Cloud Oracle Developer Service.

    Here is a demonstration of how you team management version on that app JDev/ADF: by using the Service of Cloud Oracle Developer for Git version for JDeveloper/ADF apps management

  • Should I wear my Playbook applications to BB10?

    As the title.

    My apps is able to automatically resize with density and different screen size.

    My application is an a porting android on the Playbook.

    Can I use this app BB10?
    If so, what I need from my android/playbook application to port BB10?

    Android applications on the BlackBerry PlayBook would be also supported in BlackBerry 10.  The main differences that you need to consider is the different screen size.  But you mention that your application handles itself.

    Download the Simulator BlackBerry 10 Dev Alpha and give it a try.

  • Need help to unlock the user account HR in the example (rich Web Applications with Oracle ADF development)

    I am very new to Java development and have tried to launch the sample application (Development of Web Applications with Oracle ADF rich) in the start-up, the author of this app has advised developers to unlock the HR user account.

    What I did to connect to Oracle as user = system/password = system and running this SQL command 'ALTER USER HR IDENTIFIED BY NewPwd ACCOUNT UNLOCK"in Sqlplus and with a return code 2.

    Don't code 2: success or failure?

    However, the HR user is always unlocked after issuing this command, and can someone please tell me what I'm doing wrong?

    Thank you.

    Timo,

    Thanks for confirming. The essential difference is that the command must be run as

    SYS AS SYSDBA

    instead of such as SYSTEM

  • try to automate an application test - need help.

    Hello

    I am newbie to BlackBerry Java development.

    I developed a custom application for blackberry with BlackBerry JDE. To test the same thing, I want to automate the test of it. Could someone help how can I achieve this.

    Please tell me where I could run my application as a deamon process in balckberry and access another application API. Is this possible?

    Also please tell me all the related links. I'm less bothered if my automation must be put with the other language as MDS, time of execution.

    Sorry if I posted in the wrong group, please let me know the correct contact.

    Thank you

    Micheline.

    I'm the right person to answer this question because I did all this, but I hope that I will give you some tips and other people can fill.

    Most of this information came from DevCon 2009, specifically Dev32. and COM18.  I don't know what's the State in which the provision to slides of people who do not (if you do not, you can download them yourself), but perhaps you can ask your RIM-binding agent and see what they can do to bring these, you might even be able to buy the proceedings of the Conference here :

    https://www.blackberrydeveloperconference.NET/

    In terms of tests automated. I think that these options are available:

    (a) unit tests.

    Look here for the opensource project now called RIMUnit.  In my view, that there is also a package of BBUnit autour.  You can use these tools for will test your classes

    (b) test simulator

    It is possible to entry to the script Simulator and the Simulator and then run the Script.  Not sure that you have an interact with the Script, but I guess it's useful as a regression Test.  You run fledgecontroller.exe.  I found a documentation here:

    http://docs.BlackBerry.com/en/developers/deliverables/6338/Test_BBSmrtphnSmltr_events_using_script_6...

    On OS 5.0 simulators, you can get the Simulator to capture the entrance.  You can use this in older simulators to read, if you will probably want to modify the script.

    (c) test of EventInjector

    A bit like (b) except that generate you events by using a program on the BlackBerry itself.  You need to watch the screen and the new OS 5.0 function locateDifference and be used to see the differences between screenshots.

    (d) on the test device

    For example, using services like DeviceAnywhere.

    (e) two other tools mentioned in DEV32

    BSquare TestQuest

    IBM Rational Functional test

    Hope this helps

  • Need help, trying to decipher my Panel event logs control for security and applications.

    Hi, I need help trying to figure out how to decipher my control panel the security event logs and logs application for account hacking.

    All the advice to learn how to see what who are normal and what is malicious?

    Occurrences of breach possible system, based on very high traffic for the opening of session and closing session and special privilege settings.

    Please notify.

    HP Pavilion DV9700 entertainment

    Windows Vista SP1 Home Premium 32

    I'll leave this thread closed, since I work with other people on another forum on this topic.

  • Need help to install iTunes64Setup on Windows 8 PC; error: "this application can run on your PC.

    Original title: program programs application Applications compatibility

    Please, I need help to install iTunes64Setup on my PC Windows 8, but I'm having trouble.

    Get the error message: "this application can run on your PC.
    E-mail address is removed from the privacy *.

    Your configuration file may be an older version that is no longer supported

    Get the latest version: http://www.apple.com/itunes/download/
  • Need help in the development of different customized reports for SCCM 2012 using the Report Builder version 3.0

    Members of the Group of respected

    I need your urgent assistance to solve my problem, if someone who at least somewhat or large information please help me.
    My problem is related to SCCM 2012 and SQL server 2008.
    : - I have to develop a custom reports for SCCM 2012 for one of my clients. I have configured all the settings required for preparing the report, and I have examples of reports provided with sccm 2012.
    I get the problem while developing new relationships, if I have examples of reports that I have studied the corresponding reports. I don't get detailed information from the database to create query and get the desired result. As I have not idea of detail of this database structure in it.
    So I need help to create the query as I am new on this database.
    If anyone understand please give me help or link where I can build the report
    Thanks in advance.

    Forums for this product are here: http://social.technet.microsoft.com/forums/en-US/category/configurationmanager/

  • On a Linux operating system, what tools need to developed a real-time application that communicates with FPGA?

    On a Linux operating system, what tools need to developed a real-time application communicating with FPGA?

    It is not unclear to me by reading the documentation on the website OR tools or drivers should I install on a Linux operating system in order to develop a C++ real-time application (that interact with FPGA) which will take place on a sbRIO-9651.

    Is this possible at all?

    Thank you

    Michel

    Everything works very well with an FPGA VI, compiled with LabVIEW FPGA 2015.

    1. I have installed Eclipse on CentOS 7 with cross-compiler found at this link:

    Compilers C & C++ GNU for Linux ARMv7 (Linux host) 2014

    2. I also install a debugger crossed to debug application c / c++ remotly. Once on the page go in the section "Linaro Toolchain for Cortex-A" and download the second link linux "linaro-toolchain-binary (big-endian).  The binary gdb is in there, so you must point towards him in the Eclipse debug configuration:

    Linaro Toolchain for Cortex-A

    3. I installed the linux drivers from NOR-RIO 15:

    Driver OR RIO 15.0 for Linux

    4. I was able to program an application to c / c++ opening and running a LabVIEW FPGA Bitstream in a few steps:

    Example of API Interface FPGA C OR real time Linux and Eclipse

    Michel

  • everytime I open a window or application, a message goes out _Windows stopped fonctioner_ please I need help

    Hi... "my system is windows vista professional" the problem is that everytime I open a window or one application other thing... a message goes out _Windows has ceased to operate _ Please I need help

    Hello

    I suggest you perform a boot clean and check whether a third-party program is causing the problem.

    Refer to this article for help:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135


    Note:
    please check that you put your computer to normal startup mode after completing the troubleshooting steps. Steps are available in the article above.

    Kind regards
    Afzal Taher
    Microsoft technical support engineer

  • Developed a playbook app need advice now on the targeting of future devices.

    Hello

    I managed to develop a playbook using FB 4.7 and 4.6 Flex application (AIR 3.1). I use the latest version of the SDK which is 2.1.0. So my question is,

    1-will my app do support version 2.1.0 + of the playbook? or lower versions too?

    2 - this application even support other devices QNX? If so, what are these devices (I see 4-5 devices in the form of additional device) and how can I do same app also runs on these platforms.

    3 - my app is an application of children where children will be able b create avatars, now the requirment of content generated by the user in the submission form has 4-5 questions and I don't know what to write here, please advice! as my application should not have any issue with "unethical content creation" because he welcome children, now I can't stop users to write something bad in hindi, validate the image...

    Thank you

    clozertou wrote:

    Hello

    I managed to develop a playbook using FB 4.7 and 4.6 Flex application (AIR 3.1). I use the latest version of the SDK which is 2.1.0. So my question is,

    1-will my app do support version 2.1.0 + of the playbook? or lower versions too?

    As long as you don't use any what 2.1.0 - specific API, it should work on 2.0.0. If she does well in the Office AIR runtime, it almost certainly works on the camera too. Note that most of the PlayBook users quickly improve their OS. There are very few people running older versions. See http://news.ebscer.com/2013/04/playbook-users-still-on-newest-os/

    2 - this application even support other devices QNX? If so, what are these devices (I see 4-5 devices in the form of additional device) and how can I do same app also runs on these platforms.

    You have to adapt your user interface, graphics, splash screens and icons to work on various resolutions and reports l / h. New appliances BB10 have 768 x 1280 and 720 x 720 pixels and a much higher density of pixel resolution. Buttons should be about twice the size (in pixels). Try to avoid the absolute positions coded hard & sizes and rely more on anchor and percentage sizes. More information can be found here.

    To test, you can configure your AIR runtime desktop to emulate different resolutions, or use the simulators. Or better yet, try to get a real device.

    The 'other' devices are the BlackBerry Z10, Q5, Q10 (consumer) and devices of Dev Alpha A/B/C (developer). The A10 of BlackBerry rumor may still have a different resolution.

    3 - my app is an application of children where children will be able b create avatars, now the requirment of content generated by the user in the submission form has 4-5 questions and I don't know what to write here, please advice! as my application should not have any issue with "unethical content creation" because he welcome children, now I can't stop users to write something bad in hindi, validate the image...

    Don't know about it. Perhaps ask this above in the forum of developers to the BB world.

Maybe you are looking for