1. thehairlesscat's Avatar
    Okay, as someone who hasn't written code since he was doing it on a PCjr, can anyone point me to a good self-help starter for learning how to code nowadays?

    As I'm getting a playbook and will use it a lot with my business, I'd like the ability to write some apps specific for myself, and maybe helpful to others too.
    04-06-11 01:17 PM
  2. jetstreamblue's Avatar
    You can start here, official RIM getting started resources list:
    BlackBerry - Tablet OS SDK for Adobe AIR Development Resources

    The developers board at RIM will be an excellent source of help once you get started:
    Tablet OS SDK for Adobe AIR - BlackBerry Support Community Forums
    04-06-11 01:26 PM
  3. doug1010's Avatar
    You can start here, official RIM getting started resources list:
    BlackBerry - Tablet OS SDK for Adobe AIR Development Resources

    The developers board at RIM will be an excellent source of help once you get started:
    Tablet OS SDK for Adobe AIR - BlackBerry Support Community Forums
    I tried the "Flex" tutorial... blarg. What an ugly markup language

    The one you posted, the "getting started" guide is so much nicer.
    04-06-11 10:10 PM
  4. jenks5150's Avatar
    What language are you looking at getting into?

    A good starting point would be either Java or C++.
    04-07-11 12:37 AM
  5. peter9477's Avatar
    Note that there's absolutely no reason you have to use the MXML ugliness to do Flash development. It's quite feasible to use "pure" ActionScript3, in which case your code has a distinctively Java-like feel to it (if you like that kind of thing...). In contrast to earlier versions of ActionScript, which were on par (if that) with JavaScript, AS3 is a real language, with static typing (again, if you like that kind of thing) and other features that make it reasonably suitable for serious development.

    The benefit of using Flash is that it's got a nice set of tools for doing pretty decent UI development, in contrast to many other libraries.

    They've also said that "hybrid" apps will be feasible, allowing you to write extensions in the native SDK once that's available, while keeping your UI in Flash.
    Last edited by peter9477; 04-07-11 at 07:06 AM.
    04-07-11 07:03 AM
LINK TO POST COPIED TO CLIPBOARD