Thursday, May 24, 2012    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Dec 2010 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (117) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (34) [RSS]
 • AdobeMAX11 (28) [RSS]
 • AdobeMAX13 (1) [RSS]
 • AIR (299) [RSS]
 • Appearances (217) [RSS]
 • Books (86) [RSS]
 • CFEclipse (15) [RSS]
 • Cloud (1) [RSS]
 • ColdFusion (1483) [RSS]
 • ColdFusion Builder (23) [RSS]
 • Data Services (43) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (368) [RSS]
 • Flex (565) [RSS]
 • Home Automation (5) [RSS]
 • HTML5 (36) [RSS]
 • JavaScript (3) [RSS]
 • Jobs (133) [RSS]
 • jQuery (15) [RSS]
 • JRun (14) [RSS]
 • Labs (63) [RSS]
 • LiveCycle (37) [RSS]
 • MAX (285) [RSS]
 • Mobile (257) [RSS]
 • PhoneGap (17) [RSS]
 • Regular Expressions (19) [RSS]
 • RIA (21) [RSS]
 • SQL (45) [RSS]
 • Stuff (554) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (167) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
December 7, 2010

Want A PlayBook? Build An App

RIM has announced that starting today, developers can submit their BlackBerry PlayBook tablet apps to the BlackBerry App World vendor portal. And as announced at Adobe MAX 2010 a few weeks ago, developers who create an application for the BlackBerry PlayBook tablet (one that is approved for distribution through BlackBerry App World prior to the tablet's initial release) are eligible for a free BlackBerry PlayBook tablet. And yes, you build apps using Flash Builder. In fact, most of your AIR development skills will be put to good use when developing for the PlayBook.

Comments
This is awesome! thanks Ben!
# Posted By Tom Person | 12/7/10 1:37 PM
I believe there is some confusion when people mention AIR in relation to the RIM portal. Can developers use HTML5/CSS3/AJAX to build an app, package it in AIR, and deploy it on the store? Or does the app need to be made with actionscript and then wrapped with AIR?
# Posted By Matthew Reinbold | 12/7/10 2:39 PM
Matthew, it's actually simpler than that. There is an SDK you use, basically Flex SDK with additional classes and methods to access PlayBook specific functionality, and you compile your app with that SDK. Then you package it, and deploy the app. That's it. Most existing AIR apps will need nothing more than a recompile and repackage to create .BAR files (instead of .AIR or .APK files). And if you do want to use the PlayBook APIs, then just add those to your code. As I said, simple.

--- Ben
# Posted By Ben Forta | 12/7/10 3:05 PM
Matthew --

Right now the only SDK available for the playbook is the Adobe AIR SDK. You develop your app like you would a regular Flex/AIR app.

If you are interested in packaging an HTML/CSS/JavaScript app for playbook another SDK called "WebWorks" from RIM is due out soon which does exactly that. It also allows you to interface with the device native APIs (through JavaScript I believe). A release date for WebWorks has not been announced, but they have said that it will be the next SDK available before the Java and C++ SDKs.
# Posted By Josh Grauer | 12/7/10 10:44 PM
Do you know when playbook is releasing?
# Posted By Syed | 12/8/10 4:43 PM
Can't answer that one Syed, sorry.

--- Ben
# Posted By Ben Forta | 12/8/10 4:48 PM
Should we build a traditional AIR application or should we select "Mobile Flex Project" in Burrito?
# Posted By Tom Van den Eynde | 12/9/10 8:23 AM
Build a "Flex Mobile Project".

--- Ben
# Posted By Ben Forta | 12/9/10 8:41 AM
What is the acutal screen size of playbook?
# Posted By umesh | 12/13/10 4:27 AM
Sorry, I can't comment on device specifics. But, there is some info online, including on the RIM site.

--- Ben
# Posted By Ben Forta | 12/13/10 9:48 AM
My app got approved last week (http://appworld.blackberry.com/webstore/content/23...). Thanks for pointing me in the right direction! Now I can still hope that Adobe launches a similar action to get Flex developers to develop UI components. This way we're not stuck with the ones of the dead & burried (but fantastic!) Flexlib library...
# Posted By Tom Van den Eynde | 2/9/11 3:35 PM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved