<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Ercan Baran - Android Developer -Actionscript &#38; Flex &#38; Air Developer &#124; Adobe Certified Expert</title>
	<link>http://www.ercanbaran.com</link>
	<description>public function life():webPage { return _myBlog; }</description>
	<lastBuildDate>Tue, 06 Dec 2011 08:41:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Showing flash objects in WebView</title>
		<description><![CDATA[When I tried to show a web page in Android, I faced with a black screen since web page contained Flash content. After googling I found the easy solution. Just add a single line to application tag in your manifest file. android:hardwareAccelerated="true" Hope this can save your minutes!]]></description>
		<link>http://www.ercanbaran.com/index.php/2011/12/06/showing-flash-objects-in-webview/</link>
			</item>
	<item>
		<title>Using Android library projects in custom builds</title>
		<description><![CDATA[Android Library Projects are quite useful when you want to use your assets/resources in multiple projects.(about library projects) Projects work nicely on Eclipse. But if you work on a custom build you will be faced with some problems.(thread1, thread2)You will see that resources not accessible on custom builds so you have to copy your files [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2011/10/12/using-android-library-projects-in-custom-builds/</link>
			</item>
	<item>
		<title>How to open another application from current application on Android? &#8211; Different Approach</title>
		<description><![CDATA[Opening  an application from your own application is simple and you can find the solution everywhere like this : Intent i = new Intent&#40;Intent.ACTION_MAIN&#41;; i.setComponent&#40;new ComponentName&#40;&#34;app package name&#34;, &#34;app launch activity's classname&#34;&#41;&#41;; i.addCategory&#40;Intent.CATEGORY_LAUNCHER&#41;; startActivity&#40;i&#41;; The problem here is that if you do not know the application&#8217;s launch activity&#8217;s classname, you can not open the application. [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2011/09/13/how-to-open-another-application-from-current-application-on-android-different-approach/</link>
			</item>
	<item>
		<title>How to close Android application when back button clicked?</title>
		<description><![CDATA[The question and the answer is easy. Catch the back button and write finish() to close the application. But it may not work in some cases. I faced with one of this cases and found a different approach. To use onBackPressed method you have to use Android 2.2 and higher. Hope this also helps to [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2011/07/25/how-to-close-android-application-when-back-button-clicked/</link>
			</item>
	<item>
		<title>ReadyO is online for Android devices!</title>
		<description><![CDATA[I have worked a lot on Flash/Actionscript but for couple of weeks I only concentrate on Android and its native language. Of course Android SDK does not have animation capabilities as Flex&#38;Flash but I can say that its built-in MVC design pattern makes it perfect for multi-language &#38; multi-purpose applications. My new company ARDIC wanted [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2011/06/07/readyo-is-online-for-android-devices/</link>
			</item>
	<item>
		<title>PB Freekick is on air!</title>
		<description><![CDATA[Up to now I&#8217;ve developed many flash games for websites and they&#8217;ve played over 50M all over the world. Don&#8217;t you believe me? Take a look at these games : game1 , game2 . I decided to make a freekick game that belongs to me.  My friend Aykut prepared the graphics and I coded than [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2010/08/30/pb-freekick-is-on-air/</link>
			</item>
	<item>
		<title>How to load Flex4 swf files into Flex3 application or vice versa?</title>
		<description><![CDATA[I think the title of the post explains the problem :) Loading a swf file into a Flex project is simple : SWFLoader ! I made a project by Flex4SDK and got the swf output named as LoadMe.swf . Then I tried to load LoadMe.swf file into my Flex3 project by this line of code [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2010/06/20/how-to-load-flex4-swf-files-into-flex3-application-or-vice-versa/</link>
			</item>
	<item>
		<title>How to install Adobe Air applications on Android Emulator?</title>
		<description><![CDATA[https://prerelease.adobe.com/callout/default.html?callid={AEF64EB4-A977-4317-909A-14AD8014BA21}]]></description>
		<link>http://www.ercanbaran.com/index.php/2010/06/09/how-to-install-adobe-air-applications-to-android-emulator/</link>
			</item>
	<item>
		<title>Adobe Certified Expert now! (Flex3 with Air)</title>
		<description><![CDATA[Today I passed ACE Flex 3 with Air Exam and I can say that it is really hard!  I accept I didn&#8217;t study so much but now I strongly recommend you to study every subject in details. Although my job is about flex development, I&#8217;m sure nearly 15 questions are about the subjects I&#8217;ve never [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2010/05/15/adobe-certified-expert-now-flex3-with-air/</link>
			</item>
	<item>
		<title>Desktop shortcut not work!</title>
		<description><![CDATA[There are hundreds of examples for minimizing Air Application to system tray. Of course application does not minimize itself to the system tray, it just changes its visibility to &#8220;false&#8220;. So you can change visible property from tray icon native menu or by clicking-double clicking. If you follow traditional procedures you will see that when [...]]]></description>
		<link>http://www.ercanbaran.com/index.php/2010/03/23/desktop-shortcut-not-work/</link>
			</item>
</channel>
</rss>

