<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.rssmicro.com/rssmicro.xsl" version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Xamarin</title>
        <link>http://www.rssmicro.com/?q=Xamarin&amp;f=0</link>
        <description>Real-time search results for Xamarin</description>
        <language>en-us</language>
        <pubDate>Wed, 19 Jun 2013 10:22:45 GMT</pubDate>
        <image>
            <title>Real-Time Search Powered by FeedRank®</title>
            <url>http://www.rssmicro.com/images/rssmicro_logo3.gif</url>
            <link>http://www.rssmicro.com</link>
        </image>
        <atom:link rel="self" href="http://www.rssmicro.com/rss.web?q=Xamarin" type="application/rss+xml" />
        <ttl>1440</ttl>
        <item>
            <title>Xamarin: New Guides from Xamarin Evolve Curriculum</title>
            <link>http://blog.xamarin.com/new-guides-from-xamarin-evolve-curriculum/</link>
            <description>&lt;p&gt;&lt;font color="Gray"&gt;Source: www.go-mono.com --- Monday, June 17, 2013&lt;/font&gt;&lt;br /&gt;The &lt;b&gt;Xamarin&lt;/b&gt; documentation team has released new guides and samples adapted from our Evolve Training sessions. Whether you are an Evolve attendee looking to review the great information from the training sessions, or if you didn’t get a chance to attend the training at the conference, we’ve got you covered with hundreds of pages of [...] ...&lt;/p&gt;</description>
            <guid>http://blog.xamarin.com/new-guides-from-xamarin-evolve-curriculum/</guid>
            <pubDate>Mon, 17 Jun 2013 22:59:35 GMT</pubDate>
        </item>
        <item>
            <title>Memory Management Pitfalls in Xamarin.iOS – Introduction</title>
            <link>http://feedproxy.google.com/~r/WorkflowFlash/~3/sjMCK4tt550/memory-management-pitfalls-in-xamarin-ios-introduction.php</link>
            <description>&lt;p&gt;&lt;font color="Gray"&gt;Source: workflowflash.com --- Monday, June 17, 2013&lt;/font&gt;&lt;br /&gt;Writing iOS apps in &lt;b&gt;Xamarin&lt;/b&gt;.iOS is a wonderful thing. You get all the beautiful benefits of creating native applications for iOS, but in a language that’s both comfortable and powerful – C#. What’s not to like about using all of...… ...&lt;/p&gt;</description>
            <guid>http://feedproxy.google.com/~r/WorkflowFlash/~3/sjMCK4tt550/memory-management-pitfalls-in-xamarin-ios-introduction.php</guid>
            <pubDate>Mon, 17 Jun 2013 21:16:37 GMT</pubDate>
        </item>
        <item>
            <title>Memory Management Pitfalls in Xamarin.iOS – Pitfall 1</title>
            <link>http://feedproxy.google.com/~r/WorkflowFlash/~3/j8I1D8dvDHc/memory-management-pitfalls-in-xamarin-ios-pitfall-1.php</link>
            <description>&lt;p&gt;&lt;font color="Gray"&gt;Source: workflowflash.com --- Monday, June 17, 2013&lt;/font&gt;&lt;br /&gt;Pitfall #1 – Cyclical references in Parent/Child relationships In the Introduction to this series, we talked about the interaction between &lt;b&gt;Xamarin&lt;/b&gt;.iOS and the native Objective C iOS code. We pointed out that since Objective C is reference counted, the &lt;b&gt;Xamarin&lt;/b&gt;.iOS...… ...&lt;/p&gt;</description>
            <guid>http://feedproxy.google.com/~r/WorkflowFlash/~3/j8I1D8dvDHc/memory-management-pitfalls-in-xamarin-ios-pitfall-1.php</guid>
            <pubDate>Mon, 17 Jun 2013 21:16:37 GMT</pubDate>
        </item>
        <item>
            <title>Xamarin/Android: F# scoping - how do I see a namespace in a different file?</title>
            <link>http://stackoverflow.com/questions/17146182/xamarin-android-f-scoping-how-do-i-see-a-namespace-in-a-different-file</link>
            <description>&lt;p&gt;&lt;font color="Gray"&gt;Source: stackoverflow.com --- Monday, June 17, 2013&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Xamarin&lt;/b&gt;/Android: F# scoping - how do I see a namespace in a different file? I know this sounds really basic, but I can't seem to get it to work. I will illustrate with an example: I start a new solution, I select a new F# Android App and call it FSScopeTest1, giving me MainActivity.fs namespace FSScopeTest1 open System open Android.Content open Android.OS open Android.Runtime open Android.Views open Adroid.Widget [&lt;Activity (Label = "FSScopeTest1", MainLauncher = true)&gt;] type MainActivity () = inherit Activity () let mutable count:int = 1 override this.OnCreate (bundle) = base.OnCreate (bundle) // Set our view from the "main" layout resource this.SetContentView (Resource_Layout.Main) // Get our button from the layout resource, and attach an event to it let button = this.FindViewById&lt;Button&gt;(Resource_Id.myButton) button.Click.Add (fun args -&gt; button.Text &lt;- sprintf "%d clicks" count count &lt;- count + 1 ) I then add a new F# Source file, ScopeTestNS.fs namespace ScopeTestNS module ScopeTestMod = let astr = "some text" I then add to MainActivity.fs, on the second line: open ScopeTestNS and change the lamba expression for button.Click.Add to read button.Click.Add (fun args -&gt; // button.Text &lt;- sprintf "%d clicks!" count // count &lt;- count + 1 button.Text &lt;- ScopeTestMod.astr ) now, when I build the solution, I get the error: The namespace or module "ScopeTestMod" is not defined. How do I make my namespace ScopeTestNS visible in MainActi ...&lt;/p&gt;</description>
            <guid>http://stackoverflow.com/questions/17146182/xamarin-android-f-scoping-how-do-i-see-a-namespace-in-a-different-file</guid>
            <pubDate>Mon, 17 Jun 2013 11:15:48 GMT</pubDate>
        </item>
    </channel>
</rss>