<?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>Android Development Tutorial &#187; Adroid Tutorial</title>
	<atom:link href="/tag/adroid-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://androidtutorials.org</link>
	<description>Android Development Tutorial</description>
	<lastBuildDate>Thu, 16 Sep 2010 08:42:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Android Development Tutorial-Android unit testing</title>
		<link>http://androidtutorials.org/android-development-tutorial-android-unit-testing/</link>
		<comments>http://androidtutorials.org/android-development-tutorial-android-unit-testing/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 06:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adroid Tutorial]]></category>
		<category><![CDATA[android development tutorial]]></category>
		<category><![CDATA[Android programmng Tutorials]]></category>
		<category><![CDATA[Tutorial for Android.Learn Android Programming]]></category>

		<guid isPermaLink="false">http://androidtutorials.org/?p=391</guid>
		<description><![CDATA[Android Development Tutorial-Android unit testing Mon, 07/19/2010 &#8211; 06:51 &#124; by gabor SDK Version: M3 For unit testing you can use the built in JUnit framework just like in &#8220;standard&#8221; java applications. A unit test is to test some low-level part &#8211; usually a single class &#8211; of a project, working individually. The only trick [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Android Development Tutoria</strong>l-<strong>Android unit testing</strong></p>
<p>Mon, 07/19/2010 &#8211; 06:51 | by <strong>gabor</strong></p>
<p><!-- google_ad_section_start --></p>
<div>
<div>
<div>
<div>SDK Version:</div>
<p>M3</p>
</div>
</div>
</div>
<p>For unit testing you can use the built in JUnit framework just like in &#8220;standard&#8221; java applications.</p>
<p>A unit test is to test some low-level part &#8211; usually a single class &#8211; of a project, working individually.</p>
<p>The only trick is to extend <strong>AndroidTestCase</strong> in your test case instead  of TestCase some Android specific methods, like getContext() which is  often required by android functions.</p>
<p>Lets see a very simple example using eclipse:</p>
<p>- Create a new project to test, create a new class in it, with a simple method that , like this:</p>
<div>
<div>
<ol>
<li>
<div>public class ClassToTest{</div>
</li>
<li></li>
<li>
<div>public int add(int arg1,int arg2){</div>
</li>
<li>
<div>return arg1+arg2;</div>
</li>
<li>
<div>}</div>
</li>
<li></li>
<li>
<div>}</div>
</li>
</ol>
</div>
</div>
<p>- Create a new test project: File/new/Other&#8230;/Android/Android Test Project<br />
<img src="http://helloandroid.com/files/images/AndroidUnitTesting/1.jpg" alt="new Android Test Project" /></p>
<p>Add the previously created project as the test target, the other fields can be left as they are auto filled.</p>
<p>This <span style="text-decoration: underline;"><strong>Android Tutorial</strong></span> has been taken from <a title="Android Tutorial" href="http://www.helloandroid.com/"><span style="text-decoration: underline;"><strong>Hello Android Tutorial</strong></span></a></p>
<h2><a title="Android Development Tutorial" href="http://www.edumobile.org/241.html"><strong>Many students are currently enrolled in the Android Tutorial from EDUmobile.</strong></a></h2>
<h2><a title="Android Development Tutorial" href="http://www.edumobile.org/241.html"><strong>Join now and start you career as an Android developer</strong></a></h2>
]]></content:encoded>
			<wfw:commentRss>http://androidtutorials.org/android-development-tutorial-android-unit-testing//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Tutorial-Android SDK, CoolIris and Puzzle Quest 2! – Hak5</title>
		<link>http://androidtutorials.org/android-sdk-cooliris-and-puzzle-quest-2-hak5/</link>
		<comments>http://androidtutorials.org/android-sdk-cooliris-and-puzzle-quest-2-hak5/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 00:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adroid Tutorial]]></category>
		<category><![CDATA[android development tutorial]]></category>
		<category><![CDATA[Android Programming Tutorials]]></category>
		<category><![CDATA[Android Tutorials]]></category>

		<guid isPermaLink="false">http://androidtutorials.org/?p=127</guid>
		<description><![CDATA[Android  Tutorial-Android SDK, CoolIris and Puzzle Quest 2! – Hak5 Get Started Android-Tutorial Click Here]]></description>
			<content:encoded><![CDATA[<p><strong>Android  Tutorial</strong>-<strong>Android SDK</strong>, CoolIris and Puzzle Quest 2! – Hak5</p>
<p><a href="http://www.edumobile.org/241-5-1-31.html"></a><p><a href="/android-sdk-cooliris-and-puzzle-quest-2-hak5/ "><em>Click here to view the embedded video.</em></a></p></p>
<p><a href="http://www.edumobile.org/241-5-1-31.html">Get Started Android-Tutorial Click Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://androidtutorials.org/android-sdk-cooliris-and-puzzle-quest-2-hak5//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!--Array
(
    [label01] =>    0.00000
    [label02] =>    0.03151
    [label03] =>    0.11941
    [label04] =>    0.11942
    [label05] =>    0.11944
)
-->