Development of applications for musicians - noob

I think to try my hand at writing applications for musicians to the BB10 / Playbook platform.  I have some experience programming in the (distant) past, mostly in C++ and a bit of Java.  I've never coded for a mobile platform really (except a little bit when I worked at RIM, more than 10 years ago).  Some of the questions asked by a Noob:

(1) for this type of application (apps for musicians that can play music notes), which is the best environment - Native C/C++ or Java?  The two are all too appropriate or all? Which is easier?

(2) is the Blackberry Playbook OS 10 have something like a wave table integrated with an API that developers can use to play musical notes with a variety of instrument sounds, or my apps will include audio samples for all these?

(3) is it a total noob-guide for beginners start writing applications type "hello-world" simple for BB10/playbook, and that perhaps relieve the reader in the different APIs?

Thanks for any help - feel free to contact me directly with any suggestions: [email protected]

Welcome to the forums.

The answer to your questions, it's that you're in the wrong place.  BlackBerry Java is not supported on BB10/Playbook, unless of course you are porting an Android Application.  If you really have no choice, you have to write on a platform supported by BB10/Playbook.  You have choice of

WebWorks - i.e. the HTML and Javascript

Adobe Air

Native C++ code.

Is the best place to look to the left for more information on these options

https://bdsc.webapps.BlackBerry.com/DevZone/

That is the method chosen, there is a forum for this:

http://supportforums.BlackBerry.com/T5/application-platforms/CT-p/app_plat

Good luck and have fun.

Tags: BlackBerry Developers

Similar Questions

  • AT300 - need driver USB to develop an application for Android

    Hello

    I'm a new Tablet AT300.
    I'm developing an application for Android in Eclipse.

    I want to debug on it but I need a usb driver as explained here:
    http://developer.Android.com/tools/Extras/OEM-USB.html

    But I found Toshiba on other tablets like the Archos, I use to download on their website.
    Could you tell me where I can find the driver.

    Kind regards

    VPM

    If you are making reference to the use of 'Android Debigging Mode' that light, then using the standard driver of Google in the Android SDK should work.

    But with that you need to add the device ID in the INF for her.

  • Provide technical support paid to the developer of applications for BlackBerry BlackBerry?

    Provide technical support paid to the developer of applications for BlackBerry BlackBerry?

    Please guide me if BB provides this support for developers.

    Thank you

    The technical forums offer almost everything you need. There are BB monitor and help people on various forums. It really takes that you had to pay someone, if support is free.

  • Develop the application for all the OS versions

    I want to develop an application for all versions of BlackBerry OS(Earlier versions and BB 10). App should contains Google map, integration of services and facebook and also.

    What is the best process to develop this application? (Cascade or android runtime ot webworks)

    Pls help me.

    WebWorks, it's all pretty easy, but because of differences in the config.xml file, you need different versions for different devices (mess me all the time)

    With the help of other languages is much more difficult that you need different base code for everything

    OS5-7 = Java

    PB = AIR

    BB10 = NDK / Cascades

    It is important that a GMaps app - basically - has the support of 5th place (although 5 has problems rendering and is terrible @ AJAX)

    I would stick to 6 + in, then things are stable and should work in all markets with that codebase

  • Develop an application for 7.1. Can not find the plugin.

    Hi all

    I have a blackberry 9900 and wishes to develop a very simple application for this phone, but I found that software development is no longer present. The links on this page are broken:

    http://developer.BlackBerry.com/BBOS/Java/downloads/

    Is there another place where I can download the required software?

    Thank you very much

    John

    Now, the link does not work! It was only a temporary outage.

    Thanks in any case.

    John

  • How do you develop an application for the surface?

    Ive some keen ideas on different types of applications for the Surface... what the process will be to do?

    Start by this document and post back if you need further information, although I suspect you will find more help on the MSDN Forums for the development of the app.

  • Develop an application for Xbox

    Hi, I am the owner of a will be soon published online television channel. I wanted to know what are the procedures required to create and to have an app for my channel on xbox. as the application of espn.

    no position is a blessing. Thank you much in advance.

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the MSDN Developer audience. Please ask your question in the following forum.

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

    Concerning

  • I could develop Java Application for Blackberry device software version 5.0 to 6.0 JDE

    Hi, expert,

    I saw this line of the ' BlackBerry Java Development Environment - 4.7.0 - fundamentals Guide'.

    It is said:

    ===============================

    With each major version of the BlackBerry Device Software and the FMV of BlackBerry, Research In Motion includes the
    corresponding Java API and version of the BlackBerry® Java® development environment. The version of the BlackBerry device
    Software determines the version of the BlackBerry® integrated development environment that you can use to develop
    applications. For example, RIM released BlackBerry Device Software version 4.0 and BlackBerry JDE version 4.0 in even
    time. BlackBerry JDE version 4.0 supports APIs that were introduced in BlackBerry Device Software version 4.0
    and BlackBerry JVM version 4.0.

    The applications that you create by using BlackBerry JDE Version 4.0 only work on BlackBerry devices
    running BlackBerry Device Software version 4.0 or later.

    =========================

    The last sentence talking about version 4.0 of JDE. I think that would mean that I could not develop a java application on JDE 6.0 for Blackberry 5.0 version of the software, even if I do not use any new API to 6.0. However, it seems to me that it is a useless limitation. Could someone throw some lights on it?

    I'm going to agree with superdirt here.

    I have the 5.0 OS update of applications work well on OS 5.0, 6.0 and 7.0 of the OS OS phones.  I try not to recompile for levels of the OS, if I can, and so far I've been perfectly safe with OS 5.0 running on the later levels of the operating system.  So you should be able to get away with just using OS 5.0.

    Not that it is important for you, but I just thought I documents some historical information about level changes.  .

    As far as I know it 2 change cod in the file format, one to the 4.0 OS and the other in OS 4.2.  Therefore, if you want to run anything in OS 6.0 or above, it must be compiled in OS 4.2 or higher.  Again, I have applications compiled to OS 4.2 running on OS 6.0, without no problem devices.

    There have been changes to the API - the result is that the code that works in OS xx does not work in OS yy where yy is after xx.  I hit a few of them and have so far managed to rework the code so that it works very well on both levels of the operating system.  In general it is things that I do wrong anyway, as the older operating systems (from memory) are not as strict on when the event Thread must be used.

    The problem with OS 4.7 compatibility is an impact and to get more of this, for devices touch screen only, I compile using OS 4.7.  If an application that uses only the functionality that was available in the OS 4.2, I compile on OS 4.2 for non touch screen phones and OS 4.7 for touchscreen phones.  And everything works fine.

    I hope this helps.

  • Confusion about the development of applications for windows surface surface Pro and Windows for windows rt...

    Hello guys... I want to launch an application... for surface... but the confusion I got... is one of main surface contain windows rt and pro version contain windows 8. for pro, I'm fine with the update, but for windows version rt... made the project 2012 VS for windows... like in the pro version... (same project will work or not)... or I do VS 2012 project for windows phone...

    Hello

    Please post your question in the MSDN forum.

    MSDN

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

    I hope this helps.

  • Why you develop your applications for iOS first?

    .. . When you have a lot less restrictions with the best file management and much more memory and better tech on android, including support full stylus on the note of Galaxy models?

    Adobe has a strong tradition of multiple platforms. Like Photoshop 1.0 and Lightroom public beta, we often do started on a single platform and expand from there.  Please stay tuned - team is very busy working on a number of interesting updates.

    Bryan

  • Tutorial on the use of the ADF to develop Web Application

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop an application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    I just installed the 3 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

    (1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create a new WebLogic "Domain_CS" domain to develop the application for admission online.

    I have no experience to develop the Web Application using ADF. I have developed a few Web Applications using NetBean and database server. It seems that the ADF and NetBean have some similarities. Both need to create a project with a 'Web - INF' file for Web Application development. But I don't know the first step to start the ADF to call the wizard.

    My question is:

    What command and what directory to start ADF and call the wizard in order to develop the Web Application?

    Thanks in advance.

    You don't need to install JDev WLS directory.

    What you end up doing, is take the application (EAR/WAR file) you create in JDeveloper and deploy in the WebLogic.

    JDeveloper will be in a separate Directory.

  • Application for Admission online by campus Solution 9.0: download AAWS

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University. I finished the implementation of all application modules. Now, I will develop the application for Admission online for future student to apply for admission.

    My installations are below:

    Server machine: Oracle Linux 5.10

    Client computer: Windows XP Professional

    Database server: Oracle Database 11g

    The version of PeopleSoft: 8.53 PeopleTools and PeopleSoft Campus Solution 9.0 R5

    Because Linux doesn't have a graph feature, I also install PeopleTools 8.53 in the Windows XP client computer to run the applications and Data Mover Designer.

    To develop the application for Admission online, I need to install AAWS (Admission Application Web Service) 9.0 Solution Campus.

    According to the document, Bundle 18, 19, 20, 21 and 22 are the AAWS software.

    I checked http://eDelivery.Oracle.com , the current version of PeopleSoft Campus Solution is 9.2

    I don't see anywhere to download Bundle 18, 19, 20, 21 and 22 of AAWS.

    My question is:

    Where to download the Bundle 18, 19, 20, 21 and 22 to AAWS develop the online admission application?

    Thanks in advance.

    Your follow-up questions are all loaded with questions. You'll have to read on many subjects, and he will never be in direct response to these requirements.

    First of all, in the browser, browser Solution Campus, what elements are sent to AAWS? As constituent Transaction management?

    You must read PeopleBooks and understand it. There is no navigation to AAWS, it is a web service. There are a few configuration associated with pages you will need to refer to PeopleBooks.

    Secondly, what machine to install Oracle ADF? Oracle Linux 5 Client machine or Windows XP Server?

    ADF must be installed on your client for the development (similar to the designer of the App). Yet once, consult PeopleBooks and documentation on My Oracle Support (unfortunately without an id of support that you will most likely have trouble). If you have specific problems during the installation process of the people may be able to help.

    Some reference material on ADF:

    https://blogs.Oracle.com/Shay/entry/using_adf_with_peoplesoft_-_We

    http://www.Oracle.com/technetwork/topics/OFM-PSFT-getting-started-087159.html

    https://blogs.Oracle.com/FMW4PeopleSoft/entry/create_a_rich_ui_for_peoplesof

    Graham PeopleSoft blog: mobile applications for PeopleSoft

    In addition, you can consult the books of Jim Marion:

    http://www.Amazon.com/PeopleSoft-PeopleTools-techniques-Oracle-Press/DP/0071664939

    http://www.Amazon.com/PeopleSoft-PeopleTools-mobile-applications-development/DP/0071836527

  • Flash/Flex Application for booth? How does that sound?

    Hello experts...
    I developed an application for a corporate showroom. I plan to install a newsstands and run this application on it... guys what do you think? It is advisable to run the flash/flex on kiosk application?

    AIR is the answer

  • I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    Guideleines of the user and the specifications on the sizes of icons etc to BlackBerry PlayBook OS Applications

    OK, I downloaed the pdf below for UI guiderlines

    UI_Guidelines_BlackBerry_PlayBook_Tablet_2_1.PDF

    Ok

  • How to develop applications for blackberry 5

    I have developed an application that works fine in the Simulator, but does not on my real blackberry

    Some people told me that the problem is that I my 1.3.0 jde java eclipse plugin is for os 6 but mine is os 5

    the problem is that I can't upgrade my bb os because it's an old

    and I can't find a link for the jde plugin but for os 5.0

    Please someone give me a link

    You can switch the JRE used in eclipse, usually lower OS versions are preinstalled.

    right click on the project, the properties, the java build path, libraries, select blackberry jre, change

Maybe you are looking for