<?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: Sending and Receiving Data SMS messages with Android	</title>
	<atom:link href="http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/</link>
	<description>Blog</description>
	<lastBuildDate>Wed, 31 Jul 2013 15:20:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.1</generator>
	<item>
		<title>
		By: W.Elsinga		</title>
		<link>http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/comment-page-1/#comment-24623</link>

		<dc:creator><![CDATA[W.Elsinga]]></dc:creator>
		<pubDate>Wed, 31 Jul 2013 15:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1295#comment-24623</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/comment-page-1/#comment-24591&quot;&gt;shalaby&lt;/a&gt;.

Sorry, can you explain what you want]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/comment-page-1/#comment-24591">shalaby</a>.</p>
<p>Sorry, can you explain what you want</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shalaby		</title>
		<link>http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/comment-page-1/#comment-24591</link>

		<dc:creator><![CDATA[shalaby]]></dc:creator>
		<pubDate>Sun, 16 Jun 2013 16:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1295#comment-24591</guid>

					<description><![CDATA[where the place of project should put it thax in advance ::::::
in case send message :::::::

private void sendSMS()
  {

    PendingIntent sent = this.createPendingResult(SENT, new Intent(), PendingIntent.FLAG_UPDATE_CURRENT);
    String messageText = _message.getText().toString();

    SmsManager smsManager = SmsManager.getDefault();
    smsManager.sendDataMessage(_phoneNumber.getText().toString(), null, SMS_PORT, messageText.getBytes(), sent, null);
  }]]></description>
			<content:encoded><![CDATA[<p>where the place of project should put it thax in advance ::::::<br />
in case send message :::::::</p>
<p>private void sendSMS()<br />
  {</p>
<p>    PendingIntent sent = this.createPendingResult(SENT, new Intent(), PendingIntent.FLAG_UPDATE_CURRENT);<br />
    String messageText = _message.getText().toString();</p>
<p>    SmsManager smsManager = SmsManager.getDefault();<br />
    smsManager.sendDataMessage(_phoneNumber.getText().toString(), null, SMS_PORT, messageText.getBytes(), sent, null);<br />
  }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Android Example		</title>
		<link>http://wiebe-elsinga.com/blog/sending-and-receiving-data-sms-messages-with-android/comment-page-1/#comment-24486</link>

		<dc:creator><![CDATA[Android Example]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 10:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1295#comment-24486</guid>

					<description><![CDATA[Nice Thread Tutorial, i am new in android , its help me a lot ...

I have got some good &lt;a href=&quot;http://androidexample.com&quot; rel=&quot;nofollow&quot;&gt;links 

here&lt;/a&gt; at &lt;a href=&quot;http://androidexample.com&quot; rel=&quot;nofollow&quot;&gt;androidexample.com&lt;/a&gt;
&lt;a href=&quot;http://androidexample.com/Incomming_SMS_Broadcast_Receiver_-

_Android_Example/index.php?view=article_discription&#038;aid=62&#038;aaid=87&quot;&gt;Incomming SMS Broadcast Receiver&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>Nice Thread Tutorial, i am new in android , its help me a lot &#8230;</p>
<p>I have got some good <a href="http://androidexample.com" rel="nofollow">links </p>
<p>here</a> at <a href="http://androidexample.com" rel="nofollow">androidexample.com</a><br />
<a href="http://androidexample.com/Incomming_SMS_Broadcast_Receiver_-

_Android_Example/index.php?view=article_discription&amp;aid=62&amp;aaid=87">Incomming SMS Broadcast Receiver</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
