<?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/"
	>

<channel>
	<title>Pythology</title>
	<atom:link href="http://www.pythology.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythology.com</link>
	<description>Coz Java and C are old Fashioned</description>
	<lastBuildDate>Tue, 08 May 2012 03:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to support Open GL ES 2.0 in Android Emulator</title>
		<link>http://www.pythology.com/how-to-support-open-gl-es-2-0-in-android-emulator/</link>
		<comments>http://www.pythology.com/how-to-support-open-gl-es-2-0-in-android-emulator/#comments</comments>
		<pubDate>Tue, 08 May 2012 03:27:15 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Andriod Development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[android emulator]]></category>
		<category><![CDATA[open gl 2]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=108</guid>
		<description><![CDATA[It has been around 4 weeks that I have started developing an Android Game. I am just a beginner, and working with android and emulator and eclipse and then ADT and emulator and all other stuff is really hard at first. First I started with the basics trying to learn the activity cycles, create(), pause(),<a href="http://www.pythology.com/how-to-support-open-gl-es-2-0-in-android-emulator/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>It has been around 4 weeks that I have started developing an Android Game. I am just a beginner, and working with android and emulator and eclipse and then ADT and emulator and all other stuff is really hard at first.</p>
<p>First I started with the basics trying to learn the activity cycles, create(), pause(), resume() and all that. Next I jumped right into libgdx(open source game development framework) and starting to make the &#8220;<a rel="nofollow" target="_blank" href="http://code.google.com/p/libgdx/wiki/SimpleApp" target="_blank">Simple Game</a>&#8221; that was up in the wiki. I read every little details and did exactly what was asked to do. But when I launched the game it said &#8220;Unfortunately, My LibGdx Game has stopped&#8221;. I had no clue about what went wrong. Was it something to do with code, had I made correct settings ? Oh God, what in earth I chose to make an Android Game for my Freshman Design.</p>
<p>Thankfully Libgdx is cross platform and I tested the code with the desktop version and it worked! Just like that, no change in code, nothing and it worked like magic. And then I realized that there was nothing wrong with me setting up the classes and calling them. It was Android Emulator that had problem.</p>
<p>Days passed by, I used desktop version to test my code, but Android Emulator never worked. And then 3 days ago, I found out that Android Emulator did not support Open Gl 2.0 ! What I am new to this Open gl and all but seriously? Android emulator does not support it? And how do game developers make slick and 3d games? After more research I found out that, Android Emulator do supports 2.0, but that was just recently on April 09 2012, around one month back! See this article.(<a rel="nofollow" target="_blank" href="http://android-developers.blogspot.com/2012/04/faster-emulator-with-better-hardware.html">http://android-developers.blogspot.com/2012/04/faster-emulator-with-better-hardware.html</a>) All we had to do was add new Hardware for our emulator called GPU emulation and say it yes.</p>
<p>&nbsp;</p>
<p>And that&#8217;s it folks, my journey to making an Android Game continues and I will update you with all the problems I face and the solutions I come up.</p>
<p>May the Code be with you. (Does this sound any familiar?)</p>
<p>Here is the instructions for setting up Open GL ES 2.0, in case you were wondering.</p>
<p><a href="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-1.png"><img class="aligncenter size-full wp-image-109" title="open-gl-2-android-emulator-1" src="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-1.png" alt="" width="821" height="276" /></a><a href="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-2.png"><img class="aligncenter size-full wp-image-110" title="open-gl-2-android-emulator-2" src="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-2.png" alt="" width="401" height="643" /></a><a href="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-3.png"><img class="aligncenter size-full wp-image-111" title="open-gl-2-android-emulator-3" src="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-3.png" alt="" width="405" height="299" /></a><a href="http://www.pythology.com/wp-content/uploads/2012/05/open-gl-2-android-emulator-3.png"><br />
</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/how-to-support-open-gl-es-2-0-in-android-emulator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Libgdx or Andegine &#8211; which is better Android game engine?</title>
		<link>http://www.pythology.com/libgdx-or-andegine-which-is-better-android-game-engine/</link>
		<comments>http://www.pythology.com/libgdx-or-andegine-which-is-better-android-game-engine/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 02:26:08 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Andriod Development]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=104</guid>
		<description><![CDATA[Choosing between Libgdx Or Andengine depends on your path of game designing. You have to take in considerations few things, like development time, graphical performance, programmer&#8217;s knowledge. As both Libgdx and Andengine are powerful engines both give you various ways to get around things, however some functions that exists on one may not be present<a href="http://www.pythology.com/libgdx-or-andegine-which-is-better-android-game-engine/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Choosing between <strong>Libgdx</strong> Or <strong>Andengine</strong> depends on your path of game designing. You have to take in considerations few things, like development time, graphical performance, programmer&#8217;s knowledge. As both Libgdx and Andengine are powerful engines both give you various ways to get around things, however some functions that exists on one may not be present in the other.</p>
<p>Lets give an example with two hypothetical programmers. Programmer A and Programmer B</p>
<p>Programmer A : Relatively new in game development. Trying to make a simple game utilizing Open GL. Game does not need too much of graphics. Time to complete is around 2 months.</p>
<p>Programmer B : Having a good experience in game development and graphics. Has lots of time to develop a game. Wants to make a game with powerful graphics that is supported by the newest Android models.</p>
<p>In which category do you fall ? Are you A type or B type ?</p>
<p>If you are A type than you should use Andengine. It is relatively easier to setup and start coding even if you are a beginner.</p>
<p>B types need to use Libgdx, it allows more powerful game development with total control of Open GL.</p>
<p>One more thing to consider is do you want your game to be crossplatform or not?</p>
<p>Libgdx is crossplatform making it possible to make games for Andriod, Html and Desktop where as Andengine is just for Android.</p>
<p>Which engine are you going to use?</p>
<p>And if you have used either Andengine or Libgdx, what is your opinion regarding them?</p>
<p>Please commet below.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/libgdx-or-andegine-which-is-better-android-game-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Windows Higtech Glasses will see the world.</title>
		<link>http://www.pythology.com/how-windows-higtech-glasses-will-see-the-world/</link>
		<comments>http://www.pythology.com/how-windows-higtech-glasses-will-see-the-world/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 05:00:53 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=90</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="315" src="http://www.youtube.com/embed/ZwModZmOzDs" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/how-windows-higtech-glasses-will-see-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 4.0.3 or 2.3.3, which seat can I take?</title>
		<link>http://www.pythology.com/android-4-0-3-or-2-3-3-which-seat-can-i-take/</link>
		<comments>http://www.pythology.com/android-4-0-3-or-2-3-3-which-seat-can-i-take/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 06:00:35 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=83</guid>
		<description><![CDATA[Ever heard that song called &#8220;Friday&#8221; by Rebecca Black, remember the line &#8220;which seat can I take&#8221;. Probably you are wondering how Rebecca Black and Android Development got connected together. I guess all the young generation out there has heard about Rebecca Black and how she got notoriously hit in YouTube. Well I am trying to<a href="http://www.pythology.com/android-4-0-3-or-2-3-3-which-seat-can-i-take/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.pythology.com/wp-content/uploads/2012/04/Android-choice-rebecca-black.png"><img class="aligncenter size-medium wp-image-84" title="Android-choice-rebecca-black" src="http://www.pythology.com/wp-content/uploads/2012/04/Android-choice-rebecca-black-300x224.png" alt="" width="300" height="224" /></a></p>
<p style="text-align: justify;">Ever heard that song called &#8220;Friday&#8221; by Rebecca Black, remember the line &#8220;which seat can I take&#8221;. Probably you are wondering how Rebecca Black and Android Development got connected together. I guess all the young generation out there has heard about Rebecca Black and how she got notoriously hit in YouTube. Well I am trying to develop an Android App for my freshman design project and was thinking about in which version to develop my app. Well even though I am just starting to get to know android and till now have not done any significant projects, the fact on which version to develop hunts me down like the friday song. I was thinking about app development and suddenly I saw some Rebecca black meme, which flashed back the horrible memory of watching the video. So there&#8217;s no connection at all, except in my mind and now after that you read this article, the song is going to haunt you too while doing app development creating a connection probably.</p>
<p style="text-align: justify;">I have just started to think about the basics of my Android application. We are doing it as a group project and it might make the work easier. But still for a complete newbie like me, its definitely not going to be an easy journey. Let&#8217;s see what grade I get for the class at the end of the term. We have decided to make a game, it is the most successful category I guess. We did some brainstorming and came up with some ideas. Looks like the most popular category inside the games section is &#8216;Casual Games&#8217;, and the ones that are really popular use some kind of physics based engine, accounting gravity and stuffs, like Angry Birds, Cut the rope, Paper Toss and the list goes on. So we are trying to create a casual game using laws of physics. Lets see how far we can get with this project. But what troubles me is that, even if we succeed in making a proper game, polished and tweaked ready for the market will it get successful? Even more if we develop it in Android 2.3.3 Gingerbread and then by the time it gets finished, Gingerbread becomes obsolete?</p>
<p style="text-align: justify;">I did some research and found out that around this time last year Gingerbread had reach to only around 1 percent of Android devices, which now is around 6o percent. What if same thing is going to happen with Ice Cream Sandwich? Will it be more wiser to develop for ICS and hope that it will reach a greater market in coming days? Just for the record according to Google ICS has 2.9 percent market as of April 2 .</p>
<p style="text-align: justify;">With all these statistics to figure out, I am confused what to do. But just as a newbie developer I should not think too much about this I guess, and developing on 2.3.3 sounds a good option for me. First of all I am not sure even if we can come up with a game at first place or not. And even if it comes out, just hope that 2.3.3 is still there and the users like our game. Even if 100 people download our game, it would be great. Let&#8217;s hope for the best</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/android-4-0-3-or-2-3-3-which-seat-can-i-take/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alternative to Eclipse for Android &#8211; IntelliJ IDEA</title>
		<link>http://www.pythology.com/alternative-to-eclipse-for-android-intellij-idea/</link>
		<comments>http://www.pythology.com/alternative-to-eclipse-for-android-intellij-idea/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 00:38:01 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=77</guid>
		<description><![CDATA[Well one would probably use Eclipse to develop and build an Android app. Android team probably figured out that developing plugin for Eclipse was probably the easiest and fast method to let other developers get their hands on the new Android platform. Unlike iOS platform which has its own tailored software Xcode, Google chose to<a href="http://www.pythology.com/alternative-to-eclipse-for-android-intellij-idea/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Well one would probably use Eclipse to develop and build an Android app. Android team probably figured out that developing plugin for Eclipse was probably the easiest and fast method to let other developers get their hands on the new Android platform. Unlike iOS platform which has its own tailored software Xcode, Google chose to go with Eclipse, an open source Java IDE. As the whole Android Sdk is open source as well as the Eclipse itself is open source, I wonder why there are not any alternatives to Eclipse? Turns out there are alternatives other then Eclipse, even pointed out in the <a rel="nofollow" target="_blank" href="http://developer.android.com/guide/developing/index.html" target="_blank">official android developer site</a>. But I guess Android developers are too lazy to develop anywhere else than eclipse, as it was the first platform to support android development and also the one pointed out in the android developer guide.</p>
<p>And now there is Intellij IDEA, said as third party development tool in the android site. Well so Google, is Eclipse your first party tool?</p>
<p>Intellij Idea &#8220;offers smart, type-aware code completion.&#8221; as stated in the official site. Here is a picture comparing it with other editors.</p>
<p>The link to the editor&#8217;s Android plugin: <a rel="nofollow" target="_blank" href="http://www.jetbrains.com/idea/features/google_android.html">http://www.jetbrains.com/idea/features/google_android.html</a></p>
<p><a href="http://www.pythology.com/wp-content/uploads/2012/04/injection_before_after.gif"><img class="aligncenter size-medium wp-image-79" title="injection_before_after" src="http://www.pythology.com/wp-content/uploads/2012/04/injection_before_after-300x131.gif" alt="" width="300" height="131" /></a></p>
<p>Though the Android Dev Guide doesnot provide documentation for these tools, who cares, no one is going to read that documentation any way. I think Intellij IDEA is also good editor for developing android apps. The features are pretty good and why not try something new than always coding in Eclipse. What do you think? Would you develop in this editor despite the Android Dev Guide documentation?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/alternative-to-eclipse-for-android-intellij-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First experience in installing eclipse for Android and running a sample app</title>
		<link>http://www.pythology.com/first-experience-in-installing-eclipse-for-android-and-running-a-sample-app/</link>
		<comments>http://www.pythology.com/first-experience-in-installing-eclipse-for-android-and-running-a-sample-app/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 23:17:44 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=58</guid>
		<description><![CDATA[This post is for newbies in Android development who have just started to think about developing Android applications in their mind and have no idea about where to start and how to gather all the resources. The first hurdle is to get used to the development process including the installation of necessary softwares and the<a href="http://www.pythology.com/first-experience-in-installing-eclipse-for-android-and-running-a-sample-app/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pythology.com/wp-content/uploads/2012/04/android.png"><img class="wp-image-64 alignleft" title="android" src="http://www.pythology.com/wp-content/uploads/2012/04/android-300x300.png" alt="" width="270" height="270" /></a></p>
<p>This post is for newbies in Android development who have just started to think about developing Android applications in their mind and have no idea about where to start and how to gather all the resources. The first hurdle is to get used to the development process including the installation of necessary softwares and the necessary procedures to run and build the app. Though it&#8217;s not that hard to install the necessary files, you have to go to multiple sites across the web to get all of them.<span id="more-58"></span></p>
<p>Developing Android app requires you to install JDK, Eclipse and of course the Android Development Kit. <a rel="nofollow" target="_blank" href="http://developer.android.com/index.html">Android Developer blog</a>, the official blog from google, has the necessary instructions and links to files regarding the process. However going through the blog  at first, you will have an information overload. The very purpose of the article is to get you started in the Android Development world. This article will not teach you how to code but just explain the necessary steps in creating and running a sample Android Project named &#8220;Snake&#8221; from scratch, (installing the necessary softwares to running the app in the virtual android device).</p>
<p style="text-align: justify;"> The information provided in this article are for anyone who is starting to code Android Apps. You don&#8217;t need to have knowledge of any programming language including Java or XML or any other to follow the steps stated in this article. The instructions are just to get you started in Android Development, and is applied for both pro and newbie programmers. This article uses the conventional Eclipse software, which is the suggested IDE for starters in Android Development. Alternative to Eclipse is IntelliJ IDEA, more information can be found on <a rel="nofollow" target="_blank" href="http://www.jetbrains.com/idea/">http://www.jetbrains.com/idea/</a></p>
<p style="text-align: justify;">All that said, lets start</p>
<p style="text-align: justify;"><strong>Step 1: </strong>Download Eclipse if you have not installed it already. Regarding the version of Eclipse it should be 3.6.2 (Helios) or greater. There is newer version 3.7 called Indigo, but to be safe I would install 3.6.2.</p>
<p style="text-align: justify;">And don&#8217;t be confused with Eclipse version and packages. 3.6.2 is the version of the IDE where as packages are different products of the same version. For Android Development it is recommended to use either, <strong>Eclipse Classic</strong>, Eclipse IDE for Java Developers and Eclipse IDE for Java EE Developers. So you have to install either three packages of version 3.6.2 or greater.</p>
<p style="text-align: justify;">Link for Eclipse Classic 3.6.2 :</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://www.eclipse.org/downloads/packages/eclipse-classic-362/heliossr2">http://www.eclipse.org/downloads/packages/eclipse-classic-362/heliossr2</a></p>
<p style="text-align: justify;"><strong>Step 2: </strong>Download the <strong>Java Development Kit (JDK)</strong>, or update it to the latest version from the oracle. You need this to install Eclipse. By the way its the main component in developing any java software, as JDK name itself is enough to say that.</p>
<p style="text-align: justify;">Link for JDK 7 u3:</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u3-download-1501626.html">http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u3-download-1501626.html</a></p>
<p style="text-align: justify;"><strong>Step 3:</strong> Install the Eclipse software in your system if you have not done already. Recommended package is Eclipse Classic. The installation process is the simplest. Just extract the files and that&#8217;s it !</p>
<p style="text-align: justify;"><strong>Step 4:</strong> Download the Android Development Tools (ADT), which is a plugin for the Eclipse IDE. For that you don&#8217;t have to download anything. Just open Eclipse, than select Help &gt; Install New Software.. . Click Add. In the repository Dialog input ADT plugin as name and following URL for the location:</p>
<p style="text-align: justify;">https://dl-ssl.google.com/android/eclipse/</p>
<p style="text-align: justify;">Then Click Ok.</p>
<p style="text-align: justify;"> <a rel="nofollow" target="_blank" href="http://2.bp.blogspot.com/-RupUaUiz8O8/T4NPLQ-12fI/AAAAAAAABbg/1xopAnw1teQ/s1600/eclipse-add-android-development-tool.png"><img src="http://2.bp.blogspot.com/-RupUaUiz8O8/T4NPLQ-12fI/AAAAAAAABbg/1xopAnw1teQ/s400/eclipse-add-android-development-tool.png" alt="" width="400" height="170" border="0" /></a></p>
<p style="text-align: justify;"> <a rel="nofollow" target="_blank" href="http://2.bp.blogspot.com/-CCBtxTqwem8/T4NQGVl6xCI/AAAAAAAABbw/h_Fv_ewnEv0/s1600/add-adt-in-eclipse.png"><img src="http://2.bp.blogspot.com/-CCBtxTqwem8/T4NQGVl6xCI/AAAAAAAABbw/h_Fv_ewnEv0/s400/add-adt-in-eclipse.png" alt="" width="400" height="195" border="0" /></a></p>
<p style="text-align: justify;"> <strong>Step 5:</strong> Create a Virtual Android Device by Clicking Window &gt; AVD Manager. Click New. In the Create new AVD dialog, input &#8220;Android&#8221; or whatever you like. In target choose the android version you would like to run like Android 2.3.3 or Android 4.0.3 . And Click Ok. Now you are ready to Run your app on the desired version of Android.</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://3.bp.blogspot.com/-pA6yHCPhwdQ/T4NWInO_xZI/AAAAAAAABcA/nGO6e0Gh2Ho/s1600/creating-avd-eclipse.png"><img src="http://3.bp.blogspot.com/-pA6yHCPhwdQ/T4NWInO_xZI/AAAAAAAABcA/nGO6e0Gh2Ho/s400/creating-avd-eclipse.png" alt="" width="400" height="265" border="0" /></a></p>
<p style="text-align: justify;"> <a rel="nofollow" target="_blank" href="http://1.bp.blogspot.com/-4u4KzcmqTGQ/T4NWIP6bMvI/AAAAAAAABb4/B7EIbF2ueyk/s1600/creating-avd-eclipse-2.png"><img src="http://1.bp.blogspot.com/-4u4KzcmqTGQ/T4NWIP6bMvI/AAAAAAAABb4/B7EIbF2ueyk/s400/creating-avd-eclipse-2.png" alt="" width="400" height="351" border="0" /></a></p>
<p style="text-align: justify;"> <strong>Step 6: </strong>Now you can finally create an Android Project and run it. First select File &gt; New &gt; Android Project..</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://3.bp.blogspot.com/-whAg1IoTwvM/T4NkA-ZiFvI/AAAAAAAABcI/YXJjVrRfmHs/s1600/creating-sample-android-project.png"><img src="http://3.bp.blogspot.com/-whAg1IoTwvM/T4NkA-ZiFvI/AAAAAAAABcI/YXJjVrRfmHs/s400/creating-sample-android-project.png" alt="" width="400" height="207" border="0" /></a></p>
<p style="text-align: justify;"> In New Android Project dialog input your desired name for Project Name, then select Create project from existing samples. Then click Next.</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://1.bp.blogspot.com/-6gDNnhQA7Pc/T4NkBj00u7I/AAAAAAAABcQ/mR7Ennobs0g/s1600/creating-sample-android-project2.png"><img src="http://1.bp.blogspot.com/-6gDNnhQA7Pc/T4NkBj00u7I/AAAAAAAABcQ/mR7Ennobs0g/s400/creating-sample-android-project2.png" alt="" width="365" height="400" border="0" /></a></p>
<p style="text-align: justify;"> Next select the desired Target for you app, in my case I have installed only Android 2.3.3 and 4.0.3 sdk, so only those two appear. After selecting the android device you want to build the app on Press Next.</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://1.bp.blogspot.com/--DBWamLnlJ4/T4NkC62rV0I/AAAAAAAABcY/MwUnc__i1XQ/s1600/creating-sample-android-project3.png"><img src="http://1.bp.blogspot.com/--DBWamLnlJ4/T4NkC62rV0I/AAAAAAAABcY/MwUnc__i1XQ/s400/creating-sample-android-project3.png" alt="" width="365" height="400" border="0" /></a></p>
<p style="text-align: justify;"> In the next dialog, select Snake as your sample and then click Finish.</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://2.bp.blogspot.com/-YnxZZN4e6cg/T4NkDqKvWDI/AAAAAAAABcg/oO1BuF3cABk/s1600/creating-sample-android-project4.png"><img src="http://2.bp.blogspot.com/-YnxZZN4e6cg/T4NkDqKvWDI/AAAAAAAABcg/oO1BuF3cABk/s400/creating-sample-android-project4.png" alt="" width="365" height="400" border="0" /></a></p>
<p style="text-align: justify;"> <strong>Step 7: </strong>Now it&#8217;s time to run the app. By now the app in my case &#8220;Snake&#8221; will be appear in the Navigator located in the left side of the Eclipse Window. Select it. And then select Run menu and then Run or press CTRL + F11. In the dialog box Run as, select Android Application and press Ok.  If you have followed all the steps till now, Android Emulator will start up. It will take a few minute to load up the emulator. And then voila, the app will be displayed.</p>
<p style="text-align: justify;"><a rel="nofollow" target="_blank" href="http://2.bp.blogspot.com/-DqS5fsNXWnU/T4NnNt4c_AI/AAAAAAAABco/FKCjUhQ0i6k/s1600/nake-sample-app-android.png"><img src="http://2.bp.blogspot.com/-DqS5fsNXWnU/T4NnNt4c_AI/AAAAAAAABco/FKCjUhQ0i6k/s320/nake-sample-app-android.png" alt="" width="320" height="295" border="0" /></a></p>
<p style="text-align: justify;"> And that&#8217;s it. Now you have the basic experience in starting to create, run and test your first Android app.</p>
<p style="text-align: justify;">Thanks for reading the article. If you have any questions or problem in doing any of the steps above please comment below.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/first-experience-in-installing-eclipse-for-android-and-running-a-sample-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four Robots (Hubos) covering &#8216;Come Together&#8217; by Beatles</title>
		<link>http://www.pythology.com/four-robots-hubos-covering-come-together-by-beatles/</link>
		<comments>http://www.pythology.com/four-robots-hubos-covering-come-together-by-beatles/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 02:22:45 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=48</guid>
		<description><![CDATA[Watch the first ever humanoid robots covering the all time hit band Beatles. These robots from Drexel University called &#8216;Hubo&#8217; demonstrate the cutting edge technology and research going on in humanoid robot technology. This video was created by the Music &#38; Entertainment Technology Laboratory (MET-lab) of Drexel University. MET-lab student Matthew Prockup created the musical arrangement<a href="http://www.pythology.com/four-robots-hubos-covering-come-together-by-beatles/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Watch the first ever humanoid robots covering the all time hit band Beatles. These robots from Drexel University called &#8216;Hubo&#8217; demonstrate the cutting edge technology and research going on in humanoid robot technology. This video was created by the Music &amp; Entertainment Technology Laboratory (MET-lab) of Drexel University.</p>
<p>MET-lab student Matthew Prockup created the musical arrangement for drum kit and three &#8220;Hubophones&#8221;, novel percussion instruments designed and constructed by the lab for this performance.<span id="more-48"></span></p>
<p>Designed and developed by the Korea Advanced Institute of Technology (KAIST), HUBO, now seven in number, is a part of humanoid research collaboration with KAIST, Drexel and seven other universities in the states.</p>
<p><iframe src="http://www.youtube.com/embed/UMQLX-aw_dc" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/four-robots-hubos-covering-come-together-by-beatles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icecream Now on 2.9 percent of all Android devices</title>
		<link>http://www.pythology.com/icecream-now-on-2-9-percent-of-all-android-devices/</link>
		<comments>http://www.pythology.com/icecream-now-on-2-9-percent-of-all-android-devices/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 01:21:52 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=40</guid>
		<description><![CDATA[Android Ice Cream Sandwich (4.0.- series) is now used on 2.9 percent of the total Android Devices, according to the official source at android developer site. The data was based on 14 day period ending on April 2 2012, based on the number of Andriod devices that accessed Google Play. &#160; This steady growth of<a href="http://www.pythology.com/icecream-now-on-2-9-percent-of-all-android-devices/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-41" title="android_versions_distribution_ics_2.9_percent" src="http://www.pythology.com/wp-content/uploads/2012/04/android_versions_distribution_ics_2.9_percent-300x163.png" alt="" width="300" height="163" /></p>
<p>Android Ice Cream Sandwich (4.0.- series) is now used on 2.9 percent of the total Android Devices, according to the official source at android developer site. The data was based on 14 day period ending on April 2 2012, based on the number of Andriod devices that accessed Google Play.<span id="more-40"></span></p>
<p>&nbsp;</p>
<p>This steady growth of increase from 0.6 percent in January is showing that after all ICS is slowly getting market. The latest mobile phones like Galaxy S II and HTC Sensation which have used 4.0 as the software have contributed in this increasing market. Soon 4.0 will dominate the android market.</p>
<p>However as today, Android 2.3 series or &#8220;Gingerbread&#8221; is still the most popular version and is accounted of 63.7 percent of total devices. One more thing to be noted is that version 2.3- 2.3.2 that used API level 9 was just 0.5 percent. Said that, the most used API Level is 10.</p>
<p>All the developers are now in a dilemma whether to develop for ICS or Gingerbread. Market of Gingerbread  is now almost stagnant but comprises of more than half of the devices where as ICS can outnumber that stats any time soon. Last year around this time, 2.3 had just 1 percent of the market. What I suggest is that, make your codes run for Gingerbread with API Level 10 for the time being but be ready to jump to ICS any time, or even start coding for ICS as a side project. Or if you are the lazy one just wait till ICS gets a significant market. This ever changing platform version is one of the main reasons why developers fear to get their hands on Android Development.</p>
<p>What&#8217;s your opinion about this? Will you keep working with Gingerbread even if you have just started a new project or wait until ICS controls the market, which can be any time soon.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/icecream-now-on-2-9-percent-of-all-android-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Siri is Important and not just a &#8216;Yet another Voice Recognition Application&#8217;</title>
		<link>http://www.pythology.com/why-siri-is-important-and-not-just-a-yet-another-voice-recognition-application/</link>
		<comments>http://www.pythology.com/why-siri-is-important-and-not-just-a-yet-another-voice-recognition-application/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 06:08:54 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=26</guid>
		<description><![CDATA[Siri is not just any Voice Recognition Application that you have used or heard about before. It&#8217;s a Holy Grail of Artificial Intelligence and human like speech. We have never before come across an application that is both intelligent and can talk like a human being at the same time, even answering silly questions to<a href="http://www.pythology.com/why-siri-is-important-and-not-just-a-yet-another-voice-recognition-application/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-29 alignright" title="siri-future-pythology" src="http://www.pythology.com/wp-content/uploads/2011/10/siri-future-pythology-300x195.jpg" alt="" width="300" height="195" /></p>
<p>Siri is not just any Voice Recognition Application that you have used or heard about before. It&#8217;s a Holy Grail of Artificial Intelligence and human like speech. We have never before come across an application that is both intelligent and can talk like a human being at the same time, even answering silly questions to perfection like, &#8216;Why did the chicken cross the road&#8217;.</p>
<p style="text-align: left;">Till now there were 3 ways to interact with devices, Keyboard, Mouse and Gestures. Siri with the power of Human Speech, the most effective way of human communication, is going to be a game changer in many fields including Smart Phones, Search and other technologies. Some day technologies like Google Search will become obsolete unless they will find some ways to get around.<span id="more-26"></span></p>
<p style="text-align: left;">With pasts as back as 1966, Siri is an outcome of work done by many different groups including DARPA, SRI International, many Universities and Apple of course. Dag Kittlaus , Siri Inc.&#8217;s former CEO and co-founder and Adam Cheyer, Siri Inc.&#8217;s former VP Engineering and co-founder are considered the two fathers of Siri which now belongs to Apple. But it was the ingenuity of Apple that brought Siri to a whole new level, making it possible to realize it&#8217;s potential and bringing it to the public by including it in iPhone 4S.</p>
<p>Siri is just in version 1.0 now. With Apple as it&#8217;s Godfather Siri is heading towards bright future, as a technology that will be an inevitable part of our future. Either be Artificial intelligence or Context awareness Siri would have it all and would be a synergy of what technology will have to offer us.</p>
<p>Here&#8217;s a list of what Siri can do till now. (Courtesy to Brian Roemmele, Alchemist &amp; Metaphysician at <a rel="nofollow" target="_blank" title="Answer to why is siri important" href="http://www.quora.com/Siri-product/Why-is-Siri-important" target="_blank">Quora</a>)</p>
<ul>
<li><strong>Does Things For You</strong>- Task completion:</li>
</ul>
<p style="padding-left: 30px;">- Multiple Criteria Vertical and Horizontal searches<br />
- On the fly combining of multiple information sources<br />
- Real time editing of information based on dynamic criteria<br />
- Integrated endpoints, like ticket purchases, etc.</p>
<ul>
<li><strong>Gets What You Say</strong>- Conversational intent:</li>
</ul>
<p style="padding-left: 30px;">- Location context<br />
- Time context<br />
- Task context<br />
- Dialog context</p>
<ul>
<li><strong>Gets To Know You</strong>- Learns and acts on personal information:</li>
</ul>
<p style="padding-left: 30px;">- Who are your friends<br />
- Where do you live<br />
- What is your age<br />
- What do you like</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/why-siri-is-important-and-not-just-a-yet-another-voice-recognition-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new Era of Ultrabooks</title>
		<link>http://www.pythology.com/a-new-era-of-ultrabooks/</link>
		<comments>http://www.pythology.com/a-new-era-of-ultrabooks/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 02:00:52 +0000</pubDate>
		<dc:creator>Basanta Kharel</dc:creator>
				<category><![CDATA[Ultrabook]]></category>

		<guid isPermaLink="false">http://www.pythology.com/?p=14</guid>
		<description><![CDATA[Computing technology has changed. Long gone are the times of 30+tons, Eniac computer. Now is the era of  Ultraportable Laptops aka &#8216;Ultrabooks&#8217;. Apple started the trend of Ultrabooks with it&#8217;s range of Macbook airs. And like always it became the trend setter. But there seems to be a confusion in the web regarding whether to<a href="http://www.pythology.com/a-new-era-of-ultrabooks/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-16 aligncenter" title="acer-aspire-ultrabook-s3-pythologydotcom" src="http://www.pythology.com/wp-content/uploads/2011/10/acer-aspire-ultrabook-s3-pythologydotcom.jpg" alt="" width="419" height="312" /></p>
<p>Computing technology has changed. Long gone are the times of 30+tons, Eniac computer. Now is the era of  Ultraportable Laptops aka &#8216;Ultrabooks&#8217;.</p>
<p>Apple started the trend of Ultrabooks with it&#8217;s range of Macbook airs. And like always it became the trend setter. But there seems to be a confusion in the web regarding whether to call Macbook Air &#8216;Ultrabook&#8217; or not. It seems that &#8216;Ultrabook&#8217; term was coined by Intel, yes Intel that made the legendary core i7, and it has made some criteria for the Ultrabook.<span id="more-14"></span></p>
<p>Intel&#8217;s So Called Specifications.</p>
<ul>
<li>Thickness &#8211; Less than 20 mms (.8 inch)</li>
<li>Screen Size &#8211; Less than 13 inches</li>
<li>Weight &#8211; Less than 1.4 kg (3.1 pounds)</li>
<li>Battery Life &#8211; More than 5 hours</li>
<li>Price &#8211; Should be under $1000 (this is the main reason for not considering Macbook Air as an Ultrabook, though the Macbook Air 11&#8242;inch falls under $1000 mark.)</li>
<li>Boot time &#8211; faster than ever before, and should use Intel&#8217;s Rapid Start Technology that uses flash storage in laptop&#8217;s Motherboard. ( That means AMD based notebooks could never be Ultrabooks, and another condition not fulfilled by Macbook Air)</li>
<li>Intel Sandy Bridge mobile processors that include i5 and i7 ( The second phase would have 20 nm, Ivy Bridge mobile processors set to be released on mid 2012</li>
</ul>
<div>So it seems Acer Aspire S3 Ultrabook, with a price 0f $899.99 is the first in the line of Ultrabooks. Followed by Ausus Zenbook starting at $999.  And  Toshiba Portege Z835 and Lenovo IdeaPad U300s are yet to be released. Intel is basically making its attempts to grow computer uses which is in serious threat by ARM based chips powering iPads and other touch gadgets that are slowing taking over the traditional computers. Future will show if Ultrabook will save the computer generation or not</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythology.com/a-new-era-of-ultrabooks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://stats.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

