<?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: Using Model-View-Presenter (MVP) pattern in Compact Framework</title>
	<atom:link href="http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/</link>
	<description>Technology, mobility and software development</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:21:43 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Per Ola Sæther</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-2584</link>
		<dc:creator>Per Ola Sæther</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-2584</guid>
		<description>Hi Sri: I am glad that you liked this MVP example. I do not know if there are more complex examples else where. I think that this should be enough to start using MVP and also to build quite complex solutions on MVP. Just follow the basic pattern described here.</description>
		<content:encoded><![CDATA[<p>Hi Sri: I am glad that you liked this MVP example. I do not know if there are more complex examples else where. I think that this should be enough to start using MVP and also to build quite complex solutions on MVP. Just follow the basic pattern described here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-2437</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Tue, 15 Dec 2009 11:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-2437</guid>
		<description>This is really a good example of the MVP...
can you tell me where i can find more complex examples?</description>
		<content:encoded><![CDATA[<p>This is really a good example of the MVP&#8230;<br />
can you tell me where i can find more complex examples?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ola Sæther</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-2035</link>
		<dc:creator>Per Ola Sæther</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-2035</guid>
		<description>Hi George,
Thanks for the GPS .NET 3.0 information. I have had a quick look at it and I like what I see. By using this framework you will be able to develop a much more sophisticated GPS application than you will by using the WindowsMobile.Sample.Location project.

I will for sure consider using this framework in my pet project.
Thanx :)</description>
		<content:encoded><![CDATA[<p>Hi George,<br />
Thanks for the GPS .NET 3.0 information. I have had a quick look at it and I like what I see. By using this framework you will be able to develop a much more sophisticated GPS application than you will by using the WindowsMobile.Sample.Location project.</p>
<p>I will for sure consider using this framework in my pet project.<br />
Thanx <img src='http://breathingtech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-2034</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-2034</guid>
		<description>Hey, thanks for the info.
Let me also mention you the GPS.NET 3.0

&quot;Formerly commercial .NET component maintained by GeoFrameworks, LLC from 2004 to 2009. In 2009, Jon Person&quot;

&quot;...Automatic detection of serial GPS devices (or devices found via a virtual serial port&quot;

&quot;Support for the GPS Intermediate Driver on Windows Mobile 5.0+&quot;

http://gps3.codeplex.com/
Here is the documentation 
http://www.gpsdotnet.com/Documentation/Product36.aspx

I know you are also developing your &quot;pet&quot; so you may find it useful, I have tested the library and it&#039;s briliant. A good examle for starting can be found here:
http://gps3.codeplex.com/Thread/View.aspx?ThreadId=64812

Please note that is not working with the FakeGPS , you will need to debug it from your device. 
The library seems to have an emulator but I haven&#039;t looked on that yet.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the info.<br />
Let me also mention you the GPS.NET 3.0</p>
<p>&#8220;Formerly commercial .NET component maintained by GeoFrameworks, LLC from 2004 to 2009. In 2009, Jon Person&#8221;</p>
<p>&#8220;&#8230;Automatic detection of serial GPS devices (or devices found via a virtual serial port&#8221;</p>
<p>&#8220;Support for the GPS Intermediate Driver on Windows Mobile 5.0+&#8221;</p>
<p><a href="http://gps3.codeplex.com/" rel="nofollow">http://gps3.codeplex.com/</a><br />
Here is the documentation<br />
<a href="http://www.gpsdotnet.com/Documentation/Product36.aspx" rel="nofollow">http://www.gpsdotnet.com/Documentation/Product36.aspx</a></p>
<p>I know you are also developing your &#8220;pet&#8221; so you may find it useful, I have tested the library and it&#8217;s briliant. A good examle for starting can be found here:<br />
<a href="http://gps3.codeplex.com/Thread/View.aspx?ThreadId=64812" rel="nofollow">http://gps3.codeplex.com/Thread/View.aspx?ThreadId=64812</a></p>
<p>Please note that is not working with the FakeGPS , you will need to debug it from your device.<br />
The library seems to have an emulator but I haven&#8217;t looked on that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ola Sæther</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-2020</link>
		<dc:creator>Per Ola Sæther</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-2020</guid>
		<description>OK. Microsoft have a GPS example delivered with the Windows Mobile 6 SDK. Just compile this project and add the Microsoft.WindowsMobile.Sample.Location.dll to your project and you are ready to use the GPS (http://msdn.microsoft.com/en-us/library/bb158708.aspx).

You can also use the FakeGPS utility tool by Microsoft to emulate GPS in the emulator (http://msdn.microsoft.com/en-us/library/bb158722.aspx).

Good Luck!</description>
		<content:encoded><![CDATA[<p>OK. Microsoft have a GPS example delivered with the Windows Mobile 6 SDK. Just compile this project and add the Microsoft.WindowsMobile.Sample.Location.dll to your project and you are ready to use the GPS (<a href="http://msdn.microsoft.com/en-us/library/bb158708.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb158708.aspx</a>).</p>
<p>You can also use the FakeGPS utility tool by Microsoft to emulate GPS in the emulator (<a href="http://msdn.microsoft.com/en-us/library/bb158722.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb158722.aspx</a>).</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-2017</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 24 Nov 2009 02:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-2017</guid>
		<description>Yeah, it is very true that it took me long time to find an easy to follow example considering that I am a new in the MVP concept. 
Your sample gave me a lot of help. I am developing a GPS application using the GPS.NET 3.0 library and I have used your sample as a core. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Yeah, it is very true that it took me long time to find an easy to follow example considering that I am a new in the MVP concept.<br />
Your sample gave me a lot of help. I am developing a GPS application using the GPS.NET 3.0 library and I have used your sample as a core. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ola Sæther</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-1900</link>
		<dc:creator>Per Ola Sæther</dc:creator>
		<pubDate>Tue, 17 Nov 2009 11:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-1900</guid>
		<description>Hi George,
I am glad that you found the post helpful. What more do you want to know about MVP-pattern?
A lot of the examples found on the internet are incomplete and not very useful, that was why I wrote this post in the first place :)</description>
		<content:encoded><![CDATA[<p>Hi George,<br />
I am glad that you found the post helpful. What more do you want to know about MVP-pattern?<br />
A lot of the examples found on the internet are incomplete and not very useful, that was why I wrote this post in the first place <img src='http://breathingtech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-1899</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-1899</guid>
		<description>Thank you for this post! So far it is the best and most complete I have found on the internet that helped me to understand in practice how the MPV works.
Do you know where I can look further for any related to  yours example?</description>
		<content:encoded><![CDATA[<p>Thank you for this post! So far it is the best and most complete I have found on the internet that helped me to understand in practice how the MPV works.<br />
Do you know where I can look further for any related to  yours example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ola Sæther</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-1822</link>
		<dc:creator>Per Ola Sæther</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-1822</guid>
		<description>Hi, Raúl,

Sure you can send the code, but I can not promise that I will be able to help you or when I will have time to look at it. My days are kinda crazy right now.
You find my contact info in the about page (www.breathingtech.com/about)</description>
		<content:encoded><![CDATA[<p>Hi, Raúl,</p>
<p>Sure you can send the code, but I can not promise that I will be able to help you or when I will have time to look at it. My days are kinda crazy right now.<br />
You find my contact info in the about page (www.breathingtech.com/about)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raúl Lorenzo</title>
		<link>http://breathingtech.com/2009/using-model-view-presenter-mvp-pattern-in-compact-framework/comment-page-1/#comment-1795</link>
		<dc:creator>Raúl Lorenzo</dc:creator>
		<pubDate>Sun, 08 Nov 2009 01:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=671#comment-1795</guid>
		<description>Hi Per Ola,

Ok, I am working hard to implement it, now I have a little part. A dinamic Menu generation, dinamic status bar generation, a login frame and a lot of the basic framework. I could send you the code if you want.
My idea is let this framework could work with Desktop and Web Java apps.</description>
		<content:encoded><![CDATA[<p>Hi Per Ola,</p>
<p>Ok, I am working hard to implement it, now I have a little part. A dinamic Menu generation, dinamic status bar generation, a login frame and a lot of the basic framework. I could send you the code if you want.<br />
My idea is let this framework could work with Desktop and Web Java apps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
