<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; Cascades SDK</title>
	<atom:link href="http://devblog.blackberry.com/tag/cascades-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; Cascades SDK</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>It’s dangerous to go alone! Take this: Cascades Builder</title>
		<link>http://devblog.blackberry.com/2012/05/cascades-builder/</link>
		<comments>http://devblog.blackberry.com/2012/05/cascades-builder/#comments</comments>
		<pubDate>Thu, 03 May 2012 13:58:13 +0000</pubDate>
		<dc:creator>Alex Kinsella</dc:creator>
				<category><![CDATA[Cascades]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Native SDK Development]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[Cascades Builder]]></category>
		<category><![CDATA[Cascades SDK]]></category>
		<category><![CDATA[visual editor]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=9188</guid>
		<description><![CDATA[Examining the public beta release of Cascades Builder, a solid source editor for Cascades application for BlackBerry 10.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9188&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><i>Editor&#8217;s Note: Here&#8217;s a post from Markus Landin, the Product Manager for Cascades™</i></P></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-9194" src="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-1.jpg?w=600&#038;h=362" alt="TITLE_IMAGE" width="600" height="362" /></p>
<p>Cascades™ Builder is an extension to the Momentics IDE, providing developers with tooling features for developing <a href="http://devblog.blackberry.com/2012/05/blackberry-10-cascades-available-now/" target="_new">Cascades</a> applications for <a href="http://blogs.blackberry.com/2012/05/blackberry-10-world-keynote/" target="_new">BlackBerry® 10</a>. Our goal with Cascades Builder is to increase developers’ efficiency by offering advanced source editing features like code completion, enabling UI profiling and debugging, and offering features like visual editors to design and implement the UI without writing code.</p>
<p>This is a first public beta release, and while we have not yet reached all these goals, we have come a long way in providing some unique and powerful features!</p>
<p>We realize that what matters most to you as a developer is a solid source editor &#8211; an editor that simply allows you to write as many lines of code in an as short time as possible. But we also realize the need for instant feedback &#8211; the need to try out ideas, to tweak application UI’s pixel positions and margins, and to see the result instantly. We know that you want to get immediate feedback and not have to wait a full change-compile-deploy cycle.</p>
<p>With that said, let’s go through the features of Cascades Builder to demonstrate how you can achieve that desired instant feedback:</p>
<p><span id="more-9188"></span></p>
<h3><strong>Features</strong></h3>
<p>These are the most significant features that we provide to you in this beta release:</p>
<p><strong>Getting started:</strong> For you to quickly get up and running, there is a project wizard that offers a couple of “Hello world” style project templates. It generates the Cascades project with the required headers and source files, QML files and project files. There is also the possibility to create a project based on one of the bundled examples. More templates will soon be available, based on common BB10 UI patterns.</p>
<p><strong>Source editing:</strong> A Cascades application typically consists of combination of QML (for the application’s UI and UI related logic) and C++ for the application logic. The QML editor is probably the most important part of Cascades Builder and currently offers syntax based coloring and simple error highlighting. There are also features like bracket matching and formatting. The most wanted feature in any editor is probably the code assist; as you write the code, you will see context sensitive suggestions of components, properties, etc.</p>
<p><img class="aligncenter size-full wp-image-9193" title="" src="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-2.jpg?w=500&#038;h=278" alt="" width="500" height="278" /></p>
<p><strong>Preview window:</strong> The preview window is another powerful feature. While you type the QML to create the UI, you can see the design as it would be rendered on the device. It can even handle databindings and references, and can resolve JavaScript® expressions. Thus, tweaking the QML to adjust that pixel perfect padding has become a simple task, and if you want to check that your expressions work as expected, you don’t need to deploy and run the application on device.</p>
<p><img class="aligncenter size-full wp-image-9192" title="" src="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-3.jpg?w=600&#038;h=330" alt="" width="600" height="330" /></p>
<p><strong>Component palette:</strong> Cascades Builder has a component palette that lists the UI building blocks you can use for your application. Although you cannot drag and drop from the components palette into the scene rendered in the preview window, you can use it to drag and drop components into the QML source file.</p>
<p><img class="aligncenter size-full wp-image-9191" title="" src="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-4.jpg?w=500&#038;h=169" alt="" width="500" height="169" /></p>
<p><strong>Properties view:</strong> The properties view is a great way to see and explore features and behaviors that the component offers. The properties are grouped in categories so that it is easy to find the properties that are most relevant and often used, and you can see and edit their values. As you edit the values, the changes are immediately reflected in the visual preview and the QML source code. From within the properties view, you can also generate common signal handlers.</p>
<h3><strong>Photoshop integration</strong></h3>
<p>We strongly believe that close collaboration between designers and developers is key for successful applications. Although this is very much a process issue, it also comes down to the tools and technologies being used. In addition to the powerful Cascades APIs and the development environment you get with Momentics and Cascades Builder, we also provide a extension to Adobe® Photoshop® that we call Cascades Exporter.</p>
<p>As a designer, you would create the visual design for an application screen in Photoshop, and with Cascades Exporter you can export the design as a bundle of separate images together layout information. Cutting a design into separate images is usually a manual and tedious task, but Cascades Exporter now does this for you.</p>
<p><img class="aligncenter size-full wp-image-9190" title="" src="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-5.jpg?w=600&#038;h=311" alt="" width="600" height="311" /></p>
<p>The bundle that is created (and that contains the individual images and the layout information) can then be imported into the IDE. Cascades Builder will add the images to the project, and QML source code is created so that the images are laid out to make the scene look the same as it was in Photoshop.</p>
<p><img class="aligncenter size-full wp-image-9189" title="" src="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-6.jpg?w=500&#038;h=590" alt="" width="500" height="590" /></p>
<p>We do not claim that this is a magical solution that makes it possible to replace the developer with the designer &#8211; but it does help the handover of visual assets and makes a great boiler plate for the developer to start off with. Interactivity and dynamics then need to be added by the developer.</p>
<h3><strong>And more&#8230;</strong></h3>
<p>There is more to Cascades Exporter that helps the designer. Its time-saving image scaling feature is designed to maintain edge sharpness when scaling vector shapes. It also helps you to create 9-sliced images – move around guides define how the image should be cut, and then just hit the export button.</p>
<h3><strong>What’s next?</strong></h3>
<p>There are many important source editing features still to be implemented, and this is our top priority. So in the near term you should expect to see improvements to the code assist, and new features like hyperlink style code navigation. Also, you should see coloring not just for the language key words, but also for objects, properties, and so on. Additionally, there will be validation that does not just catch syntax errors, but catches errors like trying to use an object or property that does not exist.</p>
<p>We will add features to help you with UI debugging and profiling, and to add debugging support for JavaScript so that you can set breakpoints, step through and inspect the code. We are already working with visual editing; i.e. dragging component into a design canvas where you can layout and rearrange the user interface. We will continue to explore how we can help designers and developers work efficiently together. For example, maybe a Photoshop design can be exported not only as a bunch of images, but as actual UI controls?</p>
<p>While we are busy improving the Cascades development tools, we hope that you will be busy developing <a href="http://devblog.blackberry.com/2012/05/blackberry-10-cascades-available-now/" target="_new">Cascades</a> applications. We look forward to hearing your comments and opinions on this beta release.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/9188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/9188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9188&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/05/cascades-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d0e94a7e96e80d5911732d43f31a39c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alex K.</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-1.jpg" medium="image">
			<media:title type="html">TITLE_IMAGE</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-2.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-3.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-4.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-5.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/cascades-builder-6.jpg" medium="image" />
	</item>
		<item>
		<title>BlackBerry 10 Cascades is here!</title>
		<link>http://devblog.blackberry.com/2012/05/blackberry-10-cascades-available-now/</link>
		<comments>http://devblog.blackberry.com/2012/05/blackberry-10-cascades-available-now/#comments</comments>
		<pubDate>Tue, 01 May 2012 13:40:20 +0000</pubDate>
		<dc:creator>garett</dc:creator>
				<category><![CDATA[Native SDK Development]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[BlackBerry 10 developer tools]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[Cascades]]></category>
		<category><![CDATA[Cascades SDK]]></category>
		<category><![CDATA[QML]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=9126</guid>
		<description><![CDATA[Examining the Cascades SDK, its set of native UI elements and capabilities.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9126&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Everyone here in the Developer Relations team is excited to deliver the first betas of our BlackBerry® 10 developer tools this week. For me, the SDK that I’m most excited about is the astonishing <a href="http://developer.blackberry.com/cascades" target="_new">Cascades™</a> SDK. I have had the privilege of working with this SDK for the past few months and am extremely happy that it is ready for its debut as a public beta! Cascades provides a fantastic experience for both developers as well as end-users.</p>
<h3><strong>Native UI elements</strong></h3>
<p>The Cascades SDK provides a full set of native UI elements which can easily be added to your applications: buttons, fields, text areas etc. Each of these elements will provide hooks to let you easily listen for any standard events (touch, click, toggle) and properties to allow you to customize them for your application needs.</p>
<p><img class="aligncenter size-full wp-image-9138" title="" src="http://rimdevblog.files.wordpress.com/2012/04/cascades.jpg?w=514&#038;h=464" alt="" width="514" height="464" /></p>
<p><span id="more-9126"></span></p>
<h3><strong>Develop using both QML declarative and C++</strong></h3>
<p>Whether you are a C++ guru, a declarative czar, or someone just getting started with programming, Cascades has a place for you! The user interface can be handled using entirely C++ or QML (Qt Markup Language). Data processing can be handed off to JavaScript® written in your QML files or passed off to C++ for some additional heavy lifting. The UI developed in either QML or C++ can be identical, and the QML is optimized on load to run just as fast as if it were written in C++.</p>
<p>Of course, for those of you that would like to have the best of both worlds, that’s also a possibility as C++ and QML can work together. QML can be used to rapidly create your UI while C++ is used to handle the business logic of your application. The result: A fast and easy way to prototype application UI while working on building and refining the business logic in tandem.</p>
<h3><strong>Animations!</strong></h3>
<p>One of my favorite parts about Cascades is the native UI elements: they look great and sync together, but they are also animated. Each element that can be interacted with has its own signature animation; when a check box is toggled, the check mark doesn’t just appear &#8211; it springs in to place! Small, non-intrusive, signature effects that result in a fun and inviting experience &#8211; even with check boxes &#8211; is what makes Cascades great!</p>
<h3><strong>Flawless user experience</strong></h3>
<p>The Cascades SDK is built using client-server architecture where the client handles all UI is handled by the client thread and the server thread handles all the heavy lifting (data processing, networking etc). To the end user, this means that even if the server is working hard to process data, the client will stay responsive and extremely lag-resistant.</p>
<p><img class="aligncenter size-full wp-image-9137" title="" src="http://rimdevblog.files.wordpress.com/2012/04/cascades-2.jpg?w=600&#038;h=359" alt="" width="600" height="359" /></p>
<h6>A split screen showing QML coding alongside the real-time design view</h6>
<h3><strong>Fantastic visualization and design tools</strong></h3>
<p>The Cascades SDK provides both Source and Design views when creating your user interface in QML. The source view lets you write the source for your UI while the design mode provides a real-time representation of how the UI will look, saving you loads of time.</p>
<p>To tag along with the theme of expediting UI design, the Cascades team has also developed a plug-in for Adobe® Photoshop®, The Cascades Exporter plug-in for Adobe Photoshop. This plug-in is really worthy of its own blog post, but in short, it allows you to design your UI in Adobe Photoshop then export the design in a way that can be imported right into your application. From design to implementation in a just a few short steps!</p>
<h3><strong>What can you expect moving forward?</strong></h3>
<p>Expect more and more features, functionality and astonishing ideas to be added to the SDK and IDE as we near the Gold SDK release and beyond. You can also expect to see a great deal of training in the very near future which will cover topics from “Getting Started” right through to more advanced topics like “Using OpenGL in Your Cascades Application”. Stay tuned for announcements on these!</p>
<p>If you would like to find more information on developing applications using the Cascades SDK, then please head over to the <a href="http://developer.blackberry.com/cascades" target="_new">Cascades micro-site</a> where you will find SDK and simulator downloads, sample applications and a wealth of documentation.</p>
<p>One last thing: this is a Beta, so if you do find any small bugs or think of some functionality that you would like added to make your application or developer experience even better, please log an issue in <a href="https://www.blackberry.com/jira/secure/Dashboard.jspa" target="_new">Issue Tracker</a>.</p>
<p>That’s it for me. I cannot wait to see what applications you all come up with! Keep us posted with your progress by dropping us a line on Twitter® at <a href="http://twitter.com/BlackBerryDev" target="_new">@BlackBerryDev</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/9126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/9126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9126&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/05/blackberry-10-cascades-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e7e69af37da351a3462a17576c2209?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gbeuk</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/04/cascades.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/04/cascades-2.jpg" medium="image" />
	</item>
	</channel>
</rss>
