<?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 Development</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:27:19 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:27:19 -0500</pubDate>
<item>
<title>Observer design Pattern in Java with sample code example</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Observer-design-Pattern-in-Java-with-sample-code-example/73793</link>
<description>
<![CDATA[Observer pattern in Java is one of most used core Java pattern which has heavily used in JDK and outside of jDK in various frameworks like Spring, Struts and other Apache libraries. Observer pattern a...]]>
</description><guid>http://www.tutorialized.com/tutorial/Observer-design-Pattern-in-Java-with-sample-code-example/73793</guid>
</item>
<item>
<title>Factory method design pattern in Java - Tutorial with Sample Code</title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Factory-method-design-pattern-in-Java---Tutorial-with-Sample-Code/73404</link>
<description>
<![CDATA[Factory design pattern in Java one of the core design pattern which is used heavily not only in JDK but also in various Open Source framework such as spring, Struts and Apache along with decorator des...]]>
</description><guid>http://www.tutorialized.com/tutorial/Factory-method-design-pattern-in-Java---Tutorial-with-Sample-Code/73404</guid>
</item>
<item>
<title>Using String Resources </title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-String-Resources-/73303</link>
<description>
<![CDATA[For quick string references, like a global string, you should try and use the string resource. You can set a string resource by opening the file in your project explorer located at values/strings.xml....]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-String-Resources-/73303</guid>
</item>
<item>
<title>Using Android Checkboxes </title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-Android-Checkboxes-/73302</link>
<description>
<![CDATA[In almost any settings window/screen you will probably need to use a check box, to &quot;tick&quot; something on or off. We are going to do some easy check boxes to help make a selection of what kind ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-Android-Checkboxes-/73302</guid>
</item>
<item>
<title>Decorator Design Pattern Example in Java</title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Decorator-Design-Pattern-Example-in-Java/73292</link>
<description>
<![CDATA[Decorator design pattern is a prominent Core Java pattern heavily used in Java development Kit. Decorator pattern is used to enhance functionality of individual object at runtime which gives flexibili...]]>
</description><guid>http://www.tutorialized.com/tutorial/Decorator-Design-Pattern-Example-in-Java/73292</guid>
</item>
<item>
<title>How to prepare Java Collection Interview questions </title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-prepare-Java-Collection-Interview-questions-/73198</link>
<description>
<![CDATA[Java collection interview questions are core part of any java interview. Collection interview consists question on various collection classes like hashset, hashmap, linkedhashmap, arraylist, vector, l...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-prepare-Java-Collection-Interview-questions-/73198</guid>
</item>
<item>
<title>How to deal with Simple Cursor adapter</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-deal-with-Simple-Cursor-adapter/73134</link>
<description>
<![CDATA[this tutorial is based on how to deal simple cursor adapter which is used to show or design the way to show the data in the listview.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-deal-with-Simple-Cursor-adapter/73134</guid>
</item>
<item>
<title>Things to remember when overriding CompareTo method in Java</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Things-to-remember-when-overriding-CompareTo-method-in-Java/73047</link>
<description>
<![CDATA[CompareTo method is defined in Comparable interface in Java and used to implement natural ordering of object.Implementing and overriding compareTo is neither too easy but not too difficult as well , t...]]>
</description><guid>http://www.tutorialized.com/tutorial/Things-to-remember-when-overriding-CompareTo-method-in-Java/73047</guid>
</item>
<item>
<title>What is HashMap in Java, how it works</title>
<pubDate>Thu, 09 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/What-is-HashMap-in-Java%2C-how-it-works/71648</link>
<description>
<![CDATA[One of the best article aournd HashMap in Java, its a intervie discussion which coveres internals of hashMap , must read.]]>
</description><guid>http://www.tutorialized.com/tutorial/What-is-HashMap-in-Java%2C-how-it-works/71648</guid>
</item>
<item>
<title>How to convert String to Integer to String in Java example</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-convert-String-to-Integer-to-String-in-Java-example/71097</link>
<description>
<![CDATA[Converting string to integer and Integer to String is one of the basic tasks of Java and most people learned about it when they learn java programming. Even though string to integer and integer to str...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-convert-String-to-Integer-to-String-in-Java-example/71097</guid>
</item>
<item>
<title>Difference between ConcurrentHashMap and Collections.synchronizedMap and Hashtable in Java</title>
<pubDate>Tue, 07 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-ConcurrentHashMap-and-Collections.synchronizedMap-and-Hashtable-in-Java/69779</link>
<description>
<![CDATA[The synchronized collections classes, Hashtable and Vector, and the synchronized wrapper classes, Collections.synchronizedMap and Collections.synchronizedList, provide a basic conditionally thread-saf...]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-ConcurrentHashMap-and-Collections.synchronizedMap-and-Hashtable-in-Java/69779</guid>
</item>
<item>
<title>How Serialization works in Java</title>
<pubDate>Sat, 04 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-Serialization-works-in-Java/67723</link>
<description>
<![CDATA[Java Serialization is one of important concept but it’s been rarely used as persistence solution and developer mostly overlooked java serialization API.  As per my experience Java Serialization is qui...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-Serialization-works-in-Java/67723</guid>
</item>
<item>
<title>Developing application for iPhone, BlackBerry and J2ME in Java</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Developing-application-for-iPhone%2C-BlackBerry-and-J2ME-in-Java/64488</link>
<description>
<![CDATA[iPFaces is a flexible solution for easy development of form-oriented network mobile applications. With the iPFaces solution, mobile devices are able to render content received from a server using thei...]]>
</description><guid>http://www.tutorialized.com/tutorial/Developing-application-for-iPhone%2C-BlackBerry-and-J2ME-in-Java/64488</guid>
</item>
<item>
<title>Basic JFrame with a basic JButton.</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Basic-JFrame-with-a-basic-JButton./64477</link>
<description>
<![CDATA[Basic JFrame with a basic JButton.      This is a basic JFrame with a basic JButton.]]>
</description><guid>http://www.tutorialized.com/tutorial/Basic-JFrame-with-a-basic-JButton./64477</guid>
</item>
<item>
<title>ArrayList - Simple version !</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/ArrayList---Simple-version-%21/64476</link>
<description>
<![CDATA[Hey guys, today I thought I could show you guys what you can do with ArrayList, java's own build in Array+List :&gt;, the ArrayList is in general slower than normal Arrays if used in larger codes and ...]]>
</description><guid>http://www.tutorialized.com/tutorial/ArrayList---Simple-version-%21/64476</guid>
</item>
</channel>
</rss>
