<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- generator="WordPress/2.9" --><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel>
	<title>Devel Blog - CoPLaS</title>
	<link>http://www.pavlasek.sk/devel</link>
	<description>Blog about things, I'm currently interested in. Now Android, Grails, jQuery and Java.</description>
	<lastBuildDate>Tue, 27 Mar 2012 14:11:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Android – add “space” to top of Bitmap image</title>
		<description><![CDATA[I had to add extra &#8220;space&#8221; to Bitmap image, finally got it working, but still it seems &#8220;stupid&#8221; solution.
I had to display many Bitmap images using ImageViews, but to some of them it was necessary to add extra space on the top, some of them on the left. (Using margins was one possibility, preparing images to the right size [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=140</link>
			</item>
	<item>
		<title>Android app stopped working after I updated SDK Tools and ADT to revision 17</title>
		<description><![CDATA[I developed some android applications (e.g. Ideal time for Car Wash) and today something strange happend&#8230; I updated SDK Tools and ADT to revision 17 and apps using external jars as AndroidQuery, Admob, OrmLite failed to run on devices from Eclipse. Next I found, that the problem was not in the device, because emulator was [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=130</link>
			</item>
	<item>
		<title>Selling apps on Android Market from EU Members</title>
		<description><![CDATA[For many years, there exists discrimination of some (mostly) central and eastern members of EU. They can&#8217;t sell their Android applications on Android market. Most interesting is, that Slovakia, Slovenia, Estonia and Greece has EURO as their currency, but Google is &#8220;unable&#8221; to send money to these countries. As far as I know, Google is sending [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=121</link>
			</item>
	<item>
		<title>Calling Flex from Javascript – Example included</title>
		<description><![CDATA[It is possible to call Flex from Javascript using ExternalInterface.
In Flex, just add ExternalInterface.addCallback in method called when creationComplete event is called.
I created example &#8211; call flex Alert.show method from flex button and from javascript.
Flex:
&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
 creationComplete="onCreationComplete()"&#62;
&#60;mx:Script&#62;
&#60;![CDATA[
import mx.controls.Alert;
public function onCreationComplete() : void {
     if (ExternalInterface.available) {
   [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=96</link>
			</item>
	<item>
		<title>Getting started with Adobe AIR 2 and Flash Builder 4</title>
		<description><![CDATA[1. Download Flash Builder 4 &#8211; currently beta 4 (previously known as Flex Builder) from http://labs.adobe.com/technologies/flashbuilder4/
2. Install
3. Download Air 2 (currently beta) from http://labs.adobe.com/downloads/air2.html

Adobe AIR 2 SDK
Adobe AIR 2 Runtime

4. Install or update Air 2 Runtime
5. Install AIR 2 SDK

copy old SDK folder SDK
 folder Adobe\Adobe Flash Builder Beta 2\sdks\4.0.0 to for example 4.0.0b
replace with [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=66</link>
			</item>
	<item>
		<title>How to use Blaze DS in existing Flex/Java Application – Part 1</title>
		<description><![CDATA[In this series of posts I will try to explain how to use Blaze DS in existing Flex/Java application.
First I expected it will be simple. I created test application using Blaze DS &#8211; just copy paste of some examples. But when I wanted to enable Blaze DS in existing app I realized there are some [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=39</link>
			</item>
	<item>
		<title>Flex: Dynamic titleIcon for Panel</title>
		<description><![CDATA[I just had a problem with adding icon to a Panel title dynamically. When it is embedded, there is no problem. Than I found IconUtility Component for Dynamic Run-Time Icons and hoped everything will be fine in 5 minutes. I just tried example:
&#60;mx:Button id="example" label="Example"
        icon="{IconUtility.getClass(example, 'http://michal.pavlasek.sk/us.png', 16, [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=11</link>
			</item>
	<item>
		<title>Flex 10 – upload files using URLRequest</title>
		<description><![CDATA[In Flash player it was possible until version 10 to upload files only by FileReference.upload method (there were some ugly hacks &#8211; such as uploading in external iframe).
Uploading files using directly FileReference.upload has some serious problems problems. Especially on Firefox, Flash player plugin creates it&#8217;s own request (different UserAgent, session and so) so on server [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=10</link>
			</item>
	<item>
		<title>ESFlvPlayer – first release</title>
		<description><![CDATA[I finished some enhancements for my ESFlvPlayer.
Now it is capable to play flash videos randomly, play all flv files from some directory, full screen mode, smoother mode, loop, when end of play-list to first video, play randomly, drag and drop changes order in play-list. I merged some components for video playback in flex and made [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=9</link>
			</item>
	<item>
		<title>ESFlvPlayer – Part 1</title>
		<description><![CDATA[I made some search to find components to build my ESFlvPlayer.
I decided to use VideoDisplay to display video, but then I found there is no FullScreen mode.  Next I found &#8220;hacked&#8221; version of VideoDisplay &#8211; FSVideoDisplay, that uses some properties from namespace mx_internal   Press Esc to return to normal mode from FullScreen [...]]]></description>
		<link>http://www.pavlasek.sk/devel/?p=8</link>
			</item>
</channel></rss>