<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/blackberry</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 04:42:16 GMT</pubDate>
<item>
<title>(Ruby) Ruby: Parsing Blackberry Download Reports - chrisaiv</title>
<link>http://snipplr.com/view/60688/ruby-parsing-blackberry-download-reports/</link>
<description><![CDATA[ <p>The Blackberry AppWorld portal allows you to schedule reports which are delivered as CSV.zip files. Although the CSV file offers a lot of detail about operating system and date of download, most of the time I just want to know which users downloaded the app from which countries.  So usually I choose "Country, then date", unpack the .zip and run this (verbose) ruby script.</p> ]]></description>
<pubDate>Thu, 10 Nov 2011 11:46:26 GMT</pubDate>
<guid>http://snipplr.com/view/60688/ruby-parsing-blackberry-download-reports/</guid>
</item>
<item>
<title>(Java) Get Location by cellID in Blackberry 5.0 - efor18</title>
<link>http://snipplr.com/view/59103/get-location-by-cellid-in-blackberry-50/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Sep 2011 23:32:00 GMT</pubDate>
<guid>http://snipplr.com/view/59103/get-location-by-cellid-in-blackberry-50/</guid>
</item>
<item>
<title>(Bash) Terminal: Register a Blackberry Playbook debug token for the first time - chrisaiv</title>
<link>http://snipplr.com/view/53125/terminal-register-a-blackberry-playbook-debug-token-for-the-first-time/</link>
<description><![CDATA[ <p>To create a debug token for the first time, register your CSJ registration file for debug tokens and provide the following values for the blackberry-debugtokenrequest tool.</p> ]]></description>
<pubDate>Fri, 06 May 2011 03:20:45 GMT</pubDate>
<guid>http://snipplr.com/view/53125/terminal-register-a-blackberry-playbook-debug-token-for-the-first-time/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Blackberry Playbook Boilerplate - chrisaiv</title>
<link>http://snipplr.com/view/52984/as3-blackberry-playbook-boilerplate/</link>
<description><![CDATA[ <p>It seems that every time I work on a Blackberry app, by default I use some boilerplate code like this.  The idea is simply to handle the background events whenever a user flips to another application.</p> ]]></description>
<pubDate>Wed, 04 May 2011 16:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/52984/as3-blackberry-playbook-boilerplate/</guid>
</item>
<item>
<title>(PHP) Detect (mobile) browser and device - withinmedianl</title>
<link>http://snipplr.com/view/52174/detect-mobile-browser-and-device/</link>
<description><![CDATA[ <p>Based upon http://csswizardry.com/2010/01/iphone-css-tips-for-building-iphone-websites/</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 05:12:11 GMT</pubDate>
<guid>http://snipplr.com/view/52174/detect-mobile-browser-and-device/</guid>
</item>
<item>
<title>(Bash) Command Line to Compile for Playbook using Blackberry SDK - dim</title>
<link>http://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Apr 2011 00:03:46 GMT</pubDate>
<guid>http://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk/</guid>
</item>
<item>
<title>(XML) Blackberry AIR App, how to add a splash screen - dim</title>
<link>http://snipplr.com/view/51663/blackberry-air-app-how-to-add-a-splash-screen/</link>
<description><![CDATA[ <p>Include this XML file, named “blackberry-tablet.xml” and move it at the root level of your app.</p> ]]></description>
<pubDate>Wed, 06 Apr 2011 23:56:54 GMT</pubDate>
<guid>http://snipplr.com/view/51663/blackberry-air-app-how-to-add-a-splash-screen/</guid>
</item>
<item>
<title>(XML) Tweaked AIR Descriptor file for Blackberry Playbook - dim</title>
<link>http://snipplr.com/view/51662/tweaked-air-descriptor-file-for-blackberry-playbook/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Apr 2011 23:51:24 GMT</pubDate>
<guid>http://snipplr.com/view/51662/tweaked-air-descriptor-file-for-blackberry-playbook/</guid>
</item>
<item>
<title>(XML) XML: Adobe AIR root XML for Blackberry Playbook - chrisaiv</title>
<link>http://snipplr.com/view/51298/xml-adobe-air-root-xml-for-blackberry-playbook/</link>
<description><![CDATA[ <p>In order to add a splash screen to your black berry app, you need to create an XML file, name it "blackberry-tablet.xml" and place it at root level --With your Application descriptor file.</p> ]]></description>
<pubDate>Wed, 30 Mar 2011 05:11:30 GMT</pubDate>
<guid>http://snipplr.com/view/51298/xml-adobe-air-root-xml-for-blackberry-playbook/</guid>
</item>
<item>
<title>(XML) XML: Adobe AIR Descriptor file for Blackberry Playbook - chrisaiv</title>
<link>http://snipplr.com/view/51297/xml-adobe-air-descriptor-file-for-blackberry-playbook/</link>
<description><![CDATA[ <p>If you are trying to compile a Blackberry Playbook app using Adobe AIR, you'll need to tweak your descriptor file so that it works nicely.  Here's what my descriptor file looks like.</p> ]]></description>
<pubDate>Wed, 30 Mar 2011 05:05:49 GMT</pubDate>
<guid>http://snipplr.com/view/51297/xml-adobe-air-descriptor-file-for-blackberry-playbook/</guid>
</item>
<item>
<title>(Bash) Command Line: Compiling for Playbook using Blackberry SDK - chrisaiv</title>
<link>http://snipplr.com/view/50980/command-line-compiling-for-playbook-using-blackberry-sdk/</link>
<description><![CDATA[ <p>First things first, you'll need to install the Blackberry Simulator and the Blackberry SDK.  Those resources can be found  on the Blackberry link posted above.  From there, you'll need to install the Simulator, configure it for Dev mode, get an IP and create a password.  You'll also need to configure the Application Descriptor file.  Hey, it's not easy, but I guess that's why they pay us the big $$$. ;-)</p> ]]></description>
<pubDate>Wed, 23 Mar 2011 04:54:13 GMT</pubDate>
<guid>http://snipplr.com/view/50980/command-line-compiling-for-playbook-using-blackberry-sdk/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Blackberry Playbook Example - chrisaiv</title>
<link>http://snipplr.com/view/50844/as3-blackberry-playbook-example/</link>
<description><![CDATA[ <p>What makes the Blackberry Playbook so cool is that Adobe AIR is natively installed. So if you're interested in making a Playbook app, all you need to do is fire up Flash Pro and create an AIR 2.5 file.</p> ]]></description>
<pubDate>Sat, 19 Mar 2011 11:27:13 GMT</pubDate>
<guid>http://snipplr.com/view/50844/as3-blackberry-playbook-example/</guid>
</item>
<item>
<title>(ActionScript 3) Extending the QNX TileList component to create a liquid layout - mcorlan</title>
<link>http://snipplr.com/view/50406/extending-the-qnx-tilelist-component-to-create-a-liquid-layout/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Mar 2011 02:24:52 GMT</pubDate>
<guid>http://snipplr.com/view/50406/extending-the-qnx-tilelist-component-to-create-a-liquid-layout/</guid>
</item>
<item>
<title>(ActionScript 3) Extending QNX AlternatingCellRenderer - mcorlan</title>
<link>http://snipplr.com/view/50405/extending-qnx-alternatingcellrenderer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Mar 2011 02:23:34 GMT</pubDate>
<guid>http://snipplr.com/view/50405/extending-qnx-alternatingcellrenderer/</guid>
</item>
<item>
<title>(Java) How to calculate the distance between two lat/lon points on the blackberry - rnickel</title>
<link>http://snipplr.com/view/42233/how-to-calculate-the-distance-between-two-latlon-points-on-the-blackberry/</link>
<description><![CDATA[ <p>Yes, I realize that this won't work with j2me, but RIM has implemented some good helper classes to make this calculation much easier.

This calculation uses the Haversine formula.</p> ]]></description>
<pubDate>Thu, 14 Oct 2010 07:25:48 GMT</pubDate>
<guid>http://snipplr.com/view/42233/how-to-calculate-the-distance-between-two-latlon-points-on-the-blackberry/</guid>
</item>
<item>
<title>(Other) Blackberry URL Redirect - dottDesign</title>
<link>http://snipplr.com/view/33620/blackberry-url-redirect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Apr 2010 16:34:32 GMT</pubDate>
<guid>http://snipplr.com/view/33620/blackberry-url-redirect/</guid>
</item>
</channel>
</rss>