<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Accessing the Dialer</title>
	<atom:link href="http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:36:32 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ollie</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-36133</link>
		<dc:creator>Ollie</dc:creator>
		<pubDate>Thu, 14 May 2009 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-36133</guid>
		<description>Just wanted to say thx for posting this. I&#039;m currently taking a Mobile Programming course which is very intense and this code helped me understand intents better. I&#039;m a novice(only 3 days programming for android) and this provided some great insight. Thx alot.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thx for posting this. I&#8217;m currently taking a Mobile Programming course which is very intense and this code helped me understand intents better. I&#8217;m a novice(only 3 days programming for android) and this provided some great insight. Thx alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatG</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-31279</link>
		<dc:creator>PatG</dc:creator>
		<pubDate>Fri, 27 Feb 2009 18:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-31279</guid>
		<description>I tried its fantastic its work cool, my project need a SMS to send from mobile , how can I call that through any fuction.
Is there any way we can call the SMS module like a call module , Please help budy</description>
		<content:encoded><![CDATA[<p>I tried its fantastic its work cool, my project need a SMS to send from mobile , how can I call that through any fuction.<br />
Is there any way we can call the SMS module like a call module , Please help budy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-27077</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-27077</guid>
		<description>@Ahnfelt I agree! Plus adding a bunch of redundant methods makes the Android class files larger, which is bad for mobile platforms.</description>
		<content:encoded><![CDATA[<p>@Ahnfelt I agree! Plus adding a bunch of redundant methods makes the Android class files larger, which is bad for mobile platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahnfelt</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-27071</link>
		<dc:creator>Ahnfelt</dc:creator>
		<pubDate>Thu, 27 Nov 2008 06:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-27071</guid>
		<description>I don&#039;t think shortening that line for some intents is a good idea, as it will create two ways to do things without providing much benefit (a little less verbosity). I think in such cases it&#039;s better to get accustomed to the &quot;generic&quot; way of doing things, so that you don&#039;t have to learn yet-another-idiom when you finally need to call something that isn&#039;t built into Android.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think shortening that line for some intents is a good idea, as it will create two ways to do things without providing much benefit (a little less verbosity). I think in such cases it&#8217;s better to get accustomed to the &#8220;generic&#8221; way of doing things, so that you don&#8217;t have to learn yet-another-idiom when you finally need to call something that isn&#8217;t built into Android.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Volkmann</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-26702</link>
		<dc:creator>Mark Volkmann</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-26702</guid>
		<description>It seems like dialing and maybe many other activities will be used commonly enough in Android applications that there should be convenience methods for them in the library.

For example, maybe Activity.dial(&quot;6365551212&quot;) should be a static method that does the following:

startActivity(new Intent(ACTION_DIAL, Uri.parse(”tel:6365551212″));</description>
		<content:encoded><![CDATA[<p>It seems like dialing and maybe many other activities will be used commonly enough in Android applications that there should be convenience methods for them in the library.</p>
<p>For example, maybe Activity.dial(&#8221;6365551212&#8243;) should be a static method that does the following:</p>
<p>startActivity(new Intent(ACTION_DIAL, Uri.parse(”tel:6365551212″));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-26689</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Thu, 20 Nov 2008 13:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-26689</guid>
		<description>@Mario R is found in every Android program. It is generated from XML files. So you edit a String or layout in XML, then R.java is automatically updated. Then in your code, you get efficiency, compiler checks, and code completion because your code always deals with the generated constants in R.java.</description>
		<content:encoded><![CDATA[<p>@Mario R is found in every Android program. It is generated from XML files. So you edit a String or layout in XML, then R.java is automatically updated. Then in your code, you get efficiency, compiler checks, and code completion because your code always deals with the generated constants in R.java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Aquino</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-26688</link>
		<dc:creator>Mario Aquino</dc:creator>
		<pubDate>Thu, 20 Nov 2008 13:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-26688</guid>
		<description>&quot;How easy it is&quot; is a phrase that can be used to demonstrate difficulty: &quot;This is how easy it is to write a mobile platform operating system... (followed by 400k lines of source code)&quot;.


What&#039;s that &#039;R&#039; business (R.id.dial_button)?</description>
		<content:encoded><![CDATA[<p>&#8220;How easy it is&#8221; is a phrase that can be used to demonstrate difficulty: &#8220;This is how easy it is to write a mobile platform operating system&#8230; (followed by 400k lines of source code)&#8221;.</p>
<p>What&#8217;s that &#8216;R&#8217; business (R.id.dial_button)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-26686</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-26686</guid>
		<description>@bowerbird I considered just showing this:

startActivity(new Intent(ACTION_DIAL, Uri.parse(&quot;tel:6365551212&quot;));
        
But then the example would not show any context, which isn&#039;t all that helpful.</description>
		<content:encoded><![CDATA[<p>@bowerbird I considered just showing this:</p>
<p>startActivity(new Intent(ACTION_DIAL, Uri.parse(&#8221;tel:6365551212&#8243;));</p>
<p>But then the example would not show any context, which isn&#8217;t all that helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Danker</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-26667</link>
		<dc:creator>Eric Danker</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-26667</guid>
		<description>@bowerbird:

While I would agree that Java could be a bit more concise, it&#039;s not a fair argument to make that all of the above code could be condensed into one line.

The code above does more than just dial: It creates the view, sets up the button listener and executes the code that does the actual dialing.

Could it be reduced from 18 lines of Java to something more straightforward in another language?...sure.  But one line is not realistic in any language.</description>
		<content:encoded><![CDATA[<p>@bowerbird:</p>
<p>While I would agree that Java could be a bit more concise, it&#8217;s not a fair argument to make that all of the above code could be condensed into one line.</p>
<p>The code above does more than just dial: It creates the view, sets up the button listener and executes the code that does the actual dialing.</p>
<p>Could it be reduced from 18 lines of Java to something more straightforward in another language?&#8230;sure.  But one line is not realistic in any language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bowerbird</title>
		<link>http://stuffthathappens.com/blog/2008/11/19/accessing-the-dialer/comment-page-1/#comment-26666</link>
		<dc:creator>bowerbird</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=761#comment-26666</guid>
		<description>you low-level guys crack me up:

&gt;   This is how easy it is

followed by 30 lines of gibberish.

no, sir, this is what _easy_ looks like:

&gt;   dial 636-555-1212

1 line, crystal-clear.  high-level rocks.

-bowerbird</description>
		<content:encoded><![CDATA[<p>you low-level guys crack me up:</p>
<p>&gt;   This is how easy it is</p>
<p>followed by 30 lines of gibberish.</p>
<p>no, sir, this is what _easy_ looks like:</p>
<p>&gt;   dial 636-555-1212</p>
<p>1 line, crystal-clear.  high-level rocks.</p>
<p>-bowerbird</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.357 seconds -->
