Can I use WebWorks for UI instead of Java?

Hello

I'm currently writing a small application and that it is difficult to get a nice UI to research using the Java SDK.

I was wondering I could use the WebWorks kit to create the rich UI using HTML and Javascript? My main question is the way in which that interact with the Java API?

For example, what would be involved in control of the NFC app WebWorks?

Thanks in advance

Awesome!

Would you know of any sample code I could watch.

See you soon.

Tags: BlackBerry Developers

Similar Questions

  • Can I use other Adobe ID instead of the Adobe ID, used for the command to install and activate the Photoshop CS6?

    Can I use other Adobe ID instead of the Adobe ID, used for the command to install and activate the Photoshop CS6?

    Thank you

    Only ID authorized to use the software is the ID of the software license.

    Transfer an Adobe product license

  • can I use the generic class instead of delegates

    can I use a generic class instead of delegates?

    public void Sort (CompareDelegate, , cMethod) / / why we creat this "cMethod?
    {
    for (int i = 0; i)< data.length;="">
    {
    for (int j = i + 1; j)< data.length;="">
    {
    If (cMethod(data[i],data[j]) > 0)
    {
    T temp = data [j];
    data = data [i] [j];
    data [i] = temp;
    }
    }
    }
    }

    class delegate

    public delegate int CompareDelegate(T v1, T v2);
    main function
    numbers. ((v1, v2)-online v1 - v2 sort);

    This is the code works perfectly, but I have confusion about class generic and delegates... can we use this generic class instead of delegates by that logic...

    Hello

    The question you posted would be better suited to the MSDN Community. Please visit the link below to find a community that will provide the support you want.

    http://social.msdn.Microsoft.com/forums/en-us/categories

    Hope this information is useful.

  • Can I use my printer manually instead of using the wireless connection?

    Can I use my printer manually instead of using the wireless connection?

    cbg_37 wrote:

    It is an OfficeJet Pro 8610.

    Hello

    It has a print USB 2.0 port, so you can use the printer USB cable to connect it to your computer. This cable may be not in the box, please check if you first buy one (around $5 to $ 10). It is similar to:

    Kind regards.

  • new camera Sx500 IS... Battery Pack NB - 4 L can be used with this device instead of NB - 6 L?

    new camera Sx500 IS... Battery Pack NB - 4 L can be used with this device instead of NB - 6 L?

    Hi Merrileeruth,

    Unfortunately, the PowerShot SX500 is not compatible with the Battery Pack NB - 4 L.

  • Unable to take backup on Windows 7 get error code 0 x 81000019 and message backup Windows found errors on the media during a backup on it and can't use it for additional backups.

    Original title: backup Windows found errors on the media during a backup.

    original title: backup errors

    Whenever I try to do my monthly backup I get the following messages

    Backup Windows found errors on the media during a backup on it and can not use it for additional backups.

    Pleas write the following label on a blank media and insert it into D: /.

    I did and then he asked me to get in shape, I say OK and I get the same message on the media errors and I put another disc and get the same problems again. I can't find out what the problem is, what can I do to fix this problem and get a new backup?

    I now have an error 0 x 81000019

    Hello

    You did changes to the computer before the show?

    Method 1: Check if the shadow copy volume is running
    (a) click Start.
    (b) in the search box, type Services.msc.
    shadow copy Volume c) right-click and go to properties.
    (d) select Auto (Delayed) in the start menu type in the menu drop-down.

    Method 2: Clean boot
    When the computer starts to boot, programs non-Microsoft will not be started and would avoid any interruption of their share.

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

    Note: Once you are done with the boot, follow step 7 of article to reset your computer to normal startup.

    Method 3:

    Check all your drives to NTFS.

    This problem may occur if the drive is not NTFS format.

    Please follow the steps mentioned below to convert the reader:

    Using the Convert command

    1. click on the "Start" button, click "all programs" and click on "Accessories".

    2. right click on "command prompt" and click "run as administrator".

    3. in the window "Administrator: command prompt", type the following command and press ENTER.

    CONVERT %Drive% letter: / FS: NTFS

    letter of %Drive% is the driver that you want to convert. For example, type the following command to convert drive F to NTFS:

    CONVERT F:/FS: NTFS

    4. when the following message appears in the command prompt window, type the volume label of the drive that you are converting, and then press ENTER:

    The type of the file system is FAT.

    Enter the name of the current volume of reader letter %Drive%:

    Type any string of characters for the Volume name. If you simply press ENTER, it will affect 'Local disk' as the default Volume name.

    5. when the conversion to NTFS is complete, the following line appears in the command prompt window:

    "Complete conversion".

    6. restart the computer and check the result.

    Hope this information is useful.

  • How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Hello

    How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Thank you

    Jay.

    Select the connection and right-click on it and select schema statistics collection

  • Can I use it for packaging?

    Can I use it for packaging?

    Hello

    Yes, you can.  Please check the license terms for more information - Royalty free images, pictures and graphics. Adobe Stock

    Thank you

    Bev

  • can I use tiff for HDR files in 'fusion HDR Pro' PS cc

    can I use tiff for HDR files in 'fusion HDR Pro' PS cc

    Yes.

  • I know that I get 2 downloads. I have one on my Mac. Can I use one for my laptop?

    I know that I get 2 downloads. I have one on my Mac. Can I use one for my laptop?

    Hello david,.

    That is right. Cloud software can be installed on Mac or Windows for no extra cost. No platform swap process is necessary.

    On the Mac log you just to creative.adobe.com with your Adobe ID and download the software. Same thing as you did on the PC.

    Hans-Günter

  • Can I use a GPIB PCI instead has a HP 82350

    Can I use a card NI PCI-GPIB IEEE 488.2 in instead of a map of 82350 HP.  I want to configure a 5890 II to a PC running Windows 2000 with the Chemstation B02.01 software.  Sorry - Posted two places.

    Yes, you should be able to. The two cards are GPIB controllers. Just make sure you install the NOR-488 driver for your operating system.

  • Can we use DBMS_JOB for parallel processing?

    Hi all

    I wonder if we create 10 jobs each inserts 100 rows in a specific table. Will it be parallel? In other words, please correct me if I'm wrong, when a job starts Oracle does not wait for it until he finished. It run other respectively, right? If this logic is true, then we can use DBMS_JOB and DBMS_SCHEDULER for parallel processing?

    Thanks in advance.

    Yes, you can use these 2 packets for parallel processing. I suggest using DBMS_SCHEDULER instead, because it is much more powerful than DBMS_JOB. I noticed a kind of latency using DBMS_JOB between the presentation of each batch.

    I usually combine DBMS_SCHEDULER with DBMS_ALERT to acknowledge the completion of the work.

    As suggested, you can also use DBMS_PARALLEL_EXECUTE. This package uses the dbms_scheduler logic.

  • No problem at all. Company I work with that use IE w / their software online. Can I use IE for that and Firefox for all the rest?

    This company online system has been tested with IE. I met a little trouble trying to disconnect. When I log out, it takes me to the login screen, but I'm not disconnected and can not reconnect. I'll try using IE and see if the problem goes away. If so, can I use IE just for this company and use FF for everything else?

    Yes, you can even use IE as you are using Firefox, if you wish.

  • PC card - can I use it for?

    Excuse my ignorance, but I have a slot for pc card on the side of my laptop (equium L20). What kind of job could I use it for? Some of my games does not work, I put some sort of bulletin of upgrade?

    Google for PC cards and you will find many solutions of PCMCIA cards.
    Lucky suggested that PCMCIA cards can be used as wireless network card, save etc, tuner TV, adapter, support of information there are many possibilities.
    But unfortunately I don t think you will be able to use these cards with all the games.

  • Qosmio F20-111: need drivers Vista-&gt; Can I use drivers for F30?

    I couldn't find a driver for my laptop vista. Can I use F30 drivers for my laptop F20?

    Thank you

    Hello

    Of course, you can try to install the drivers of Qosmio F30 but the question is: drivers Vista F30 will work?
    I think you should be able to install Vista on your F20.
    But you will not be able to use the additional features of Toshiba Toshiba controls, keys FN, etc.

    PS: I found very beautiful thread in the Qosmio G20 section.
    Some of the guys discussed about Vista on the G20. Now for the G20 Vista drivers are not available, but FranciscoJr has handled this problem.

Maybe you are looking for