﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:EzzyLearning="http://www.ezzylearning.com/rsschannel"><channel><title>EzzyLearning.com (Tutorials, How TOs, Code Samples, Tips and Tricks) </title><link>http://www.ezzylearning.com/</link><description>Latest Tutorials and How TOs on VB.NET, ASP.NET, C#, Java, LINQ, AJAX, XML, Web Services, .NET Framework, JSP</description><copyright>Copyright 2011 EzzyLearning.com</copyright><generator>EzzyLearningRssGenerator v1.0</generator><item><title>How to Delete File from SD Card in Android</title><description>If you want to delete file from SD Card you can use following code:&lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=9514927321&amp;q=how-to-delete-file-from-sd-card-in-android</link><author>Waqas Anwar</author><category /><pubDate>Sat, 30 Jul 2011 14:12:10 GMT</pubDate><subject>Android</subject></item><item><title>How to Change the ListView Divider Color and Height</title><description>If you want to change the divider color or height of ListView you can use divider and divider height properties as shown below:&lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=3925884892&amp;q=how-to-change-the-listview-divider-color-and-height</link><author>Waqas Anwar</author><category /><pubDate>Sat, 30 Jul 2011 14:06:39 GMT</pubDate><subject>Android</subject></item><item><title>How to get Screen Size and Orientation in Android</title><description>Sometimes it is important to know the width, height and screen orientation of the device so that you can re-arrange or re-size your views dynamically. Here is the code you can use to get width, height and orientation pragmatically. &lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=3623547233&amp;q=how-to-get-screen-size-and-orientation-in-android</link><author>Waqas Anwar</author><category /><pubDate>Sat, 30 Jul 2011 13:59:04 GMT</pubDate><subject>Android</subject></item><item><title>How to Hide Scrollbars in ScrollView in Android</title><description>If you want to hide the default scrollbars in ScrollView control you can use the following methods:&lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=5856934488&amp;q=how-to-hide-scrollbars-in-scrollview-in-android</link><author>Waqas Anwar</author><category /><pubDate>Sat, 30 Jul 2011 13:48:57 GMT</pubDate><subject>Android</subject></item><item><title>How to Create Multiline EditText in Android</title><description>There is no separate control for creating multiline text boxes in Android. You can use same EditText control and set some of its properties to make it multiline EditText as shown in the code below:&lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=6642537326&amp;q=how-to-create-multiline-edittext-in-android</link><author>Waqas Anwar</author><category /><pubDate>Mon, 25 Jul 2011 16:57:02 GMT</pubDate><subject>Android</subject></item><item><title>How to set Vertical Alignment of Text in Multiline EditText?</title><description>If you are creating a multiline EditText control and you want to set the vertical alignment of contents inside EditText you can set &lt;b&gt;gravity &lt;/b&gt;property.&lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=3665843667&amp;q=how-to-set-vertical-alignment-of-text-in-multiline-edittext</link><author>Waqas Anwar</author><category /><pubDate>Mon, 25 Jul 2011 16:49:59 GMT</pubDate><subject>Android</subject></item><item><title>How to declare String array in strings.xml resource file</title><description>You can declare String array in strings.xml resource file using the &lt;b&gt;string-array&lt;/b&gt; element as shown in the code below. You also need to give name using the &lt;b&gt;name &lt;/b&gt;attribute. This name can be used to access the array in layout files and also pragmatically in code. &lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=2483282746&amp;q=how-to-declare-string-array-in-strings-xml-resource-file</link><author>Waqas Anwar</author><category /><pubDate>Sat, 23 Jul 2011 01:18:05 GMT</pubDate><subject>Android</subject></item><item><title>How to find an element in IFrame using JQuery</title><description>&lt;span id="ws1024" class="blackClass"&gt;You&lt;/span&gt; &lt;span id="ws1025" class="blackClass"&gt;have&lt;/span&gt; &lt;span id="ws1026" class="blackClass"&gt;an&lt;/span&gt; &lt;span id="ws1027" class="blackClass"&gt;iframe&lt;/span&gt; &lt;span id="ws1028" class="blackClass"&gt;on&lt;/span&gt; &lt;span id="ws1029" class="blackClass"&gt;the&lt;/span&gt; &lt;span id="ws1030" class="blackClass"&gt;page&lt;/span&gt; &lt;span id="ws1031" class="blackClass"&gt;showing&lt;/span&gt; &lt;span id="ws1032" class="blackClass"&gt;some&lt;/span&gt; &lt;span style="margin: 0px;" id="ws1033" class="blackClass"&gt;&lt;span class="phrase_anchor"&gt;document,&lt;/span&gt;&lt;/span&gt; &lt;span id="ws1034" class="blackClass"&gt;and&lt;/span&gt; &lt;span id="ws1035" class="blackClass"&gt;you&lt;/span&gt; &lt;span id="ws1036" class="blackClass"&gt;want&lt;/span&gt; &lt;span id="ws1037" class="blackClass"&gt;to&lt;/span&gt; &lt;span id="ws1038" class="blackClass"&gt;find&lt;/span&gt; &lt;span id="ws1039" class="blackClass"&gt;an&lt;/span&gt; &lt;span id="ws1040" class="blackClass"&gt;element&lt;/span&gt; &lt;span id="ws1041" class="blackClass"&gt;inside&lt;/span&gt; &lt;span id="ws1042" class="blackClass"&gt;the&lt;/span&gt; &lt;span id="ws1043" class="blackClass"&gt;iframe&lt;/span&gt; &lt;span id="ws1044" class="blackClass"&gt;using&lt;/span&gt; &lt;span style="margin: 0px;" id="ws1045" class="blackClass"&gt;&lt;span class="phrase_anchor"&gt;JQuery.&lt;/span&gt; You&lt;/span&gt; &lt;span id="ws1046" class="blackClass"&gt;can&lt;/span&gt; &lt;span id="ws1047" class="blackClass"&gt;combine&lt;/span&gt; &lt;span id="ws1048" class="blackClass"&gt;contents&lt;/span&gt; &lt;span id="ws1049" class="blackClass"&gt;and&lt;/span&gt; &lt;span id="ws1050" class="blackClass"&gt;find&lt;/span&gt; &lt;span id="ws1051" class="blackClass"&gt;method&lt;/span&gt; &lt;span id="ws1052" class="blackClass"&gt;as&lt;/span&gt; &lt;span id="ws1053" class="blackClass"&gt;shown&lt;/span&gt; &lt;span id="ws1054" class="blackClass"&gt;in&lt;/span&gt; &lt;span id="ws1055" class="blackClass"&gt;the&lt;/span&gt; &lt;span id="ws1056" class="blackClass"&gt;following&lt;/span&gt; 
&lt;span id="ws1057" class="blackClass"&gt;example&lt;/span&gt; &lt;span id="ws1058" class="blackClass"&gt;code.&lt;/span&gt;&lt;br&gt;</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=8785649771&amp;q=how-to-find-an-element-in-iframe-using-jquery</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 May 2011 14:06:31 GMT</pubDate><subject>JQuery</subject></item><item><title>How to Count Total Items in DropDownList using JQuery</title><description>You have a DropDownList control and you want to count the total number of items in the DropDownList using JQuery. You can using following JQuery code snippet.</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=7564462343&amp;q=how-to-count-total-items-in-dropdownlist-using-jquery</link><author>Waqas Anwar</author><category /><pubDate>Tue, 11 Jan 2011 00:54:31 GMT</pubDate><subject>JQuery</subject></item><item><title>How To Get DropDownList Selected Item Index using JQuery</title><description>You have a ASP.NET DropDownList control on page and you want to get its selected item index using JQuery. You can using following code snippet.</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=3268981862&amp;q=how-to-get-dropdownlist-selected-item-index-using-jquery</link><author>Waqas Anwar</author><category /><pubDate>Tue, 11 Jan 2011 00:49:55 GMT</pubDate><subject>JQuery</subject></item></channel></rss>
