<?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>Chris Lamont, Author at XABLU</title>
	<atom:link href="https://www.xablu.com/author/clamont/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.xablu.com/author/clamont/</link>
	<description>We build Ventures, Products and Teams</description>
	<lastBuildDate>Wed, 19 Nov 2025 11:41:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.xablu.com/wp-content/uploads/2019/08/xablu-favicon-100x100.png</url>
	<title>Chris Lamont, Author at XABLU</title>
	<link>https://www.xablu.com/author/clamont/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Xamarin Partner Summit Amsterdam</title>
		<link>https://www.xablu.com/2017/01/31/xamarin-partner-summit-amsterdam/</link>
		
		<dc:creator><![CDATA[Chris Lamont]]></dc:creator>
		<pubDate>Tue, 31 Jan 2017 11:19:00 +0000</pubDate>
				<category><![CDATA[Event Reports]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Planet Xamarin]]></category>
		<category><![CDATA[xamarin]]></category>
		<guid isPermaLink="false">https://staging.xablu.com/?p=18717</guid>

					<description><![CDATA[<p>Intro Last week the Xamarin Partner Summit took place in Amsterdam. The Xamarin Partner Summit is a summit for partners of Xamarin funnily enough. Having the privilege of working with [&#8230;]</p>
<p>The post <a href="https://www.xablu.com/2017/01/31/xamarin-partner-summit-amsterdam/">Xamarin Partner Summit Amsterdam</a> appeared first on <a href="https://www.xablu.com">XABLU</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18717" class="elementor elementor-18717" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-3da7a8f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3da7a8f5" data-element_type="section" data-e-type="section" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a6972aa" data-id="3a6972aa" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a4461b9 elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-author-box--link-no elementor-widget elementor-widget-author-box" data-id="a4461b9" data-element_type="widget" data-e-type="widget" data-widget_type="author-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-author-box">
							<div  class="elementor-author-box__avatar">
					<img decoding="async" src="https://secure.gravatar.com/avatar/76976471e4fa203937ef6df383b3b582df0e67f2a9aaf6d6a2a24f15e28a03e2?s=300&#038;d=mm&#038;r=g" alt="Picture of Chris Lamont" loading="lazy">
				</div>
			
			<div class="elementor-author-box__text">
									<div >
						<h4 class="elementor-author-box__name">
							Chris Lamont						</h4>
					</div>
				
									<div class="elementor-author-box__bio">
						I am a certified Xamarin developer from Scotland but living and working in The Netherlands. I have worked with Xamarin professionally since 2014 and have created both public and in house apps.

In another life I was a professional volleyball player, competing in many leagues throughout Europe. I also played internationally and have over 150 caps for Great Britain and Scotland. The highlight of my career was competing in the London 2012 Olympic games. I am also a time served Mechanical Engineering Technician.					</div>
				
							</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d0429a7 elementor-widget elementor-widget-text-editor" data-id="d0429a7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>Intro</h3><p>Last week the Xamarin Partner Summit took place in Amsterdam. The Xamarin Partner Summit is a summit for partners of Xamarin funnily enough. Having the privilege of working with <a href="https://www.xablu.com">XABLU</a>, a 100% Xamarin focussed company and a <a href="https://www.xamarin.com/consulting-partners">Xamarin premier consulting partner</a> based in the Netherlands, we were duly invited.</p><p>There were two possible tracks to take; Business or Technical (Intermediate/Advanced). Naturally I followed the advanced technical track hosted by <a href="https://twitter.com/colbylwilliams?lang=en">Colby Williams</a>.</p><h3>Modularizing Code</h3><p>One of the key points I took away from the talk was the idea of modularizing your code. Xamarin always promotes the idea of code reuse between platforms, but what about reusing code between applications. When writing code, we should not be writing to only satisfy the current problem we are solving, but think of writing the code in a way that can be reused.</p><p>This involves naming your methods and classes with a more generic convention and abstracting them appropriately. Then, instead of copy pasting this code between projects, create Nuget packages. An added benefit to this is that you have access to some versioning functionality allowing you to have appropriate versions of the package in different applications.</p><p>Another important and simpler way of modularizing your code is to use plugins as often as possible. You don&#8217;t need me to tell you the benefits of avoiding the reinvention of established code solutions.</p><h3>Memory</h3><p>IMAGES<br />Not really an advanced topic but it goes without saying that you should provide the correct image sizes as they will be displayed in the application, this avoids the device having to resize your image every time it is used, causing memory and performance issues.</p><p>What was interesting was to hear how many of the other Xamarin experts implement their images. Most implemented them in the traditional way (5 different pixel density versions in Android and 3 in iOS). Some, including myself a couple times, used fonts. This surprised Colby as he uses and expected others to use Vectors (pdf in iOS). This provides a better solution for scaling between devices and avoiding the aforementioned pitfalls. However, vectors come with their own problems which are mentioned in <a href="https://upday.github.io/blog/vector_drawables_optimisation/">this article by Florina Muntenescu.</a></p><p>MEMORY LEAKS<br />Do a search for the amount of += that are in your solution, then compare them to the amount of -= in your solution. If there are more += than -= then you may be leaking some memory. Care must be taken to remove any event handler delegates, otherwise the garbage collection will not be able to clear the memory. This can be done in the relevant lifecycle event of the view/class.</p><h3>Forms</h3><p>Sometimes a contentious issue between Xamarin developers, we were hesitantly asked for our views on this platform. There needn&#8217;t have been any hesitation as everyone seemed to be fairly open minded and almost all on the same page.</p><p>The consensus was that Forms is useful in certain scenarios and circumstances, but ultimately it was a magic pill that was not a long term solution for any application.</p><p>Forms constrains the UI designer, which will have an impact on the end user experience, and end users don&#8217;t care about how much code you managed to share between platforms. To provide a custom platform specific UI for the end user, custom renderers will have to be made for every page and for every platform, defeating the purpose of Forms being the ultimate code sharing tool.</p><p>Furthermore, Forms hides the underlying platform specific environment, preventing the developer from having a real understanding of the platform and mobile development.</p><p>However, the appeal of forms is understandable. Many companies have .Net developers with C# and XAML skills that can be transferred into the Xamarin Forms environment. And with companies realising that they must have a mobile solution, backed by the lack of Xamarin professionals available, Xamarin Forms seems like a perfect solution.</p><h3>Finally</h3><p>The event was a great experience. The best part was the chance to talk with many Xamarin developers from around the world about our thoughts, concerns and excitement for the future.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7b50da8f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7b50da8f" data-element_type="section" data-e-type="section" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48ab38b9" data-id="48ab38b9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-37aeb9e2 elementor-widget elementor-widget-text-editor" data-id="37aeb9e2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;"><i>Curious how Xablu can help your organization ?<br /></i></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-c6a3b6f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c6a3b6f" data-element_type="section" data-e-type="section" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25842a2d" data-id="25842a2d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2b33707f elementor-align-center elementor-widget elementor-widget-button" data-id="2b33707f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/contact-us/" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us Today</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.xablu.com/2017/01/31/xamarin-partner-summit-amsterdam/">Xamarin Partner Summit Amsterdam</a> appeared first on <a href="https://www.xablu.com">XABLU</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
