<?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 demo</title>
	<atom:link href="http://devblog.blackberry.com/tag/cascades-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 15:08:31 +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 demo</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>Cascades: Rich UI Development for BlackBerry Apps</title>
		<link>http://devblog.blackberry.com/2011/10/cascades-blackberry/</link>
		<comments>http://devblog.blackberry.com/2011/10/cascades-blackberry/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:31:21 +0000</pubDate>
		<dc:creator>Douglas Soltys</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Native SDK Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[BBX]]></category>
		<category><![CDATA[blackberry apps]]></category>
		<category><![CDATA[blackberry playbook]]></category>
		<category><![CDATA[BlackBerry PlayBook OS]]></category>
		<category><![CDATA[Cascades]]></category>
		<category><![CDATA[cascades demo]]></category>
		<category><![CDATA[Native Development Kit]]></category>
		<category><![CDATA[ndk]]></category>
		<category><![CDATA[playbook apps]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[tat]]></category>
		<category><![CDATA[tat cascades]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=7294</guid>
		<description><![CDATA[Cascades - the UI framework that TAT uses to create numerous advanced UIs and applications, such as Scrapbook will soon be available to BlackBerry developers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7294&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/bAKu0aVBHgQ?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;hd=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p style="text-align:center;">[ <a href="http://youtu.be/bAKu0aVBHgQ" target="_new">YouTube link for mobile viewing</a> ]</p>
<p><em>Here&#8217;s a guest post from our friend Anders at RIM <a href="http://blogs.blackberry.com/2010/12/rim-welcomes-tat/" target="_new">TAT</a>! &#8211; Ed.</em></p>
<p>Cascades is the user interface (&#8220;UI&#8221;) framework that TAT has been using for many years to create numerous advanced UIs and applications, such as <a title="Scrapbook for BlackBerry PlayBook" href="http://blogs.blackberry.com/2011/07/scrapbook-for-playbook/" target="_blank">Scrapbook for BlackBerry PlayBook</a>. I&#8217;m happy to announce that it will soon be part of the BlackBerry Native SDK.</p>
<p>Here&#8217;s a short list of Cascades features:</p>
<ul>
<li>Great performance, including amazing transitions and animations</li>
<li>Flexible UI layouts including free form lists.</li>
<li>3D support</li>
<li>Support for mixing pre-packaged UI components with custom components</li>
<li>Core UI feature support</li>
</ul>
<p>Cascades was originally developed to enable development of really innovative and unique applications. This put hard requirements on the flexibility and extendibility of the UI framework. The need for designer/developer collaboration was also one of stronger driving factors when developing the framework. Let&#8217;s dig deeper into how Cascades will aid the development of rich and compelling UI.</p>
<p><span id="more-7294"></span></p>
<p><strong>The flexibility of Cascades enables UI innovation</strong></p>
<p>Cascades has a unique level of UI building blocks. In other UI frameworks, when stepping beyond the set of standard UI components, developers must often resort to low level OpenGLES-commands. Cascades provides higher level building blocks for many of the tricky but application-defining UI scenarios. Features like Flexible List layouts, 2D/3D transformations, mixing of 2D UI and 3D objects are all made accessible to developers.</p>
<p><strong>The Cascades workflow helps designers and developers collaborate</strong></p>
<p>In Cascades, UI elements are exposed both programmatically and through mark-up. The mark-up also provides scripting support making it a suitable environment for more design-oriented developers to work with, allowing for quick turnaround times and prototyping to find best possible UI design.</p>
<p>The markup also enables strong tool support including a Photoshop plugin making it easy to take and .psd sketch to a working layout in an application.</p>
<p><strong>Cascades has beautiful pre-packaged components</strong></p>
<p><img class="aligncenter size-full wp-image-7427" title="Cascades" src="http://rimdevblog.files.wordpress.com/2011/10/pinchlist.jpg?w=600&#038;h=295" alt="Cascades" width="600" height="295" /></p>
<p>Not every developer is a designer, full of ideas around 3D layouts and crazy infographics. For developers who prefer pre-designed and pre-packaged components, Cascades provides a strong set of Core UI components with great look and feel. They come with a number of built in effects and interaction design that will risk making your app look prettier than you can take credit for.</p>
<p><strong>Availability of Cascades</strong></p>
<p>Cascades will be released as a Beta during the Fall of 2011, with more and more advance features coming in future releases.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/7294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/7294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7294&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2011/10/cascades-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2d037da01c57235fd7d45fc1c591397f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dsoltys</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2011/10/pinchlist.jpg" medium="image">
			<media:title type="html">Cascades</media:title>
		</media:content>
	</item>
	</channel>
</rss>
