<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Jonathan Campos' Blog</title>
	
	<link>http://www.unitedmindset.com/jonbcampos</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Sun, 19 May 2013 01:16:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForUnitedmindset" /><feedburner:info uri="commentsforunitedmindset" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Flex Mobile In Action by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/IzP6A9ft7ho/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Sun, 19 May 2013 01:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2581#comment-2188</guid>
		<description><![CDATA[@suresh Yes the ads system have changed a bit since those chapters. You may want to check out milkman games ad ANEs.]]></description>
		<content:encoded><![CDATA[<p>@suresh Yes the ads system have changed a bit since those chapters. You may want to check out milkman games ad ANEs.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2012/04/10/flex-mobile-in-action/#comment-2188</feedburner:origLink></item>
	<item>
		<title>Comment on Flex Mobile In Action by suresh paleti</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/6G9I1oLV96o/</link>
		<dc:creator>suresh paleti</dc:creator>
		<pubDate>Sat, 18 May 2013 10:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2581#comment-2187</guid>
		<description><![CDATA[Hello,

can you please help me to put ads in android application, the procedure explained in the book is not working, for mobile ads, adsense not give html code. any help is greatly appreciated.

Thanks,
Suresh Paleti]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>can you please help me to put ads in android application, the procedure explained in the book is not working, for mobile ads, adsense not give html code. any help is greatly appreciated.</p>
<p>Thanks,<br />
Suresh Paleti</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2012/04/10/flex-mobile-in-action/#comment-2187</feedburner:origLink></item>
	<item>
		<title>Comment on QueueManager on Nook by Maddy</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/EcmLgbuWDTM/</link>
		<dc:creator>Maddy</dc:creator>
		<pubDate>Fri, 01 Mar 2013 14:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2521#comment-2140</guid>
		<description><![CDATA[What happened to this app for Nook? I really liked this app and used it regularly right up until it disappeared :(]]></description>
		<content:encoded><![CDATA[<p>What happened to this app for Nook? I really liked this app and used it regularly right up until it disappeared <img src='http://www.unitedmindset.com/jonbcampos/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2011/07/02/queuemanager-on-nook/#comment-2140</feedburner:origLink></item>
	<item>
		<title>Comment on Run Flex Unit Tests from ANT by hubcin</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/NrahGS3apL0/</link>
		<dc:creator>hubcin</dc:creator>
		<pubDate>Fri, 01 Mar 2013 10:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-2139</guid>
		<description><![CDATA[hey, Thank you for  this nice artical ! I&#039;m new to Ant and few days ago I wrote a simple flex unit testCase and testSuite and wanted to run these testCase from my  Ant Script. But there is always  sth. wrong and cant be built successfully. 
When I create a new testCase file in my project,there will be a new folder named FlexUnitTests created in my SRC package with two other files : FlexUnitTestApplication.mxml and FlexUnitTestComplierApplication.mxml.
Then I can directly run those testcase or testsuite files,it works Normally. Then I began to write an Ant script ,I have Complied my main Application  successfully but when I Compile FlexUnitTestApplication.mxml it came up with a message about FlexUnitTestRunnerUI can&#039;t be found . I added all those SWC files needed to run flexUnitTest like : flexunitextended.swc , FlexUnitTestRunner_rb.swc etc.  
I see when you compile your test ,you added a compile-library pointed to you folder :AntBuildUnitTest, I wanna know what&#039;s in there ?  thanks ^ ^]]></description>
		<content:encoded><![CDATA[<p>hey, Thank you for  this nice artical ! I&#8217;m new to Ant and few days ago I wrote a simple flex unit testCase and testSuite and wanted to run these testCase from my  Ant Script. But there is always  sth. wrong and cant be built successfully.<br />
When I create a new testCase file in my project,there will be a new folder named FlexUnitTests created in my SRC package with two other files : FlexUnitTestApplication.mxml and FlexUnitTestComplierApplication.mxml.<br />
Then I can directly run those testcase or testsuite files,it works Normally. Then I began to write an Ant script ,I have Complied my main Application  successfully but when I Compile FlexUnitTestApplication.mxml it came up with a message about FlexUnitTestRunnerUI can&#8217;t be found . I added all those SWC files needed to run flexUnitTest like : flexunitextended.swc , FlexUnitTestRunner_rb.swc etc.<br />
I see when you compile your test ,you added a compile-library pointed to you folder :AntBuildUnitTest, I wanna know what&#8217;s in there ?  thanks ^ ^</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-2139</feedburner:origLink></item>
	<item>
		<title>Comment on ApplicationFinder.ane by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/y2dAriXsQ70/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Fri, 15 Feb 2013 15:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2571#comment-2137</guid>
		<description><![CDATA[@alex Yes an ANE could do this... or you could just navigateToUrl and get it complete in one line of code. Rather than download and run.]]></description>
		<content:encoded><![CDATA[<p>@alex Yes an ANE could do this&#8230; or you could just navigateToUrl and get it complete in one line of code. Rather than download and run.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2011/11/07/applicationfinder-ane/#comment-2137</feedburner:origLink></item>
	<item>
		<title>Comment on ApplicationFinder.ane by Alex</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/mYicAYEvPoI/</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 14 Feb 2013 19:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2571#comment-2136</guid>
		<description><![CDATA[Hi,

...spent two days installing developing software... give it up now ;-)

Because AIR is not able to call other apps or apks (android/mobile) - I ask, if an ANE can do this?

I think the main problem all AIR developers have - how to Update app without the market place.
My solution was, to download and save the APK file - then, because there is no way to execute it, call the navigateToURL AS3 function with &quot;file:///storage....&quot;  
If I try this in a browser - it will work - but if I call from AIR - it will open a PDF-Reader and will tell me this is not a PDF File... It&#039;s not a problem of standard-open-applications - all my devices doing the same, also after reseting standard-apps.
If it would work, the user will be asked for using the package installer - and he can agree or cancel the operation - so no risk...

Wow - a lot of text ;-) Finaly, is there a way with an ANE to call an installer, app or APK - directly or call the browser with the URI: file:///...? May your ANE is not far away...
Maybe it is easy to integrate? 
Hope you can help me,
thanks a lot
Alex]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>&#8230;spent two days installing developing software&#8230; give it up now <img src='http://www.unitedmindset.com/jonbcampos/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Because AIR is not able to call other apps or apks (android/mobile) &#8211; I ask, if an ANE can do this?</p>
<p>I think the main problem all AIR developers have &#8211; how to Update app without the market place.<br />
My solution was, to download and save the APK file &#8211; then, because there is no way to execute it, call the navigateToURL AS3 function with &#8220;file:///storage&#8230;.&#8221;<br />
If I try this in a browser &#8211; it will work &#8211; but if I call from AIR &#8211; it will open a PDF-Reader and will tell me this is not a PDF File&#8230; It&#8217;s not a problem of standard-open-applications &#8211; all my devices doing the same, also after reseting standard-apps.<br />
If it would work, the user will be asked for using the package installer &#8211; and he can agree or cancel the operation &#8211; so no risk&#8230;</p>
<p>Wow &#8211; a lot of text <img src='http://www.unitedmindset.com/jonbcampos/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Finaly, is there a way with an ANE to call an installer, app or APK &#8211; directly or call the browser with the URI: file:///&#8230;? May your ANE is not far away&#8230;<br />
Maybe it is easy to integrate?<br />
Hope you can help me,<br />
thanks a lot<br />
Alex</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2011/11/07/applicationfinder-ane/#comment-2136</feedburner:origLink></item>
	<item>
		<title>Comment on Flex Mobile In Action by PhilipGreen</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/pVYW_kwcoaI/</link>
		<dc:creator>PhilipGreen</dc:creator>
		<pubDate>Mon, 04 Feb 2013 04:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2581#comment-2133</guid>
		<description><![CDATA[Yes, Jon I agree with Stephen I wish you are perfect. I do think that Flex mobile is a great option for cross platform mobile apps, but concerned that it’s just Flex developers who believe that.]]></description>
		<content:encoded><![CDATA[<p>Yes, Jon I agree with Stephen I wish you are perfect. I do think that Flex mobile is a great option for cross platform mobile apps, but concerned that it’s just Flex developers who believe that.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2012/04/10/flex-mobile-in-action/#comment-2133</feedburner:origLink></item>
	<item>
		<title>Comment on Run Flex Unit Tests from ANT by Hays Clark</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/ED4aBCwRc90/</link>
		<dc:creator>Hays Clark</dc:creator>
		<pubDate>Mon, 21 Jan 2013 06:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-2119</guid>
		<description><![CDATA[@andrew - This was stumping me for a while, I just realized that the FlexUnit has a .gitignore files setup.  So for me I was trying to compile my project with Jenkins and the included fluint-1_2.swf wasn&#039;t in the repo.]]></description>
		<content:encoded><![CDATA[<p>@andrew &#8211; This was stumping me for a while, I just realized that the FlexUnit has a .gitignore files setup.  So for me I was trying to compile my project with Jenkins and the included fluint-1_2.swf wasn&#8217;t in the repo.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-2119</feedburner:origLink></item>
	<item>
		<title>Comment on ApplicationFinder.ane by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/9QjtX4wtE3k/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Tue, 08 Jan 2013 20:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2571#comment-2118</guid>
		<description><![CDATA[@Khawar you have the array, now you need to do something with it. You can&#039;t directly &quot;toString&quot; the array as the results are complex objects. You could iterate through the array and find the specific strings you intend to show to your user.]]></description>
		<content:encoded><![CDATA[<p>@Khawar you have the array, now you need to do something with it. You can&#8217;t directly &#8220;toString&#8221; the array as the results are complex objects. You could iterate through the array and find the specific strings you intend to show to your user.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2011/11/07/applicationfinder-ane/#comment-2118</feedburner:origLink></item>
	<item>
		<title>Comment on ApplicationFinder.ane by Khawar</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/2X3CDJZwQQk/</link>
		<dc:creator>Khawar</dc:creator>
		<pubDate>Tue, 08 Jan 2013 20:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitedmindset.com/jonbcampos/?p=2571#comment-2117</guid>
		<description><![CDATA[import flash.events.MouseEvent;
import com.unitedmindset.extensions.ApplicationFinder;
import com.unitedmindset.vos.PackageInfo;

var obj:ApplicationFinder = new ApplicationFinder();

var i:Number;
btn.addEventListener(MouseEvent.CLICK , go);
function go(e:MouseEvent):void
{
	var myList:Array = new Array(obj.getInstalledApps());
	
	txt.text = String(myList);
		
}



OUTPUT:
[object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], 


how to access the array?]]></description>
		<content:encoded><![CDATA[<p>import flash.events.MouseEvent;<br />
import com.unitedmindset.extensions.ApplicationFinder;<br />
import com.unitedmindset.vos.PackageInfo;</p>
<p>var obj:ApplicationFinder = new ApplicationFinder();</p>
<p>var i:Number;<br />
btn.addEventListener(MouseEvent.CLICK , go);<br />
function go(e:MouseEvent):void<br />
{<br />
	var myList:Array = new Array(obj.getInstalledApps());</p>
<p>	txt.text = String(myList);</p>
<p>}</p>
<p>OUTPUT:<br />
[object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], object PackageInfo], </p>
<p>how to access the array?</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2011/11/07/applicationfinder-ane/#comment-2117</feedburner:origLink></item>
</channel>
</rss>
