<?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>Rahinur Rahaman</title>
	<atom:link href="http://www.rahinur.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rahinur.com</link>
	<description>Android Application Developer</description>
	<lastBuildDate>Tue, 10 Apr 2012 03:40:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Functions in Oracle</title>
		<link>http://www.rahinur.com/oracle-functions/functions-in-oracle/</link>
		<comments>http://www.rahinur.com/oracle-functions/functions-in-oracle/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 03:00:40 +0000</pubDate>
		<dc:creator>Rahinur Rahaman</dc:creator>
				<category><![CDATA[Oracle Functions]]></category>
		<category><![CDATA[Functions in Oracle]]></category>

		<guid isPermaLink="false">http://www.rahinur.com/?p=67</guid>
		<description><![CDATA[&#160; Functions in Oracle are similar to operators in that they operate data items and return result. Functions in Oracle differ from operators in the arrangement of their parameters. This arrangement enables them to operate on zero, one, two or more parameters: &#160; Name_Of_Function ( Parameter1[, Parameter2[, Parameter3[, ...]]] ) &#160; Functions in Oracle without [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Functions in Oracle</strong> are similar to operators in that they operate data items and return result. <em>Functions in Oracle</em> differ from operators in the arrangement of their parameters. This arrangement enables them to operate on zero, one, two or more parameters:</p>
<p>&nbsp;</p>
<p>Name_Of_Function ( Parameter1[, Parameter2[, Parameter3[, ...]]] )</p>
<p>&nbsp;</p>
<p><strong>Functions in Oracle</strong> without any parameters are similar to a pseudocolumn. However, a pseudocolumn typically returns a different value for each row in the result set, whereas a function without any parameters typically returns the same value for each row.</p>
<p>Oracle has tons of built-in functions available. We can group these built-in <em>Functions in Oracle</em> by two categories:</p>
<p>&nbsp;</p>
<p><strong>A) Oracle SQL Functions</strong></p>
<p><strong>B) Oracle PL/SQL Functions</strong></p>
<p>&nbsp;</p>
<p>Oracle also allows you to define your own function and make it a part of your own SQL dialect. This kind function is called:</p>
<p>&nbsp;</p>
<p><strong>C) Oracle User-Defined Functions</strong></p>
<p>&nbsp;</p>
<p><strong>Related Topics:</strong></p>
<p><em><a title="Functions in Oracle" href="http://www.rahinur.com/oracle-functions/functions-in-oracle/">Functions in Oracle</a></em></p>
<p><a title="Oracle Functions" href="http://www.rahinur.com/oracle-functions/oracle-functions/"><em>Oracle Functions</em></a></p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rahinur.com/oracle-functions/functions-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Functions</title>
		<link>http://www.rahinur.com/oracle-functions/oracle-functions/</link>
		<comments>http://www.rahinur.com/oracle-functions/oracle-functions/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 03:00:10 +0000</pubDate>
		<dc:creator>Rahinur Rahaman</dc:creator>
				<category><![CDATA[Oracle Functions]]></category>
		<category><![CDATA[Functions in Oracle]]></category>

		<guid isPermaLink="false">http://www.rahinur.com/?p=61</guid>
		<description><![CDATA[&#160; Oracle Functions are similar to operators in that they manipulate data items and return result. Oracle Functions differ from operators in the format of their arguments. This format enables them to operate on zero, one, two or more arguments: &#160; Function_Name ( Argument1[, Argument2[, Argument3[, ...]]] ) &#160; An Oracle Function without any arguments [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Oracle Functions</strong> are similar to operators in that they manipulate data items and return result. <em>Oracle Functions</em> differ from operators in the format of their arguments. This format enables them to operate on zero, one, two or more arguments:</p>
<p>&nbsp;</p>
<p>Function_Name ( Argument1[, Argument2[, Argument3[, ...]]] )</p>
<p>&nbsp;</p>
<p>An <strong>Oracle Function</strong> without any arguments is similar to a pseudocolumn. However, a pseudocolumn typically returns a different value for each row in the result set, whereas a function without any arguments typically returns the same value for each row.</p>
<p>Oracle has tons of built-in functions available. We can group these built-in <em>Oracle Functions</em> by two categories:</p>
<p>&nbsp;</p>
<p><strong>A) Oracle SQL Functions</strong></p>
<p><strong>B) Oracle PL/SQL Functions</strong></p>
<p>&nbsp;</p>
<p>Oracle also allows you to define your own function and make it a part of your own SQL language. This kind function is called:</p>
<p>&nbsp;</p>
<p><strong>C) Oracle User-Defined Functions</strong></p>
<p>&nbsp;</p>
<p><strong>Related Topics:</strong></p>
<p><a title="Oracle Functions" href="http://www.rahinur.com/oracle-functions/oracle-functions/"><em>Oracle Functions</em></a></p>
<p><em><a title="Functions in Oracle" href="http://www.rahinur.com/oracle-functions/functions-in-oracle/">Functions in Oracle</a></em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rahinur.com/oracle-functions/oracle-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set the Android TextView Width Property?</title>
		<link>http://www.rahinur.com/android-development/android-textview-width/</link>
		<comments>http://www.rahinur.com/android-development/android-textview-width/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 06:00:56 +0000</pubDate>
		<dc:creator>Rahinur Rahaman</dc:creator>
				<category><![CDATA[Android Development]]></category>
		<category><![CDATA[Android TextView Width]]></category>

		<guid isPermaLink="false">http://www.rahinur.com/?p=47</guid>
		<description><![CDATA[&#160; Android TextView Width property makes the TextView be exactly the parametric pixels wide. It should be done the same thing by mention this size  in the LayoutParams. We can set Android TextView Width property in the following two ways mentioned bellow: &#160; Set Android TextView Width in XML Editor: &#60;TextView android:id="@+id/exampleTextView" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:width="100dp" /&#62; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Android TextView Width</strong> property makes the TextView be exactly the parametric pixels wide. It should be done the same thing by mention this size  in the LayoutParams. We can set <em>Android TextView Width</em> property in the following two ways mentioned bellow:</p>
<p>&nbsp;</p>
<p><strong>Set Android TextView Width in XML Editor:</strong></p>
<p><code>&lt;TextView<br />
android:id="@+id/exampleTextView"<br />
android:layout_width="fill_parent"<br />
android:layout_height="wrap_content"<br />
android:text="@string/hello"<br />
<strong>android:width="100dp"</strong> /&gt;</code></p>
<p>&nbsp;</p>
<p><strong>Set Android TextView Width in Java Code:</strong></p>
<p><code>super.onCreate(savedInstanceState);<br />
setContentView(R.layout.main);</code><br />
<code><br />
TextView exampleTextView = (TextView)findViewById(R.id.exampleTextView);<br />
<strong>exampleTextView.setWidth(100);</strong></code><br />
<code><br />
exampleTextView.setText("Hello Android - from Rahinur.com");</code></p>
<p>&nbsp;</p>
<p><strong>Android TextView Width XML Attribute:</strong><br />
android:width</p>
<p>&nbsp;</p>
<p><strong>Android TextView Width method:</strong><br />
setWidth(int width)</p>
<p>&nbsp;</p>
<p>Please Note:</p>
<p>I have test this attribute(<em>Android TextView Width</em>) on Android SDK Version 15</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rahinur.com/android-development/android-textview-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle SUBSTR Function</title>
		<link>http://www.rahinur.com/oracle-functions/oracle-substr-function/</link>
		<comments>http://www.rahinur.com/oracle-functions/oracle-substr-function/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 08:00:01 +0000</pubDate>
		<dc:creator>Rahinur Rahaman</dc:creator>
				<category><![CDATA[Oracle Functions]]></category>

		<guid isPermaLink="false">http://www.rahinur.com/?p=40</guid>
		<description><![CDATA[Oracle SUBSTR (SubString &#124; Sub String) function lets you extract a portion of string from a given string. Syntax of Oracle SUBSTR function: SUBSTR(string, position [, length ]) Parameter Description of Oracle SUBSTR Function: Required parameter string can be any of the datatypes CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB or NCLOB. Required parameter position must be [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle SUBSTR (SubString | Sub String) function lets you extract a portion of string from a given string.</p>
<p><strong>Syntax of Oracle SUBSTR function:</strong><br />
<code></code></p>
<p><code>SUBSTR(<em>string, position [, length ]</em>)</code></p>
<p><code></code><br />
<strong>Parameter Description of Oracle SUBSTR Function:</strong></p>
<p>Required parameter <code>string</code> can be any of the datatypes CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB or NCLOB.</p>
<p>Required parameter <code>position</code> must be of datatype NUMBER or any datatype that can be implicitly converted to NUMBER.</p>
<p>Optional parameter <code>length</code> must be of datatype NUMBER or any datatype that can be implicitly converted to number.</p>
<p>Floating-point numbers passed as parameters value to Oracle SUBSTR function are implicitely converted to integers.</p>
<p>If <code>position</code> is 0 then it is treated as 1.</p>
<p>If <code>position</code> is positive the Oracle counts from the beginning of string to find the first character otherwise counts backword from the end of the character.<br />
<strong>Return Value of Oracle SUBSTR Function:</strong></p>
<p>Return value of <em>Oracle SUBSTR Function</em> is <code>char</code> datatype.</p>
<p>If <code>length</code> parameter is omitted then Oracle returns all characters to the end of <code>string</code>.</p>
<p>If <code>length</code> parameter is less than 1 then Oracle returns null.</p>
<p><strong>Example of Oracle SUBSTR Function:</strong></p>
<p><code>SQL&gt; SELECT SUBSTR('Apple introduce iPad', 1, 5)<br />
2 FROM DUAL;</code></p>
<p><code>SQL&gt; SELECT SUBSTR('Apple introduce iPad', 1)<br />
2 FROM DUAL;</code></p>
<p><code>SUBSTR('APPLEINTRODU<br />
--------------------<br />
Apple introduce iPad</code></p>
<p><code>SQL&gt; SELECT SUBSTR('Apple introduce iPad', 1, -1)<br />
2 FROM DUAL;</code></p>
<p><code>S<br />
-</code></p>
<p><code>SQL&gt; SELECT SUBSTR('Apple introduce iPad', 1.12F, 5) SUBSTRING<br />
2 FROM DUAL;</code></p>
<p><code>SUBST<br />
-----<br />
Apple</code></p>
<p><code>SQL&gt; SELECT SUBSTR('Apple introduce iPad', 1.12F, 5.99) SUBSTRING<br />
2 FROM DUAL;</code></p>
<p><code>SUBST<br />
-----<br />
Apple</code></p>
<p><code>SQL&gt; SELECT SUBSTR('Apple introduce iPad', 1.12F, 7.99) SUBSTRING<br />
2 FROM DUAL;</code></p>
<p><code>SUBSTRI<br />
-------<br />
Apple i</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rahinur.com/oracle-functions/oracle-substr-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Emulator Proxy Settings</title>
		<link>http://www.rahinur.com/android-development/android-emulator-proxy-settings/</link>
		<comments>http://www.rahinur.com/android-development/android-emulator-proxy-settings/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 06:00:32 +0000</pubDate>
		<dc:creator>Rahinur Rahaman</dc:creator>
				<category><![CDATA[Android Development]]></category>

		<guid isPermaLink="false">http://www.rahinur.com/?p=10</guid>
		<description><![CDATA[&#160; Internet browsing in android emulator required no configuration if your host operating system is out of proxy. But if you are behind the proxy you must set android emulator proxy settings properly. An incorrect configuration hampers your internet browsing. There are many ways to setup android emulator proxy settings. Here I am going to [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Internet browsing in android emulator required no configuration if your host operating system is out of proxy. But if you are behind the proxy you must set <em>android emulator proxy settings</em> properly. An incorrect configuration hampers your internet browsing.</p>
<p>There are many ways to setup <strong>android emulator proxy settings</strong>. Here I am going to mention some of the easiest ways:</p>
<p>&nbsp;</p>
<div id="attachment_14" class="wp-caption alignright" style="width: 211px"><a href="http://www.rahinur.com/wp-content/uploads/2012/03/Android-Emulator-Proxy-Settings-Edit-Access-Point.jpg"><img class="size-medium wp-image-14" title="Android Emulator Proxy Settings - Edit Access Point" src="http://www.rahinur.com/wp-content/uploads/2012/03/Android-Emulator-Proxy-Settings-Edit-Access-Point-201x300.jpg" alt="Android Emulator Proxy Settings - Edit Access Point" width="201" height="300" /></a><p class="wp-caption-text">Android Emulator Proxy Settings - Edit Access Point</p></div>
<p><strong>Manual Configuration:</strong></p>
<p>01. Go to Home Screen</p>
<p>02. Click on Menu</p>
<p>03. Click on Settings</p>
<p>04. In Wireless &amp; Networks category, click More&#8230;</p>
<p>05. Click Mobile Networks</p>
<p>06. Click Access Point Names</p>
<p>07. Click TelKila</p>
<p>08. Enter Proxy and Port</p>
<p>09. Enter Username and Password if required</p>
<p>&nbsp;</p>
<p><strong>From Command Line:</strong></p>
<p>01. Run the command console by Start &gt;&gt; Run &gt;&gt;Type cmd&gt;&gt; Press Enter</p>
<p>02. Navigate to tools folder of android SDK installation. In my case it is D:\android-development\android-sdk-windows\tools</p>
<p>03. Run the command after customize for yourself. “emulator -avd {avd-name| in my case DroidX} -http-proxy {http-proxy address:port|in my case 172.168.250.7:8080}”</p>
<p>04. In my case the full command was: “emulator -avd DroidX -http-proxy 172.168.250.7:8080”</p>
<p>&nbsp;</p>
<p>Your proxy was set successfully. Just open browser, pour an URL to it and continue browsing.</p>
<p>&nbsp;</p>
<p><strong>Please Note:</strong> I have used Android Emulator 4.0.3 to test this <em>android emulator proxy settings</em> process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rahinur.com/android-development/android-emulator-proxy-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

