<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Miscellaneous</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:44:09 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:44:09 -0500</pubDate>
<item>
<title>How to simulate an incoming call in Android</title>
<pubDate>Thu, 01 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-simulate-an-incoming-call-in-Android/73709</link>
<description>
<![CDATA[In this tutorial we will walk through the process of simulating an incoming call on Android.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-simulate-an-incoming-call-in-Android/73709</guid>
</item>
<item>
<title>Showing status bar notifications in Android</title>
<pubDate>Thu, 01 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Showing-status-bar-notifications-in-Android/73685</link>
<description>
<![CDATA[A status bar notification adds an icon to the system’s status bar with an optional ticker-text message and a notification message in the notifications window.  In the example below a notification is f...]]>
</description><guid>http://www.tutorialized.com/tutorial/Showing-status-bar-notifications-in-Android/73685</guid>
</item>
<item>
<title>Working with Gesture API in Android</title>
<pubDate>Thu, 01 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Working-with-Gesture-API-in-Android/73658</link>
<description>
<![CDATA[Developing a simple proof-of-concept application that makes use of  Gesture API in Android]]>
</description><guid>http://www.tutorialized.com/tutorial/Working-with-Gesture-API-in-Android/73658</guid>
</item>
<item>
<title>Building a Custom Fancy ListView </title>
<pubDate>Thu, 01 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Building-a-Custom-Fancy-ListView-/73641</link>
<description>
<![CDATA[In this tutorial we will walk through the process of building a custom ListView with alternate background colors and an image icon set to every row.]]>
</description><guid>http://www.tutorialized.com/tutorial/Building-a-Custom-Fancy-ListView-/73641</guid>
</item>
<item>
<title>multi threading  questions for preparing java interview</title>
<pubDate>Sun, 31 Oct 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/multi-threading--questions-for-preparing-java-interview/72605</link>
<description>
<![CDATA[Questions on multi threading is one of the most difficult part of Java Interviews. Most of the java programmer doesn't understand the Thread till deep level they mostly know it shallow like difference...]]>
</description><guid>http://www.tutorialized.com/tutorial/multi-threading--questions-for-preparing-java-interview/72605</guid>
</item>
<item>
<title>What to review while doing Code Review</title>
<pubDate>Sun, 31 Oct 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/What-to-review-while-doing-Code-Review/72491</link>
<description>
<![CDATA[code review and JUnit test are two must do development practice.In my experience They always result in positive results in positive result, though having a code review checklist and following a proces...]]>
</description><guid>http://www.tutorialized.com/tutorial/What-to-review-while-doing-Code-Review/72491</guid>
</item>
<item>
<title>How do you find length of a Singly Linked list in Java</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-do-you-find-length-of-a-Singly-Linked-list-in-Java/71408</link>
<description>
<![CDATA[Here is one of the classical questions asked to me on an interview with multinational Investment bank after that this question asked to me on several times in other interviews also . what makes this q...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-do-you-find-length-of-a-Singly-Linked-list-in-Java/71408</guid>
</item>
<item>
<title>Creating Your First Android App </title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-Your-First-Android-App-/68112</link>
<description>
<![CDATA[Today I am going to walk you through installing and setting up the Android SDK so you can create android applications. Android runs on Java, so if you don’t know Java, please step away now. If you wan...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-Your-First-Android-App-/68112</guid>
</item>
<item>
<title>Android Multiple Views </title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Android-Multiple-Views-/68111</link>
<description>
<![CDATA[I named my project MultiViews and am using Android 2.3. The first thing you can do is go ahead and create the views. The first view has a button that links our second view. The first view is stored in...]]>
</description><guid>http://www.tutorialized.com/tutorial/Android-Multiple-Views-/68111</guid>
</item>
<item>
<title>Publish your Android Application</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Publish-your-Android-Application/68110</link>
<description>
<![CDATA[Android applications are packaged as APK files. You can use the ADT plugin inside Eclipse to digitally sign and compile your applications, that is what we will be focusing on here. Digitally signed ap...]]>
</description><guid>http://www.tutorialized.com/tutorial/Publish-your-Android-Application/68110</guid>
</item>
<item>
<title>Simple thread - Bouncing ball</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-thread---Bouncing-ball/64538</link>
<description>
<![CDATA[I saw some threads with ping pong games and such, however most of them were broken.]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-thread---Bouncing-ball/64538</guid>
</item>
<item>
<title>Working with huge numbers</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Working-with-huge-numbers/64532</link>
<description>
<![CDATA[&quot;The number is really big!! Sometimes we find it out of capabilities for languages to work with huge numbers. In java we have a class which can work with any size of an integer.&quot;]]>
</description><guid>http://www.tutorialized.com/tutorial/Working-with-huge-numbers/64532</guid>
</item>
<item>
<title>Guess The Word.</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Guess-The-Word./64493</link>
<description>
<![CDATA[I was just messing around today because i was board so i decided to make a program in Java where you can either make your own word for somebody to guess or you can have it select a random one for you.]]>
</description><guid>http://www.tutorialized.com/tutorial/Guess-The-Word./64493</guid>
</item>
<item>
<title>Creating an Executable Jar File</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-an-Executable-Jar-File/64485</link>
<description>
<![CDATA[This is my first attempt at a tutorial here at CC, so if it's out of place, or I'm out of place, just let me know...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-an-Executable-Jar-File/64485</guid>
</item>
<item>
<title>Creating a huge file filled with numbers.</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-huge-file-filled-with-numbers./64484</link>
<description>
<![CDATA[So this basicly make a text file called numbers with 99999999 numbers in it.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-huge-file-filled-with-numbers./64484</guid>
</item>
</channel>
</rss>
