<?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 for Wiebe Elsinga	</title>
	<atom:link href="http://wiebe-elsinga.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiebe-elsinga.com/blog</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 16 Feb 2015 10:35:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8</generator>
	<item>
		<title>
		Comment on Android Testing Support Library announced by W.Elsinga		</title>
		<link>http://wiebe-elsinga.com/blog/android-testing-support-library-announced/comment-page-1/#comment-24935</link>

		<dc:creator><![CDATA[W.Elsinga]]></dc:creator>
		<pubDate>Mon, 03 Nov 2014 11:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1608#comment-24935</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;http://wiebe-elsinga.com/blog/android-testing-support-library-announced/comment-page-1/#comment-24934&quot;&gt;Jay Khimani&lt;/a&gt;.

Thanks for the correction]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="http://wiebe-elsinga.com/blog/android-testing-support-library-announced/comment-page-1/#comment-24934">Jay Khimani</a>.</p>
<p>Thanks for the correction</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Android Testing Support Library announced by Jay Khimani		</title>
		<link>http://wiebe-elsinga.com/blog/android-testing-support-library-announced/comment-page-1/#comment-24934</link>

		<dc:creator><![CDATA[Jay Khimani]]></dc:creator>
		<pubDate>Mon, 03 Nov 2014 11:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1608#comment-24934</guid>

					<description><![CDATA[Thanks for sharing the update on this much awaited library. 

btw, in your example JUnit, I guess you meant to have @Ater on tearDown instead @Before.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing the update on this much awaited library. </p>
<p>btw, in your example JUnit, I guess you meant to have @Ater on tearDown instead @Before.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Has Google Glass™ got potential by Raffaele		</title>
		<link>http://wiebe-elsinga.com/blog/has-google-glass-got-potential/comment-page-1/#comment-24712</link>

		<dc:creator><![CDATA[Raffaele]]></dc:creator>
		<pubDate>Thu, 27 Mar 2014 09:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1518#comment-24712</guid>

					<description><![CDATA[About &quot;4. Logistics&quot;, you may want to take a look at this:
https://www.youtube.com/watch?v=ys-0DdqZ1oQ

:)]]></description>
			<content:encoded><![CDATA[<p>About &#8220;4. Logistics&#8221;, you may want to take a look at this:<br />
<a href="https://www.youtube.com/watch?v=ys-0DdqZ1oQ" rel="nofollow ugc">https://www.youtube.com/watch?v=ys-0DdqZ1oQ</a></p>
<p>🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Obfuscating for Android with ProGuard by MUSTAFAGUVEN		</title>
		<link>http://wiebe-elsinga.com/blog/obfuscating-for-android-with-proguard/comment-page-1/#comment-24693</link>

		<dc:creator><![CDATA[MUSTAFAGUVEN]]></dc:creator>
		<pubDate>Thu, 27 Feb 2014 14:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1337#comment-24693</guid>

					<description><![CDATA[Hi, thank you for sharing. I tried to run proguard as you mentioned but it gives an error which I tried to explain in here http://stackoverflow.com/questions/22067018/proguard-maven-android-error-method-must-be-overridden-in-proguard-optimiz . what can be overlooked do you think?]]></description>
			<content:encoded><![CDATA[<p>Hi, thank you for sharing. I tried to run proguard as you mentioned but it gives an error which I tried to explain in here <a href="http://stackoverflow.com/questions/22067018/proguard-maven-android-error-method-must-be-overridden-in-proguard-optimiz" rel="nofollow ugc">http://stackoverflow.com/questions/22067018/proguard-maven-android-error-method-must-be-overridden-in-proguard-optimiz</a> . what can be overlooked do you think?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How-To: Automatic testing for Android Applications by Tanuj		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-24656</link>

		<dc:creator><![CDATA[Tanuj]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-24656</guid>

					<description><![CDATA[I am getting the error :-
-----------------------------

java.lang.NullPointerException
at android.test.InstrumentationTestCase.launchActivityWithIntent(InstrumentationTestCase.java:117)
at android.test.InstrumentationTestCase.launchActivity(InstrumentationTestCase.java:97)
at android.test.ActivityInstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:104)
at com.calculator.test.StartCalculator.setUp(StartCalculator.java:30)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)


I have tried all possible solutions.]]></description>
			<content:encoded><![CDATA[<p>I am getting the error :-<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>java.lang.NullPointerException<br />
at android.test.InstrumentationTestCase.launchActivityWithIntent(InstrumentationTestCase.java:117)<br />
at android.test.InstrumentationTestCase.launchActivity(InstrumentationTestCase.java:97)<br />
at android.test.ActivityInstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:104)<br />
at com.calculator.test.StartCalculator.setUp(StartCalculator.java:30)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)<br />
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)<br />
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)</p>
<p>I have tried all possible solutions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Fun with Android and NFC by AFi		</title>
		<link>http://wiebe-elsinga.com/blog/fun-with-android-and-nfc/comment-page-1/#comment-24651</link>

		<dc:creator><![CDATA[AFi]]></dc:creator>
		<pubDate>Sun, 15 Sep 2013 17:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1269#comment-24651</guid>

					<description><![CDATA[Hi,I am trying your NFC example given on this link https://github.com/welsinga . . 
It is not working for me,Message not going on Device B,I am testing on Samsung Devices S3 and S2Plus . . 
I want to send some text data from one device to device B using NFC .  .
Both Devices are with Jelly Bean,]]></description>
			<content:encoded><![CDATA[<p>Hi,I am trying your NFC example given on this link <a href="https://github.com/welsinga" rel="nofollow ugc">https://github.com/welsinga</a> . .<br />
It is not working for me,Message not going on Device B,I am testing on Samsung Devices S3 and S2Plus . .<br />
I want to send some text data from one device to device B using NFC .  .<br />
Both Devices are with Jelly Bean,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Sending and Receiving Data SMS messages with Android 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>
		Comment on Sending and Receiving Data SMS messages with Android 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>
		Comment on Fun with Android and NFC by Claudio Petrachi		</title>
		<link>http://wiebe-elsinga.com/blog/fun-with-android-and-nfc/comment-page-1/#comment-24499</link>

		<dc:creator><![CDATA[Claudio Petrachi]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 07:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=1269#comment-24499</guid>

					<description><![CDATA[Hello,

your work is very interesting. I have a question about NFC. Is it possible to increase power in write phase?

Thank a lot

Claudio]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>your work is very interesting. I have a question about NFC. Is it possible to increase power in write phase?</p>
<p>Thank a lot</p>
<p>Claudio</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Sending and Receiving Data SMS messages with Android 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>
