<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://morewally.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MoreWally.com</title><link>http://morewally.com/cs/blogs/</link><description>Giving people what they want, More Wally.  This is the technical and personal blog site of &lt;br/&gt;Wallace B. (Wally) McClure.</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Mapping and Location in iOS and Android at Xamarin Evolve 2013</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/05/15/mapping-and-location-in-ios-and-android-at-xamarin-evolve-2013.aspx</link><pubDate>Wed, 15 May 2013 17:30:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2200</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The following is a link to my talk on Mapping &amp;amp; Location in iOS and Android at Xamarin Evolve 2013.&amp;nbsp; Obviously, the talk is centered on MonoTouch, aka Xamarin.iOS, and Mono for Android, aka Xamarin.Android.&amp;nbsp; In this talk, I cover the native functionality of each platform.&amp;nbsp; In addition, I cover Google Maps for iOS SDK.&amp;nbsp; I hope that you find the talk to be helpful.&lt;/p&gt;&lt;p&gt;&lt;a href="http://xamarin.com/evolve/2013#session-d336r1byq5" title="Xamarin Evolve talk on Mapping and Location" target="_blank"&gt;http://xamarin.com/evolve/2013#session-d336r1byq5&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2200" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Xamarin.Android/default.aspx">Xamarin.Android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Xamarin.iOS/default.aspx">Xamarin.iOS</category></item><item><title>Testing WebAPI with Fiddler</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/04/22/testing-webapi-with-fiddler.aspx</link><pubDate>Mon, 22 Apr 2013 15:20:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2196</guid><dc:creator>wallym</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;I was wanting to test some WebAPI Methods via Fiddler so that I could all be working on one machine, debug, and make sure that everything is working.&amp;nbsp; Here is what my fiddler setup looks like:&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.morewally.com/cs/photos/developmentpics/images/2195/original.aspx" width="700" alt="" /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We&amp;#39;re calling into a method with the signature:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public List&amp;lt;CustAd&amp;gt; Post([FromBody] UserLocation value)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;//............&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The UserLocation object has the following signature;&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class UserLocation&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string AppKey { get; set; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public double Latitude { get; set; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public double Longitude { get; set; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2196" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/MVC/default.aspx">MVC</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/webapi/default.aspx">webapi</category></item><item><title>Xamarin.iOS Visual Studio Plugin Article</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/04/22/xamarin-ios-visual-studio-plugin-article.aspx</link><pubDate>Mon, 22 Apr 2013 15:06:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2194</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Url: &lt;a href="http://visualstudiomagazine.com/articles/2013/04/01/ios-development.aspx" target="_blank"&gt;http://visualstudiomagazine.com/articles/2013/04/01/ios-development.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://visualstudiomagazine.com/articles/2013/04/01/~/media/ECG/visualstudiomagazine/Images/introimages/0413vsm_mcclure_NEW.ashx" align="right" width="300" alt="" /&gt;Developers working with Xamarin MonoTouch have been stuck with 
developing on a Macintosh and working with MonoDevelop. This hasn&amp;#39;t been
 a bad thing. The Apple iOS SDK only runs on the Mac, so this 
requirement hasn&amp;#39;t been a major limiting factor in iOS development. 
&lt;/p&gt;
&lt;p&gt;Unfortunately, .NET and C# developers are used to using Visual 
Studio. Microsoft has spent a lot of time, effort and money to make 
Visual Studio the premier software development tool in existence. 
Xamarin Inc. has heard from those developers who want to integrate 
Visual Studio with iOS development. On Feb. 20, Xamarin &lt;a href="http://visualstudiomagazine.com/articles/2013/02/20/xamarin-extends-visual-studio-support-for-mobile.aspx" target="_blank"&gt;introduced Xamarin.iOS for Visual Studio&lt;/a&gt;.
 This plug-in allows developers using Visual Studio to write iPhone and 
iPad applications for the iPhone using the Microsoft .NET Framework and 
C#.
&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2194" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Xamarin.iOS/default.aspx">Xamarin.iOS</category></item><item><title>Juice Up Your Android UI</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/03/22/juice-up-your-android-ui.aspx</link><pubDate>Fri, 22 Mar 2013 18:34:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2193</guid><dc:creator>wallym</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Recently, I wrote an article for our Mono for Android column about improving your user interface of your applications.&amp;nbsp; The url is: &lt;a href="http://visualstudiomagazine.com/articles/2013/03/01/enhancing-your-uis.aspx" target="_blank"&gt;http://visualstudiomagazine.com/articles/2013/03/01/enhancing-your-uis.aspx&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I hope that you enjoy the article.&amp;nbsp; I spent a lot of time on the article plus, helping out users and creating applications that are helpful to them is a personal/pet project of mine.&amp;nbsp; &lt;/p&gt;&lt;p&gt;One thing that I wanted to mention in the article and could not besides a side mention is the part about reverse geocoding.&amp;nbsp; Reverse geocoding is the process of taking a latitude/longitude and getting back an address.&amp;nbsp; Users are familiar with addresses, not latitude/longitude.&amp;nbsp; Unfortunately, I was not able to show the Android reverse geocoding that is built in.&amp;nbsp; Why?&amp;nbsp; Well, at the time, I was pre-release tester of what would become Mono for Android 4.6 and all the new stuff inside of it.&amp;nbsp; I couldn&amp;#39;t come out and say that&amp;#39;s why this didn&amp;#39;t work and I was not comfortable trying to go ahead with the code anyway.&amp;nbsp; I know that the code worked in previous versions.&amp;nbsp; Unfortunately, deadlines will sometimes hit you over the head when you don&amp;#39;t expect it.&amp;nbsp; Bottom line: I apologize to you the reader.&amp;nbsp; I will have an article out on mapping at a later time and I will discuss reverse geocoding there.&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2193" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/user+interfaces/default.aspx">user interfaces</category></item><item><title>Mobile Web Development Featuring jQuery Mobile</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/03/06/mobile-web-development-featuring-jquery-mobile.aspx</link><pubDate>Wed, 06 Mar 2013 15:57:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2192</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Url: &lt;a href="http://elearning.left-brain.com/event/mobile-web-development-jquery-mobile?code=EP3234W1" target="_blank"&gt;http://elearning.left-brain.com/event/mobile-web-development-jquery-mobile?code=EP3234W1&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;ll be doing a seminar on jQuery Mobile on April 23.&amp;nbsp; I hope that you can attend.&amp;nbsp; Here is the info:&lt;/p&gt;&lt;div class="event_dates"&gt;
                        &lt;strong&gt;Start:&lt;/strong&gt; 4/23/2013 11:00 AM (UTC -05:00) Eastern Time (US &amp;amp; Canada)&lt;br /&gt;
                        &lt;strong&gt;End:&lt;/strong&gt; 4/23/2013 4:30 PM (UTC -05:00) Eastern Time (US &amp;amp; Canada)&lt;br /&gt;

&lt;strong&gt;Rates:&lt;/strong&gt; $199.99&lt;br /&gt;
                        &lt;/div&gt;
                                             
                        &lt;div class="event_notify event_section"&gt;
&lt;div class="event_rates event_section"&gt;
&lt;br /&gt;

&lt;h2&gt;&lt;a href="https://elearning.left-brain.com/events/eventscart.aspx?addtocart=p.1678,q.1&amp;amp;EventID=678&amp;amp;UserID=-1"&gt;&lt;img src="http://elearning.left-brain.com/images/register.bmp;pvdacabb94273eb1ff" border="0" alt="" /&gt;&lt;/a&gt;&lt;/h2&gt;
                            
                        &lt;/div&gt;                        
                        &lt;div class="event_description event_section"&gt;
                        &lt;p&gt;Mobile development is a hot item. Customers 
are buying iPhones, iPads, Android devices, and many other mobile 
computing devices at an ever increasing record pace. Devices based on 
iOS and Android are nearly 80 percent of the marketplace. RIM continues 
to be dominant in the business area across the world. Nokia&amp;#39;s growth 
with Windows Phone will grow on a worldwide basis. At the same time, 
clearly web development is a tremendous driver of applications, both on 
the public Internet and on private networks. How can developers target 
these various mobile platforms with web technologies? Developers can 
write web applications that take advantage of each mobile platform, but 
that is a lot of work. Into this space, the jQuery Mobile framework was 
developed. This eLearning series will provide an overview of mobile web 
development with jQuery Mobile, a detailed look at what the jQuery 
Mobile framework provides for us, how we can customize jQuery Mobile, 
and how we can use jQuery Mobile inside of ASP.NET.&lt;/p&gt;&lt;br /&gt;&lt;h2&gt;Sessions (each session runs approximately 75 minutes):&lt;/h2&gt;&lt;br /&gt;&lt;h3&gt;Session 1: Mobile Web Development&lt;/h3&gt;&lt;ul&gt;    Are you wondering what web developers can do in the mobile  world?&amp;nbsp; This session will focus on:    &lt;li&gt;What  web developers need to know about the idiosyncracies of mobile development&lt;/li&gt;&lt;li&gt;Tools  to use for mobile development    &lt;ul&gt;&lt;li&gt;ASP.NET development options: Webforms v MVC v  Web Pages&lt;/li&gt;&lt;li&gt;Web browsers&lt;/li&gt;&lt;/ul&gt;    &lt;/li&gt;&lt;li&gt;Javascript  language features useful for mobile web development&lt;/li&gt;&lt;li&gt;Integrating  with the Phone&lt;/li&gt;&lt;li&gt;Meta tags to improve the user experience&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Session 2: jQuery Mobile&lt;/h3&gt;&lt;p&gt;You
 are probably aware of the jQuery javascript library.  This seminar will
 introduce jQuery Mobile, a library that will make the  development of 
web applications for mobile devices easy. We’ll look at the  basics of 
jQuery Mobile, including&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Page  Setup&lt;/li&gt;&lt;li&gt;Toolbars&lt;/li&gt;&lt;li&gt;Navigation&lt;/li&gt;&lt;li&gt;Integrating  basic controls with jQuery Mobile    &lt;ul&gt;&lt;li&gt;Buttons&lt;/li&gt;&lt;li&gt;List components&lt;/li&gt;&lt;li&gt;Form/UI components&lt;/li&gt;&lt;/ul&gt;    &lt;/li&gt;&lt;li&gt;Basic  options for jQuery Mobile&lt;/li&gt;&lt;li&gt;AJAX  operations with the ListView&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;Session 3: jQuery Mobile Advanced with ASP.NET&lt;/h3&gt;&lt;p&gt;jQuery
 Mobile allows developers to create an application  with a 
mobile-specific user interface. There are many options to optimize and  
change the default behavior of jQuery Mobile, as well as how ASP.NET 
developers  can easily integrate with jQuery Mobile. This session will 
look at&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Creating  a Template for ASP.NET developers&lt;/li&gt;&lt;li&gt;Creating  a custom theme&lt;/li&gt;&lt;li&gt;Build one ASP.NET Page with jQM Themes to target multiple devices&lt;/li&gt;&lt;li&gt;Offline  operation and the application manifest&lt;/li&gt;&lt;li&gt;Plug-ins  and optimizations for tablets&lt;/li&gt;&lt;li&gt;jQM Events&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;Instructors&lt;/h2&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Wally McClure&lt;/strong&gt;
 graduated from the Georgia Institute of Technology (Georgia Tech) with a
 BS &amp;amp; MS in Electrical Engineering. Since that time, he has done 
consulting and development for companies large and small. Wally has 
authored books on iPhone Programming with Mono/Monotouch, Android 
Programming with Mono for Android, application architecture, ADO.NET 
&amp;amp; SQL Server, and finally AJAX. He is a Microsoft MVP and an 
ASPInsider, and a partner in Scalable Development, Inc., where we&amp;#39;re 
ramping up to provide training on iPhone, Android, and HTML5.&lt;/p&gt;&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;Customer Service&lt;/h2&gt;&lt;p&gt;If
 you have any questions regarding this event, the registration process 
or would like to register more than one attendee, please contact us 
directly. &lt;/p&gt;&lt;p&gt;Email: &lt;a href="mailto:service@devproconnections.com"&gt;service@devproconnections.com&lt;/a&gt; &lt;br /&gt;Phone: 800-793-5697 or 913-967-1719&lt;/p&gt;&lt;/div&gt;&lt;a href="https://elearning.left-brain.com/events/eventscart.aspx?addtocart=p.1678,q.1&amp;amp;EventID=678&amp;amp;UserID=-1"&gt;&lt;img src="http://elearning.left-brain.com/images/register.bmp;pvdacabb94273eb1ff" border="0" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2192" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/jquery/default.aspx">jquery</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/jquery+mobile/default.aspx">jquery mobile</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mobile/default.aspx">mobile</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mobile+web/default.aspx">mobile web</category></item><item><title>Free Xamarin Studio and Free Chapters 1-4 Professional Android Programming with Mono for Android and .NET/C#</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/03/03/free-xamarin-studio-and-free-chapters-1-4-professional-android-programming-with-mono-for-android-and-net-c.aspx</link><pubDate>Sun, 03 Mar 2013 00:33:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2190</guid><dc:creator>wallym</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;On February 20, Xamarin announced a &lt;a href="http://blog.xamarin.com/the-making-of-xamarin-studio/"&gt;new version of MonoDevelop called Xamarin Studio&lt;/a&gt;.
 We&amp;#39;ve been big fans of Xamarin and Miguel de Icaza&amp;#39;s work&amp;nbsp;all the way 
back to the inception of the Mono project so we&amp;#39;re especially amped to 
see &lt;a href="https://store.xamarin.com/"&gt;Xamarin release a Free Starter Xamarin Studio&lt;/a&gt; to bring this great mobile development tool to an even bigger programmer audience.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://media.wiley.com/product_data/coverImage/56/11182221/1118222156.jpg" alt="Professional Android Programming with Mono for Android and .NET/C#" align="right" /&gt;In the spirit of free then, we&amp;#39;re happy to share this free starter from Wrox&amp;#39;s&amp;nbsp;&lt;a href="http://www.wrox.com/WileyCDA/WroxTitle/Professional-Android-Programming-with-Mono-for-Android-and-NET-C-.productCd-1118222156.html"&gt;&lt;i&gt;Professional Android Programming with Mono for Android and .NET/C#.&lt;/i&gt;&lt;/a&gt;&amp;nbsp;&lt;b&gt;Download &lt;/b&gt;this&amp;nbsp;&lt;a href="http://p2p.wrox.com/content/sites/default/files/users/21/file/9781118026434--Chapters-1-Professional-Android-Programming-with-Mono-for-Android-and-NET.pdf"&gt;&lt;b&gt;free starter is a PDF with chapters 1-4&lt;/b&gt;&lt;/a&gt;
 of the book to get you started developing Android apps in the Xamarin 
tools. While the new Xamarin tools have changed a bit, we do still think
 these chapters will be useful if you&amp;#39;re new to using Mono and Xamarin 
for Android development. Here&amp;#39;s the outline of what&amp;#39;s covered in these 
free Mono for Android chapters. We hope if you find this useful, you&amp;#39;ll 
come back and &lt;a href="http://www.wrox.com/WileyCDA/WroxTitle/Professional-Android-Programming-with-Mono-for-Android-and-NET-C-.productCd-1118222156.html"&gt;buy the complete book from Wrox here at Wrox.com&lt;/a&gt; or at your favorite book retailer.&lt;/p&gt;
&lt;h2&gt;Chapter 1: Introduction to Android, Mobile Devices, and the Marketplace&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Product Comparison&lt;/li&gt;&lt;li&gt;Mobile Development&lt;/li&gt;&lt;li&gt;Android&lt;/li&gt;&lt;li&gt;Cross-Platform Alternatives&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Chapter 2: Introduction to Mono for Android&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Before You Begin Developing&lt;/li&gt;&lt;li&gt;Visual Studio Development with Mono for Android&lt;/li&gt;&lt;li&gt;Mono for Android Development with MonoDevelop&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Chapter 3: Understanding Android/Mono for Android Applications&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;What Is an Android Application?&lt;/li&gt;&lt;li&gt;Binding the Components: The Android Manifest&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Chapter 4: Planning and Building Your Application&amp;#39;s User Interface&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Guidelines for a Successful Mobile UI&lt;/li&gt;&lt;li&gt;Building an Android UI&lt;/li&gt;&lt;li&gt;Choosing a Control Layout&lt;/li&gt;&lt;li&gt;Designing Your User Interface Controls&lt;/li&gt;&lt;li&gt;Controlling Your Menus&lt;/li&gt;&lt;li&gt;Resolution-Independent UI&lt;/li&gt;&lt;li&gt;Constructing a User Interface: A Phone and Tablet Example&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2190" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/android/default.aspx">android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monodroid/default.aspx">monodroid</category></item><item><title>MonoTouch Training Course now online: iOS 6 PassKit Coding and Events</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/02/18/monotouch-training-course-now-online-ios-6-passkit-coding-and-events.aspx</link><pubDate>Mon, 18 Feb 2013 06:00:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2189</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Url: &lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/300" target="_blank"&gt;www.learnnowonline.com/learnmobilenow/topic/300&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Course Description: &lt;/b&gt;So what is a PassKit, this 
course will introduce you to the PassKit , the types there are, the file
 structure, security and other items.  Next you‘ll be shown how to 
create a PassKit manually with such things as provisioning, KeyChain 
access and other items. Then you will learn about coding for a Pass, 
including complain applications, classes, list of passes to name a few 
items that will be covered. Next you will learn about reminders and 
events. You’ll see the EventStore, Enumerate Calendars, create an event,
 and create a reminder, running a query plus more. 
        &lt;/p&gt;
        
        
        
        &lt;b&gt;1+ hours of media runtime&lt;/b&gt;
        &lt;br /&gt;
        &lt;div class="TextList"&gt;
    
        
    &lt;div class="OutlineTopic"&gt;
        &lt;p&gt;PassKit Intro&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="OutlineSubTopic"&gt;
        &lt;ul&gt;&lt;li&gt;PassKit Agenda&lt;/li&gt;&lt;li&gt;What is PassKit&lt;/li&gt;&lt;li&gt;PassKit Ecosystem&lt;/li&gt;&lt;li&gt;What is a Pass&lt;/li&gt;&lt;li&gt;Types of Passes&lt;/li&gt;&lt;li&gt;File Structure&lt;/li&gt;&lt;li&gt;Pass.json File&lt;/li&gt;&lt;li&gt;Barcodes&lt;/li&gt;&lt;li&gt;Relevancy&lt;/li&gt;&lt;li&gt;Localization&lt;/li&gt;&lt;li&gt;Security&lt;/li&gt;&lt;li&gt;Passbook&lt;/li&gt;&lt;li&gt;Getting Passes into Passbook&lt;/li&gt;&lt;/ul&gt;
    &lt;/div&gt;
        
    &lt;div class="OutlineTopic"&gt;
        &lt;p&gt;Manually Create a PassKit&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="OutlineSubTopic"&gt;
        &lt;ul&gt;&lt;li&gt;Create a Pass Manually&lt;/li&gt;&lt;li&gt;Provisioning&lt;/li&gt;&lt;li&gt;Created&lt;/li&gt;&lt;li&gt;Certificate Signing Request&lt;/li&gt;&lt;li&gt;KeyChain Access&lt;/li&gt;&lt;li&gt;Certificate Request&lt;/li&gt;&lt;li&gt;Pass Certificate Created&lt;/li&gt;&lt;li&gt;Download&lt;/li&gt;&lt;li&gt;Build the Signpass Utility&lt;/li&gt;&lt;li&gt;Must Update&lt;/li&gt;&lt;li&gt;Run the Signpass Utility&lt;/li&gt;&lt;li&gt;Manifest.json Output&lt;/li&gt;&lt;li&gt;End Result&lt;/li&gt;&lt;li&gt;Resources&lt;/li&gt;&lt;/ul&gt;
    &lt;/div&gt;
        
    &lt;div class="OutlineTopic"&gt;
        &lt;p&gt;Coding&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="OutlineSubTopic"&gt;
        &lt;ul&gt;&lt;li&gt;Companion Applications&lt;/li&gt;&lt;li&gt;Passes and MonoDevelop&lt;/li&gt;&lt;li&gt;Classes&lt;/li&gt;&lt;li&gt;Check Passbook Availability&lt;/li&gt;&lt;li&gt;Pass Library Instance&lt;/li&gt;&lt;li&gt;List of Passes&lt;/li&gt;&lt;li&gt;Displaying a Pass&lt;/li&gt;&lt;li&gt;Loading a Pass From a File&lt;/li&gt;&lt;li&gt;Replace an Existing Pass&lt;/li&gt;&lt;li&gt;Editing a Pass&lt;/li&gt;&lt;li&gt;Receiving Change Notifications&lt;/li&gt;&lt;li&gt;Resource&lt;/li&gt;&lt;li&gt;Demo: Passes&lt;/li&gt;&lt;li&gt;Demo: Pass Code&lt;/li&gt;&lt;/ul&gt;
    &lt;/div&gt;
        
    &lt;div class="OutlineTopic"&gt;
        &lt;p&gt;Reminders and EventKit&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="OutlineSubTopic"&gt;
        &lt;ul&gt;&lt;li&gt;Agenda&lt;/li&gt;&lt;li&gt;EventStore&lt;/li&gt;&lt;li&gt;Accessibility&lt;/li&gt;&lt;li&gt;Requesting Access&lt;/li&gt;&lt;li&gt;Objects&lt;/li&gt;&lt;li&gt;Enumerate Calendars&lt;/li&gt;&lt;li&gt;Add or Modify an Event&lt;/li&gt;&lt;li&gt;Create an Event&lt;/li&gt;&lt;li&gt;Create a Reminder&lt;/li&gt;&lt;li&gt;Retrieve an Event&lt;/li&gt;&lt;li&gt;Retrieve a Reminder&lt;/li&gt;&lt;li&gt;Deleting an Event&lt;/li&gt;&lt;li&gt;Search for Events&lt;/li&gt;&lt;li&gt;Search for Reminders&lt;/li&gt;&lt;li&gt;Demo: EventKit&lt;/li&gt;&lt;li&gt;Demo: Reminders&lt;/li&gt;&lt;li&gt;Demo: Running a Query&lt;/li&gt;&lt;li&gt;Resources&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2189" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/ios/default.aspx">ios</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iPad/default.aspx">iPad</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iphone/default.aspx">iphone</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>iOS6 for .NET &amp; C# Developers with MonoTouch - New UI Controls</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/02/06/ios6-for-net-amp-c-developers-with-monotouch-new-ui-controls.aspx</link><pubDate>Wed, 06 Feb 2013 22:11:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2188</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Url: &lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/297" target="_blank"&gt;http://www.learnnowonline.com/learnmobilenow/topic/297&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Course Description: &lt;/b&gt;The User Interface (UI) has become a very important part of any application. This course will cover application UI in iOS 6. You will see the UI refresh control and how to have the UI refresh in an application. Then you will look at UI collection view and how work with data, cells and other items. Then the course will cover layout and display. You will see section inset, sub classing layouts and how to create linear and circular layouts.         &lt;/p&gt;&lt;b&gt;1+ hours of media runtime&lt;/b&gt;&lt;br /&gt;&lt;div class="TextList"&gt;&lt;div class="OutlineModule"&gt;&lt;p&gt;&lt;a title="User Interface" class="" name="User Interface"&gt;&lt;/a&gt;User Interface&lt;/p&gt;&lt;/div&gt;&lt;div class="OutlineTopic"&gt;&lt;p&gt;UI Refresh Control&lt;/p&gt;&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;&lt;ul&gt;&lt;li&gt;Pull to Refresh&lt;/li&gt;&lt;li&gt;UI Refresh Control&lt;/li&gt;&lt;li&gt;Begin/End Refreshing&lt;/li&gt;&lt;li&gt;Other Members&lt;/li&gt;&lt;li&gt;What About iOS5?&lt;/li&gt;&lt;li&gt;Demo: iOS6 UI Refresh Control&lt;/li&gt;&lt;li&gt;Demo: iOS5 UI Refresh&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="OutlineTopic"&gt;&lt;p&gt;UI Collection View&lt;/p&gt;&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;&lt;ul&gt;&lt;li&gt;UI Collection View&lt;/li&gt;&lt;li&gt;Data&lt;/li&gt;&lt;li&gt;UI Collection View Cell&lt;/li&gt;&lt;li&gt;Cells&lt;/li&gt;&lt;li&gt;Supplementary Views&lt;/li&gt;&lt;li&gt;Decoration Views&lt;/li&gt;&lt;li&gt;Delegate&lt;/li&gt;&lt;li&gt;Cell Highlighting&lt;/li&gt;&lt;li&gt;Disabling Selection&lt;/li&gt;&lt;li&gt;Cell Menus&lt;/li&gt;&lt;li&gt;Demo: UI Collection View&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="OutlineTopic"&gt;&lt;p&gt;Layout and Display&lt;/p&gt;&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;&lt;ul&gt;&lt;li&gt;Layouts&lt;/li&gt;&lt;li&gt;Section Inset&lt;/li&gt;&lt;li&gt;Subclassing Layouts&lt;/li&gt;&lt;li&gt;UI Collection View Flow Layout&lt;/li&gt;&lt;li&gt;Custom Layouts&lt;/li&gt;&lt;li&gt;Demo: Linear Layout&lt;/li&gt;&lt;li&gt;Demo: Circular Layout&lt;/li&gt;&lt;li&gt;Key Takeaway&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2188" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/ios/default.aspx">ios</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iPad/default.aspx">iPad</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iphone/default.aspx">iphone</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch+development/default.aspx">monotouch development</category></item><item><title>Introduction to iOS6 Social Networks with MonoTouch</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/02/01/introduction-to-ios6-social-networks-with-monotouch.aspx</link><pubDate>Fri, 01 Feb 2013 02:09:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2186</guid><dc:creator>wallym</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;img src="http://www.devproconnections.com/content/content/141551/141551_fig10_local_search_results_map%282%29.jpg" title="monotouch app" alt="monotouch app" align="right" width="150" /&gt;Check out this introduction to iOS6 Social Networks with MonoTouch: &lt;a href="http://youtu.be/t-kGZQtKSp8"&gt;http://youtu.be/t-kGZQtKSp8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope you enjoy this video &lt;br /&gt;&lt;/p&gt;


&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2186" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>iOS6 Introduction with MonoTouch Webinar Recording </title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/29/ios6-introduction-with-monotouch-webinar-recording.aspx</link><pubDate>Tue, 29 Jan 2013 14:44:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2185</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img src="http://www.devproconnections.com/content/content/141551/141551_fig10_local_search_results_map%282%29.jpg" title="iPhone Simulator" alt="iPhone Simulator" align="right" height="390" width="200" /&gt;This is a recording of my iOS6 with MonoTouch Webinar: &lt;a href="http://media.appdev.com/EDGE/LL/livelearn01242013.wmv"&gt;http://media.appdev.com/EDGE/LL/livelearn01242013.wmv (I think this only loads in IE)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;iOS6 is the 
latest version of the iOS operating system for the iPhone, iPad, and 
iPod Touch.  With this new version of iOS comes the iPhone 5. In this 
Live Learning, we’ll discuss how to support the new iPhone 5’s display, 
support for social networks in iOS, and the new pull to refresh 
functionality in iOS6.&lt;/p&gt;
&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2185" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iPad/default.aspx">iPad</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iphone/default.aspx">iphone</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>MonoTouch: iOS 6 Introduction, Social Media &amp; Maps - Online Training with LearnNowOnline</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/28/monotouch-ios-6-introduction-social-media-amp-maps-online-training-with-learnnowonline.aspx</link><pubDate>Mon, 28 Jan 2013 22:35:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2183</guid><dc:creator>wallym</dc:creator><slash:comments>1</slash:comments><description>&lt;img src="http://www.morewally.com/cs/photos/randompics/images/2030/640x480.aspx" title="simulator" alt="simulator" align="right" width="125" /&gt;
&lt;p&gt;One of my training courses has just been published by LearnNowOnline.&amp;nbsp; I hope you find it helpful as you take up iOS 6 Development with MonoTouch.&amp;nbsp; Here is some info about it below. Link: &lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/296"&gt;http://www.learnnowonline.com/learnmobilenow/topic/296&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Course Description: &lt;/b&gt;This course takes a look at the iOS6 operating system and creating applications with MonoTouch. The course will start with an introduction to iOS 6 how it has grown, software support, how to support the older iOS systems plus other items. Next the course will dive into social web sites like Twitter and Facebook and incorporating updates into an application. Then the course will look into existing mapsand the new maps API.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;Overview of iOS6&lt;/p&gt;
&lt;div class="TextList"&gt;&lt;div class="OutlineTopic"&gt;
&lt;p&gt;Introduction&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;
&lt;ul&gt;
&lt;li&gt;Agenda&lt;/li&gt;

&lt;li&gt;New Features&lt;/li&gt;

&lt;li&gt;Development Requirements&lt;/li&gt;

&lt;li&gt;iOS6 Growth&lt;/li&gt;

&lt;li&gt;Software Support&lt;/li&gt;

&lt;li&gt;How to Support Older iOS&lt;/li&gt;

&lt;li&gt;Using the Older iOS/Xcode SDK&lt;/li&gt;

&lt;li&gt;Display&lt;/li&gt;

&lt;li&gt;iPhone Startup Images&lt;/li&gt;

&lt;li&gt;Retina Images&lt;/li&gt;

&lt;li&gt;Other Images&lt;/li&gt;

&lt;li&gt;Screen Dimensions&lt;/li&gt;

&lt;li&gt;Demo: Images&lt;/li&gt;

&lt;li&gt;Demo: Selecting Images&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="OutlineTopic"&gt;
&lt;p&gt;Introduction Continued&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;
&lt;ul&gt;
&lt;li&gt;ViewWillUnload, ViewDidUnload&lt;/li&gt;

&lt;li&gt;DidReceiveMemoryWarning&lt;/li&gt;

&lt;li&gt;ViewWillDisappear&lt;/li&gt;

&lt;li&gt;Interface Orientation&lt;/li&gt;

&lt;li&gt;UI Navigation Bar&lt;/li&gt;

&lt;li&gt;Demo: Memory Warning&lt;/li&gt;

&lt;li&gt;Demo: Orientation Changes&lt;/li&gt;

&lt;li&gt;Demo: UINavigationBar&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="OutlineModule"&gt;
&lt;p&gt;&lt;a class="" title="Social Improvements" name="Social Improvements"&gt;&lt;/a&gt;Social Improvements&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineTopic"&gt;
&lt;p&gt;Social Twitter&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;
&lt;ul&gt;
&lt;li&gt;Demo: iPhone Twitter App&lt;/li&gt;

&lt;li&gt;Demo: Twitter App Code&lt;/li&gt;

&lt;li&gt;Social Improvements&lt;/li&gt;

&lt;li&gt;Social Networks&lt;/li&gt;

&lt;li&gt;Twitter Account Setup&lt;/li&gt;

&lt;li&gt;Sending Tweets&lt;/li&gt;

&lt;li&gt;Completion Handler&lt;/li&gt;

&lt;li&gt;Calling Twitter API&lt;/li&gt;

&lt;li&gt;Demo: Calling Twitter API&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="OutlineTopic"&gt;
&lt;p&gt;Social Facebook&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;
&lt;ul&gt;
&lt;li&gt;Facebook&lt;/li&gt;

&lt;li&gt;Post to Facebook&lt;/li&gt;

&lt;li&gt;Completion Handler&lt;/li&gt;

&lt;li&gt;The Facebook Graph&lt;/li&gt;

&lt;li&gt;Demo: Facebook Code&lt;/li&gt;

&lt;li&gt;Demo: Facebook Graph&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="OutlineModule"&gt;
&lt;p&gt;&lt;a class="" title="Maps" name="Maps"&gt;&lt;/a&gt;Maps&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineTopic"&gt;
&lt;p&gt;Existing Maps&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;
&lt;ul&gt;
&lt;li&gt;Apple Maps&lt;/li&gt;

&lt;li&gt;Map Initialization&lt;/li&gt;

&lt;li&gt;Other Methods and Objects&lt;/li&gt;

&lt;li&gt;Annotations&lt;/li&gt;

&lt;li&gt;Overlays&lt;/li&gt;

&lt;li&gt;Demo: New Apple Maps&lt;/li&gt;

&lt;li&gt;Demo: Map-Kit Maps&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="OutlineTopic"&gt;
&lt;p&gt;New Maps API&lt;/p&gt;
&lt;/div&gt;&lt;div class="OutlineSubTopic"&gt;
&lt;ul&gt;
&lt;li&gt;New Features&lt;/li&gt;

&lt;li&gt;MKLaunchOptions&lt;/li&gt;

&lt;li&gt;Demo: Apple Maps&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2183" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/ios/default.aspx">ios</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch+development/default.aspx">monotouch development</category></item><item><title>iOS6 with .NET, C#, &amp; MonoTouch Seminar</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/22/ios6-with-monotouch-seminar.aspx</link><pubDate>Tue, 22 Jan 2013 01:52:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2180</guid><dc:creator>wallym</dc:creator><slash:comments>3</slash:comments><description>
&lt;p&gt;&lt;img src="http://morewally.com/cs/photos/randompics/images/2030/640x480.aspx" align="right" alt="" /&gt;I&amp;#39;ll be doing an iOS6 with MonoTouch Seminar on Wednesday at 12 PM EST.&amp;nbsp; A little about the event:&lt;/p&gt;
&lt;p&gt;
iOS6 is the 
latest version of the iOS operating system for the iPhone, iPad, and 
iPod Touch.  With this new version of iOS comes the iPhone 5. In this 
Live Learning, we’ll discuss how to support the new iPhone 5’s display, 
support for social networks in iOS, and the new pull to refresh 
functionality in iOS6.&lt;/p&gt;
&lt;p&gt;Registration: &lt;a href="https://www302.livemeeting.com/lrs/8001676474/Registration.aspx?pageName=fxnc6h27pbdjspp6" target="_blank"&gt;https://www302.livemeeting.com/lrs/8001676474/Registration.aspx?pageName=fxnc6h27pbdjspp6&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2180" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iPad/default.aspx">iPad</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iphone/default.aspx">iphone</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>jQuery Mobile Advanced - More jQuery Mobile and jQuery Mobile Themes</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/19/jquery-mobile-advanced-more-jquery-mobile-and-jquery-mobile-themes.aspx</link><pubDate>Sat, 19 Jan 2013 13:49:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2178</guid><dc:creator>wallym</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&lt;img src="http://www.mobicules.com/wp-content/uploads/2012/03/jquery-mobile-logo2.png" align="right" height="94" width="343" alt="" /&gt;The second two of my three article series on jQuery Mobile have been posted to the MSDN Magazine Script Junkie Site.&amp;nbsp; I hope that they are helpful to you.&amp;nbsp; &lt;/p&gt;&lt;i&gt;&lt;b&gt;Article 2: More jQuery Mobile&lt;/b&gt;&lt;/i&gt;&amp;nbsp;

&lt;p&gt;There’s no doubt that mobile Web applications are here to stay. As I said at the start of the &lt;a href="http://msdn.microsoft.com/en-us/magazine/jj835091.aspx" id="ctl00_MTContentSelector1_mainContentContainer_ctl02"&gt;previous article&lt;/a&gt;
 in this series, talk to any C-level executive at a major company or any
 technology startup, and they’ll tell you about mobile apps.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/jj906416.aspx" target="_blank"&gt;jQuery
 Mobile (jQM) provides a JavaScript framework that allows developers to 
easily add a mobile look and feel to their Web applications. In this 
article I’ll dig into some advanced features of jQuery Mobile that—with 
some programming—a developer can use to provide an application that 
looks and feels very similar to a native app running on a device. Here’s
 what I’ll cover:&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/jj906416.aspx" target="_blank"&gt;$.mobile. You’ll learn what the $.mobile object is, how to use it and how to set values globally in an application.&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/jj906416.aspx" target="_blank"&gt;ListView.&amp;nbsp;
 We previously looked at the ListView at a high level. In this article 
I’ll describe more advanced features of the ListView that developers can
 use to provide the mobile equivalent of the iOS UITableView and the 
Android Listview.&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/jj906416.aspx" target="_blank"&gt;Navbar.&amp;nbsp; Native applications typically have a 
navbar that provides navigation for an application.&amp;nbsp; I’ll go into the 
more advanced concepts of the navbar, which let you provide users with a
 consistent navigation experience across an application.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;&lt;i&gt;Article 3:&amp;nbsp;jQuery Mobile Themes&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;p&gt;The first article (&lt;a href="http://msdn.microsoft.com/en-us/magazine/jj835091.aspx" id="ctl00_MTContentSelector1_mainContentContainer_ctl01"&gt;Introduction to jQuery Mobile&lt;/a&gt;)
 in this series looked at the subject of themes at a high level and at 
themes available in jQuery Mobile (jQM). In this, &lt;a href="http://msdn.microsoft.com/en-us/magazine/jj891149.aspx" target="_blank"&gt;the third of three 
articles on jQM, I show how to build a custom theme using the Theme 
Roller, as well as look at some custom themes that allow a mobile Web 
application to look more like an iPhone, Android or Windows Phone 
application&lt;/a&gt;. &lt;br /&gt;&lt;/p&gt;
&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2178" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/html5/default.aspx">html5</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/jquery+mobile/default.aspx">jquery mobile</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mobile/default.aspx">mobile</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mobile+development/default.aspx">mobile development</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/razor/default.aspx">razor</category></item><item><title>I'm on the Tablet Show to talk MonoTouch and Mono for Android</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/14/i-m-on-the-tablet-show-to-talk-monotouch-and-mono-for-android.aspx</link><pubDate>Mon, 14 Jan 2013 15:49:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2177</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img src="http://static.trustedreviews.com/94/000023989/3659/s3fronts.jpg" title="galaxy s3 Android" alt="galaxy s3 Android" align="left" width="200" /&gt;Carl and Richard talk to Wally McClure 
&lt;img src="http://cdn.iphonehacks.com/wp-content/uploads/2012/09/iphone5-front-back.jpg" title="iPhone 5" alt="iPhone 5" align="right" width="200" /&gt;about building mobile applications for iPhone and Android using 
MonoTouch and Mono for Android (respectively). The conversation starts 
out with Wally&amp;#39;s original interest in the Mono tools, being able to 
leverage his code and skills in C# for mobile development. From there 
Wally drills into the challenges of tooling across platforms (testing 
frameworks, etc) as well as dealing with fragmentation of operating 
systems and SDKs - a bigger issue in Android than iOS, but still an 
issue.&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.thetabletshow.com/default.aspx?showNum=67" target="_blank"&gt;http://www.thetabletshow.com/default.aspx?showNum=67&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2177" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monodroid/default.aspx">monodroid</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>Beating the Android Fragmentation Monster with .NET, C#, and Mono for Android - Article</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/09/beating-the-android-fragmentation-monster-with-net-c-and-mono-for-android-article.aspx</link><pubDate>Wed, 09 Jan 2013 20:34:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2174</guid><dc:creator>wallym</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&lt;img src="http://visualstudiomagazine.com/articles/2013/01/08/~/media/ECG/visualstudiomagazine/Images/2013/01/droidfragfig1.ashx" title="Android Support Package" alt="Android Support Package" align="right" width="250" /&gt;Much has been made about fragmentation of the Android platform.  The 
truth is that the Android platform is not as fragmented as developers 
think.  Google provides a set of libraries that allow older versions of 
Android to get support for newer APIs. In this article, I&amp;#39;ll create a 
version of the Star Trek navigation application (from my &lt;a href="http://visualstudiomagazine.com/articles/2012/12/13/android-4-and-fragments.aspx" target="_blank"&gt;previous column&lt;/a&gt;) that runs on Android 2.x to 4.x for handsets and tablets.&lt;/p&gt;



&lt;p&gt;The Android Support Package is a set of static libraries with 
additional APIs that can be used by an application. These libraries back
 port some newer APIs to older versions of Android.  At the current 
time, there are two versions of the Support Package.&lt;/p&gt;The v4 Support Package is designed to bring Fragment and other 
support to Android 1.6 (API Level 4) and later. If a program needs to 
use some new features and run on Android 2.2, this is the library that 
it needs to use. Our sample application will use the v4 Support Package.
 


&lt;p&gt;The v13 Support Package is similar in concept to the v4 Support 
Package.  This package requires Android 3.2 (API Level 13) or later.  It
 has some underlying implementation changes.&lt;/p&gt;&lt;p&gt;&lt;a href="http://visualstudiomagazine.com/articles/2013/01/08/android-support-library.aspx" target="_blank"&gt;I hope you enjoy the article.&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2174" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/.NET/default.aspx">.NET</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category></item><item><title>Learn Cross Platform Development for iPhone, iPad, and Android with LearnNowOnline, MonoTouch, and Mono for Android using .NET/C#</title><link>http://morewally.com/cs/blogs/wallym/archive/2013/01/06/learn-crossplatform-development-for-iphone-ipad-and-android-with-learnnowonline-monotouch-and-mono-for-android-using-net-c.aspx</link><pubDate>Sun, 06 Jan 2013 22:18:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2173</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I would like to highly encourage you to learn Cross Platform Development for iPhone, iPad, and Android with LearnNowOnline, MonoTouch, and Mono for Android using .NET/C#.&amp;nbsp; By taking your existing knowledge, you can build applications that are best of breed and share code between them across the the iPhone, iPad, and Android platforms.&amp;nbsp; Some of the courses include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/289" target="_blank"&gt;Xamarin Tool with Various Mobile Platforms&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/288" target="_blank"&gt;Xamarin Mobile and Web Services&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/285" target="_blank"&gt;Xamarin Cross Platform and File Linking&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I would not have done these videos if there was not tremendous value in the Xamarin technologies or their direction.&amp;nbsp; I hope that they provide you value as you take up the iPhone, iPad, and Android.&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2173" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/android/default.aspx">android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iPad/default.aspx">iPad</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/iphone/default.aspx">iphone</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monodroid/default.aspx">monodroid</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>Cross Platform Development with MonoTouch and Mono for Android</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/12/26/cross-platform-development-with-monotouch-and-mono-for-android.aspx</link><pubDate>Wed, 26 Dec 2012 06:00:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2171</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;img style="width:200px;" align="left" src="http://www.att.com/wireless/iphone/assets/iphone-big.jpg" width="200" alt="" /&gt;You are tasked with creating apps for the iPhone, IPad, and Android. You are a .NET developer. What should you do? Start with MonoTouch and Mono for Android.  Along the way, you will want to check out my&lt;a href="http://www.learnnowonline.com/learnmobilenow/topic/285"&gt; training class through LearnNowOnline.&lt;/a&gt;.  The class is on how to architect your apps to be as cross platform as possible.  I hope you enjoy the class.&lt;img style="width:200px;" align="right" src="http://i.i.com.com/cnwk.1d/i/tim/2012/12/07/GALAXY_SIII_mini_Product_Image(4).jpg_610x406.jpg" width="200" alt="" /&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2171" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>Databases and Data with MonoTouch and Mono for Android </title><link>http://morewally.com/cs/blogs/wallym/archive/2012/12/21/databases-and-data-with-monotouch-and-mono-for-android.aspx</link><pubDate>Fri, 21 Dec 2012 16:31:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2169</guid><dc:creator>wallym</dc:creator><slash:comments>1</slash:comments><description>&lt;a href="http://www.youtube.com/watch?v=iuTh4D_dxlI" target="_blank"&gt;Learn Now Online (formerly AppDev) has just released a free section of one of my recent training series about relational databases with MonoTouch and Mono for Android&lt;/a&gt;. I hope you find it helpful and enjoying!&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2169" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono/default.aspx">mono</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>Android 4 Fragments with Mono for Android</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/12/14/android-4-fragments-with-mono-for-android.aspx</link><pubDate>Fri, 14 Dec 2012 01:53:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2168</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img src="http://visualstudiomagazine.com/articles/2012/12/13/~/media/ECG/visualstudiomagazine/Images/2012/12/Fragmentfig2.ashx" title="Fragments" alt="Fragments" align="right" width="300" /&gt;With the release of Android 3.0, Google added support for larger displays and attention-grabbing UI designs and layouts.  On a tablet screen, UI components can be used to present better information. How does Android do this? It has a technology called Fragments, and I&amp;#39;ll look at its implementation in the currently shipping operating system, Android 4. (Let&amp;#39;s get past all the jokes about Android and fragmentation on its device platform.)&lt;/p&gt;&lt;p&gt;For more information on this, check out my article at Visual Studio Magazine - &lt;a href="http://visualstudiomagazine.com/articles/2012/12/13/android-4-and-fragments.aspx"&gt;http://visualstudiomagazine.com/articles/2012/12/13/android-4-and-fragments.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2168" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monodroid/default.aspx">monodroid</category></item><item><title>Webinar Recording on Cross Platform Development with MonoTouch and Mono for Android</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/11/12/webinar-recording-on-cross-platform-development-with-monotouch-and-mono-for-android.aspx</link><pubDate>Mon, 12 Nov 2012 15:07:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2166</guid><dc:creator>wallym</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span id="lblEventDesc" class="labelText"&gt;The iPhone and Android are dominant in the  marketplace.  The two platforms currently have 85% of the smartphone marketplace and are continuing to grow that marketshare.  Developers are being tasked with targeting these two platforms.  In this session, we’ll take a high level look at how we can use c# and .NET knowledge to share code between iOS and and Android.  We’ll look at linked files, using the Xamarin Mobile API, the challenges of running across platforms and frameworks, as well as other features of Visual Studio, Monotouch, MonoDevelop, and Mono for Android that allows us to write as much code that can run on both platforms.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="labelText"&gt;&lt;/span&gt;The following link is a &lt;a href="http://media.appdev.com/EDGE/LL/livelearn11072012.wmv" target="_blank"&gt;recording on Cross Platform Development with MonoTouch and Mono for Android&lt;/a&gt;. I am guessing that the link only works in IE. That&amp;#39;s out of my control.&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2166" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monodroid/default.aspx">monodroid</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>Atlanta Startup Weekend (November, 2012) Report (or Why Knoxville Can't Win)</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/11/12/atlanta-startup-weekend-november-2012-report-or-why-knoxville-can-t-win.aspx</link><pubDate>Mon, 12 Nov 2012 13:16:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2165</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I was at the&amp;nbsp;Atlanta Startup Weekend last Saturday.&amp;nbsp; I had a great time.&amp;nbsp; I met some great people, including Taryn&amp;nbsp;Crouthers (who was the star for our team), TJ, Jen Bonnett, Bill Lyman, Keith McGreggor, and many more.&amp;nbsp;&amp;nbsp;I was on the team for &amp;quot;Bed, Wed, or Dead.&amp;quot;&amp;nbsp; We won! Taryn was the team lead and did the pitching.&amp;nbsp; What an unbelievable job she did.&amp;nbsp; &amp;nbsp;I believe that she won the competition for us.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Overall, the Atlanta Startup Weekend had a mix of people that I think are necessary for startups:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Idea people&lt;/li&gt;&lt;li&gt;Marketing people&lt;/li&gt;&lt;li&gt;Technical people&lt;/li&gt;&lt;li&gt;Existing entrepreneurs&lt;/li&gt;&lt;li&gt;Former entrepreneurs that have made it (and some that haven&amp;#39;t)&lt;/li&gt;&lt;li&gt;Angel investors&lt;/li&gt;&lt;li&gt;Venture Capital investors&lt;/li&gt;&lt;li&gt;People that can get *** done&lt;/li&gt;&lt;li&gt;Some people from the media&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Basically, you put together a lot of people with a lot of good ideas and you bring them together in a 48 hour rush to see who can get what done.&amp;nbsp; I don&amp;#39;t know if &amp;quot;Bed, Wed, or Dead&amp;quot; will make it beyond this week, be sold for $20 million, or die later today.&amp;nbsp; I do know that I got to expand my network of people.&amp;nbsp; That&amp;#39;s always good.&amp;nbsp; The event was fun, it gives me a different view on life, and dang it, its fun to meet people.&lt;/p&gt;&lt;p&gt;Working with Taryn and TJ was great.&amp;nbsp; Taryn did great pitch work. Let&amp;#39;s be honest, she won it for us with her pitch work.&amp;nbsp; We wrote the code.&amp;nbsp; I think TJ did most of the work and I was along for moral support.&amp;nbsp; Great meeting both of them and working with them.&amp;nbsp; Somehow out of all of that, WE WON!!!!&lt;/p&gt;&lt;p&gt;You may be wondering,&amp;nbsp;why I would go down to this event and would compete in it.&amp;nbsp; After all, I&amp;#39;m in TN, why do this in Atlanta.&amp;nbsp; Well, that&amp;#39;s the 2nd half of this blog post........and&amp;nbsp;unfortunately, the truth is that the rest of this isn&amp;#39;t going to be pretty.&amp;nbsp; If you have a weak stomach, I&amp;#39;d suggest turning away now............&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve read a lot over the last 10-15 years or so about how Knoxville, and the East Tennessee area, are going to go out and be a technology juggernaut and we&amp;#39;re going to do this and that and blah blah blah to be successful because we have &amp;quot;Oak Ridge&amp;quot; (as if that is some magical key to the success washroom).  Unfortunately, the truth is that we don&amp;#39;t want to be anything besides what we have always been, an area tied to government with a very few successes built in that mostly depends on the outside world.  Why is that? We seem to want to want someone else to solve our problems.  Yeah, its true, I&amp;#39;ve just said it, we&amp;#39;re lazy.  Before you can go to be successful, you have to fix the problems that you have.  I thought it a good idea to list out those problems here.  Some people will think that this is just sour grapes.  That is not my intention.  Even if it was, it would not change the fact that these are problems and should be solved.  First off, let&amp;#39;s think about what our goals should be:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Grow the income of our region as a while.&lt;/li&gt;&lt;li&gt;Create an ecosystem of start up companies.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Unfortunately, that&amp;#39;s not what the goals of those in economic development are in Knoxville and East Tennessee are.&amp;nbsp; I&amp;#39;ve been told on more than one occassion by people that can make things happen &amp;quot;We want to get rid of startups. They compete for labor resources.&amp;quot;&amp;nbsp; These types of statements were made matter of factly, in an &amp;quot;in your face&amp;quot; kind of way, and by more than one person in more than one organization.&amp;nbsp; Because of this, I have a hard time believing that this is not an unwritten rule in this region.&amp;nbsp; An interesting question is &amp;quot;Why does this happen?&amp;quot;&amp;nbsp; I think that there are multiple reasons driving this:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Living for the Fight - I have found that for whatever reason, the folks in this area, would rather live for the fight instead of understanding the point and trying to get to the end game.  We would rather be like &lt;a href="http://www.history.com/shows/hatfields-and-mccoys" target="_blank"&gt;Nancy McCoy&lt;/a&gt;, who fought with Johnse Hatfield, for ego and honor than worry about actually doing something important like building a business, generating income, and being successful.  It was a powerful scene in the &amp;quot;Hatfields &amp;amp; McCoys&amp;quot; TV Miniseries  when she would rather stay and fight for nothing than leave the entire feud behind with Johnse.  Johnse just wanted peace and to be successful.  Ultimately, we need to be more like Johnse, who left to make money with timber and moonshine in Oregon.  He went with a solution, not kept fighting the old fight.&lt;/li&gt;&lt;li&gt;90% of $10 million - Would you rather have 90% of $10 million of 2% of $20 billion?  I once listened to Scott McNealy (Founder of Sun Microsystems) ask this question.  He followed up with statements like &amp;quot;You do the math.&amp;quot; &amp;amp; &amp;quot;Which is a better deal?&amp;quot;  If you are building a company, you need to people to help, be your equal, discuss, market, open doors, and many other things.  Unfortunately, I have found that the people of the area would rather have the control fo the 90% and only get to $10 million.  How do I know this?  I see rather short sighted decisions being made.  Here is an example:  Would you like to grow your business by taking on a partner and some venture funding?  You have already generated some growth, by taking in some capital, you can hire some more sales staff, add some engineering, and get a product to market faster and make more sales than if you did this by yourself.  Perhaps these investors can open some doors into some bigger clients.  The people of this area would rather have the 90% control and think that they can get it to $20 billion.  Unfortunately, business isn&amp;#39;t mix and match like a buffett.  The 90% and the $20 billion tend to be &amp;quot;one or the other but not both.&amp;quot;&lt;/li&gt;&lt;li&gt;If you get yours, that&amp;#39;s going to mess me up - I have been told on multiple occassions when I have tried to make some sales that the reason why the customer would not buy from us is because if they did, that would mean I might create a successful business, keep money in the area, create jobs, and ultimately raise the wages that the customer would have to pay their own people.  Excuse me? Given that these statements would made so openly, it is clear that these are policy at some level in some companies that are HQ&amp;#39;d in the area along with economic development organizations.  Unfortunately, this belief is like religion, there is no hope in changing someone that has this ideology. Given that they can arrogantly say this in front of multiple people, there is no hope in this.  The leadership at these companies will have to be changed before this can be resolved.  Personally, people with this view can be allowed to fade into oblivion.&amp;nbsp; I&amp;#39;d fire them, but that is a different discussion.&lt;/li&gt;&lt;li&gt;I was asked to be a part of a startup weekend&amp;nbsp;in 2011 for Knoxville.&amp;nbsp; I&amp;nbsp;met with the person that was supposed to put this on.&amp;nbsp; He had no idea what he was&amp;nbsp;doing and wanted me to be the face of it, yeah scary I know.&amp;nbsp; His idea was to just put&amp;nbsp;a bunch of developers together in a room and see what happened.&amp;nbsp; No, that&amp;#39;s a hackathon.&amp;nbsp; Startup weekends are more serious endeavors.&amp;nbsp; What can you build as far as a company?&amp;nbsp; How many idea people, Angels, VCs,&amp;nbsp;marketing people are going to be there?&amp;nbsp; None, he didn&amp;#39;t understand that these other types needed to be there.&amp;nbsp; Ultimately,&amp;nbsp;I said that the event wouldn&amp;#39;t be successful and I didn&amp;#39;t want my name associated with it unless a bunch of&amp;nbsp;other people&amp;nbsp;and types were involved.&amp;nbsp; Once it was determined that real work had to be done and that I wasn&amp;#39;t giving my time away for free to something that I thought was a disaster, the idea faded away into&amp;nbsp;oblivion.&amp;nbsp;&lt;/li&gt;&lt;li&gt;Oak Ridge -Yeah, I said it, Oak Ridge, you are not part of the solution, you are part of the problem.  First, let&amp;#39;s be honest, Oak Ridge has done a lot of good things for our area.  They have done their part in building nuclear weapons to defend our country and they have helped in the area of nuclear energy, a relatively clean energy.  Unfortunately, Oak Ridge has created a set of problems for us.  These include:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Oak Ridge looks to DC for money and direction.  This is not a bad thing, however, it means that:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Oak Ridge does not compete in a very large marketplace.  This can blind the people there from understanding what consumers and marketplaces want.&lt;/li&gt;&lt;li&gt;Oak Ridge is disconnected from the private marketplace.  When was the last success that came out of Oak Ridge.  I remember IPIX and how it was going to be worth billions of $s.  IPIX was an interesting technology that allowed for a 360x360 view of the world via a set of fisheye lenses in cameras.  Real estate was one of the market segments that IPIX targeted.   My father is in real estate and I asked him what value the ceilings and floors have?  He couldn&amp;#39;t see much value to IPIX beyond the open source 360 degree image files that could already be used.  I remember having lunch in the fall of 1997 with someone from IPIX.  I asked about the value of ceilings and floors to real estate agents.  Ultimately, the response was that I didn&amp;#39;t understand the marketplace and that real estate agents were going to fall all over themselves for IPIX technology.  In about 2000, IPIX drastically scaled back, got involved in a number of money losing lawsuits, and lost them.  Finally, &lt;a href="http://en.wikipedia.org/wiki/IPIX" target="_blank"&gt;it was sold off and is now in Reston, VA&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Another technology that was highly associated with Oak Ridge, though not a direct descendant, is IdleAire.  &lt;a href="http://en.wikipedia.org/wiki/IdleAire" target="_blank"&gt;IdleAire&amp;#39;s idea was to provide trucking in-cab services so that truck drivers could turn off their trucks while they are on the road&lt;/a&gt;.  The benefit to the driver is that the truck won&amp;#39;t continually burn fuel, at the rate of about 1 gallon per hour.  The in-cab services include air conditioning, electricity, TV, power, telephone, and many other services.  IdleAire attracted some interest from the Department of Energy.  Unfortunately, there are several issues:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;IdleAire&amp;#39;s services required a lot of capital outlay for each location.  The locations just didn&amp;#39;t want to do this.&lt;/li&gt;&lt;li&gt;What&amp;#39;s wrong with a small diesel generator on a truck that only burns .2 gallons per hour and provides all of the power for a user in a truck cab.&amp;nbsp; After probably around a billion dollars of money being thrown around, this idea finally gave up the ghost.&lt;/li&gt;&lt;li&gt;Cell phones for communication back home.&lt;/li&gt;&lt;li&gt;DirectTV and other satellite based TV systems.&lt;/li&gt;&lt;li&gt;Why do I need IdleAire again?&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;li&gt;They tend to be fairly separated from a marketplace.  I&amp;#39;ve spent some time trying to sell over there and just given up.  They tend to be fairly dogmatic and uninterested in what is happening in every other place in the world.  I remember several conversations about web technologies in the early 2000s up through about 2006 and it was like talking to a brick wall. There was way too much arrogance out there, &amp;quot;We&amp;#39;re Oak Ridge, we&amp;#39;re DOE, we&amp;#39;re the best and brightest, you don&amp;#39;t tell us, we tell you.&amp;quot;&amp;nbsp; How&amp;#39;s Solyndra working out for you?&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;There it is, Atlanta Startup Weekend for November, 2012 and why I think it was successful and how it compares to&amp;nbsp;Knoxville.&amp;nbsp; Along with that are my thoughts on why Knoxville can&amp;#39;t win.&amp;nbsp; I hope you enjoy the read and it gives&amp;nbsp;the people doing economic development in East TN an understanding of what has to change and why it does.&amp;nbsp;Unfortunately, I expect that anyone that runs across this will just put this in the &amp;quot;That&amp;#39;s just sour grapes&amp;quot; file and move on. They&amp;#39;ve done it that way forever and that&amp;#39;s how it is.&amp;nbsp; Did I tell you what happened to Mike Neel the final year he ran CodeStock and Oak&amp;nbsp; Ridge.....................&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2165" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Webinar on Cross Platform Development with MonoTouch for the iPhone and Mono for Android on Wednesday</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/11/06/webinar-on-cross-platform-development-with-monotouch-for-the-iphone-and-mono-for-android-on-wednesday.aspx</link><pubDate>Tue, 06 Nov 2012 13:58:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2164</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span id="lblEventDesc" class="labelText"&gt;The iPhone and Android are dominant in the  marketplace.  The two platforms currently have 85% of the smartphone marketplace and are continuing to grow that marketshare.  Developers are being tasked with targeting these two platforms.  In this session, we’ll take a high level look at how we can use c# and .NET knowledge to share code between iOS and and Android.  We’ll look at linked files, using the Xamarin Mobile API, the challenges of running across platforms and frameworks, as well as other features of Visual Studio, Monotouch, MonoDevelop, and Mono for Android that allows us to write as much code that can run on both platforms.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="labelText"&gt;&lt;a href="https://www302.livemeeting.com/lrs/8001676474/Registration.aspx?pageName=2w197495hzh0t56g" target="_blank"&gt;Here is the registration link: https://www302.livemeeting.com/lrs/8001676474/Registration.aspx?pageName=2w197495hzh0t56g&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2164" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/cross+platform/default.aspx">cross platform</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/monotouch/default.aspx">monotouch</category></item><item><title>Thoughts on Microsoft Surface RT</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/10/30/thoughts-on-microsoft-surface.aspx</link><pubDate>Tue, 30 Oct 2012 12:23:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2163</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Like many others, I was excited by the idea of the Microsoft Surface. Unlike many others, I have had the full experience with the Apple iPad. See, my family has fully bought into the iPad. The iPad is fully integrated with my children&amp;#39;s school. I have a fairly good feel for what will work and what won&amp;#39;t. Admittedly, I have a foot in both camps. I&amp;#39;m a Microsoft asp.net MVP and have written books on iPhone, iPad, and Android.
&lt;/p&gt;&lt;p&gt;
I&amp;#39;m not sure how much I bought into apple&amp;#39;s idea that a tablet, laptop, convertible device was a compromise and not worthy of a product. I also have not bought into Microsoft Steve Ballmer&amp;#39;s idea that the apple iPad is a device that no one wants.  I&amp;#39;ve always felt that the marketplace was the best  in the marketplace, apple is clearly the mobile leader. They have shipped 100 million iPads, a ton of iPhones, and sales continue up. I&amp;#39;m about giving the marketplace what it wants, and that&amp;#39;s the iPhone and iPad. It&amp;#39;s what my customers are asking for. Now, I have no love for apple. I remember their response to problems with the Apple Macs at The CocaCola Company when I worked there, &amp;quot;if you would just get rid of all these other systems and put in macs, it would solve all your problems.&amp;quot; Excuse me, but were not replacing our network infrastructure, as400s, mainframes with macs; they won&amp;#39;t solve the problem any betters and there is no need for this change; have you not&amp;nbsp;listened to the fact that you must &lt;strong&gt;integrate&lt;/strong&gt; with everyone else? Its acts like this back in the mid 90s along with things like the stupid Apple iOS SDK licensing a few years ago that keep me from being interested in tying upto their view of the world.&amp;nbsp; Yeah, yeah, I know all about Android, but they aren&amp;#39;t a platform that is making tons of money and none of my customers are currently asking about Android anyway.&amp;nbsp; &lt;/p&gt;&lt;p&gt;So, why don&amp;#39;t I&amp;nbsp;just fall 100% in&amp;nbsp;love with Microsoft?&amp;nbsp; Well,&amp;nbsp;just like Apple, they don&amp;#39;t understand the end customer, merely the fact that they are selling&amp;nbsp;products to customers.&amp;nbsp; I&amp;#39;ve had so many run ins with the MS folks over the years,&amp;nbsp;some of the interactions have become comical.&amp;nbsp;&amp;nbsp;Interestingly enough,&amp;nbsp;none of the&amp;nbsp;MS evangelists in my region&amp;nbsp;will even talk to me any more.&amp;nbsp; I would think that being an author of 9 books related to .NET and numerous magazine articles would get me somewhere, but as one once told me &amp;quot;Wally, you just aren&amp;#39;t on our message properly.&amp;quot;&amp;nbsp; With that kind of backing, good luck on getting any referrals from MS.&lt;/p&gt;&lt;p&gt;Anyway, the point in the lead up is to state that I really don&amp;#39;t consider myself a fanboi (fanboy?) of either technology, merely just someone that tries their best to look out for their customers and to provide these customers with a fresh point of view that helps them out the most.&amp;nbsp; If that is a MS solution, then its a MS solution.&amp;nbsp; If its a mobile solution with Apple (or Android), then its that solution.&amp;nbsp; I&amp;#39;m always trying to understand the best of what a company is doing so that I can understand how a technology solution can best fit that company&amp;#39;s needs.&amp;nbsp; I honestly have no dog in the fight, merely want to try out and test the best solutions possible.&amp;nbsp; &lt;/p&gt;&lt;p&gt;With the above in mind, I eagerly put a $699 Microsoft Surface RT Tablet.&amp;nbsp; I was excited when it arrived.&amp;nbsp; I did a &amp;quot;live tweeting&amp;quot; of the opening of the package and starting it up.&amp;nbsp; I tried it out.&amp;nbsp; I downloaded and installed several apps for it.&amp;nbsp; I worked with it.&amp;nbsp; Unfortunately, I came away disappointed.&amp;nbsp; Here are my thoughts on it:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Its a great piece of hardware.&amp;nbsp; &lt;/li&gt;&lt;li&gt;Its thin and sexy.&amp;nbsp; The keyboard tucks up and is thinner than the ipad and cover that I have sitting right next to it.&lt;/li&gt;&lt;li&gt;The virtual keyboard is not very good.&amp;nbsp; I continually tried using the virtual keyboard, but the pointer on the screen kept jumping around.&amp;nbsp; Typing the same way on my iPad and Android tablets don&amp;#39;t have anywhere near the same problems.&amp;nbsp; &lt;strong&gt;If you can&amp;#39;t input properly, it doesn&amp;#39;t matter how cool the device is.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Originally, I didn&amp;#39;t think the lack of apps would be a big deal.&amp;nbsp; It is.&amp;nbsp; There is no native twitter app.&amp;nbsp; That doesn&amp;#39;t sound like a big deal, but I tried several 3rd party twitter apps and they sucked.&lt;/li&gt;&lt;li&gt;Office is cool, but the virtual keyboard sucks.&amp;nbsp; &lt;/li&gt;&lt;li&gt;Office RT has to run in desktop mode.&amp;nbsp; Wow, that is a shitty experience.&amp;nbsp; I knew this going in, but didn&amp;#39;t realize how bad it is.&lt;/li&gt;&lt;li&gt;The touch keyboard, which is what came with my surface tablet, is not the easiest to use.&amp;nbsp; I do agree with the folks that say that you can get used to it over the course of few days.&lt;/li&gt;&lt;li&gt;The 16:9 display isn&amp;#39;t a big deal to me.&amp;nbsp; I find the 4:3 of the iPad to be more comfortable to use.&amp;nbsp; This is more about personal preference.&lt;/li&gt;&lt;li&gt;On the subject of pricing, I still think the device is $100 too expensive across the board.&amp;nbsp; I wish that each purchase package was $100 less.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Ok, there it is.&amp;nbsp; I&amp;#39;m not overly thrilled with the Surface RT device.&amp;nbsp; I find the basic input steps to be just a little to flawed for me.&amp;nbsp; Will this be fixed in the future?&amp;nbsp; I hope so.&amp;nbsp; This would seem to be a problem with the virtual keyboard software detecting things inconsistently where the iPad does not have the same problems. While this is something that should have been caught in the previews, it obviously wasn&amp;#39;t&amp;nbsp; I&amp;#39;m going to assume that this will be fixed via a software update in the future.&lt;/p&gt;&lt;p&gt;I&amp;#39;m sure that you may be reading this and wondering, why the f*** did you buy the device or why haven&amp;#39;t you returned it?&amp;nbsp; I bought it because I was promised that Surface RT would work and that MS was going to drive this product out into the marketplace.&amp;nbsp; I&amp;#39;m not returning it because I will hold out hope that MS will drive&amp;nbsp;Surface RT into the hands of users and businesses and that this investment will pay off as I use it and it is helpful in the development process (afterall, I am a developer).&lt;/p&gt;&lt;p&gt;PS. There are a number of people that I get along with really well at MS in the field.&amp;nbsp; It just seems that they aren&amp;#39;t in my region.&amp;nbsp; I didn&amp;#39;t mean to paint them with the same broad stroke.&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2163" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/rt/default.aspx">rt</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/surface/default.aspx">surface</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/surface+rt/default.aspx">surface rt</category></item><item><title>MSDN article on jQuery Mobile</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/10/27/msdn-article-on-jquery-mobile.aspx</link><pubDate>Sat, 27 Oct 2012 14:49:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2162</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img src="http://www.mobicules.com/wp-content/uploads/2012/03/jquery-mobile-logo2.png" title="jQuery Mobile" alt="jQuery Mobile" align="right" width="250" /&gt;My article on jQuery Mobile has been published.  &lt;a href="http://msdn.microsoft.com/en-us/magazine/jj835091.aspx" target="_blank"&gt;Please check it out&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;There’s no doubt about it. Wherever developers look and whoever they talk to, mobile is at the top of the list. Talk to a C-level executive, and the conversation turns to mobile, and the question “How do I get me some of that?” comes up. Talk to other developers, and they tell you they’re targeting mobile devices. Mobile has become a big deal as smartphones have taken hold in the consumer marketplace.&lt;/p&gt;&lt;p&gt;In the years leading up to the current focus on mobile applications and devices, Web developers have been adding more and more client-side functionality to their applications. You can see this in the use of client-side JavaScript libraries like jQuery.&lt;/p&gt;&lt;p&gt;With the growth of the market for mobile devices, the ability to create applications that run across platforms is very important for developers and for businesses that are trying to keep their expenses in check. There are a set of applications, mostly in the area of content consumption (think Amazon.com), that run well in a mobile Web browser. Unfortunately, there are differences between Web browsers on various mobile devices. The goal of the recently introduced jQuery Mobile (jQM) library is to provide cross-browser support to allow developers to build applications that can run across the various mobile Web browsers and provide the same—or at least a very similar—user interface.&lt;/p&gt;&lt;p&gt;The jQuery Mobile library was introduced in an alpha release in the fall of 2010 and released to manufacturing in November 2011. At the time of this writing, the current version of jQuery Mobile is 1.1.1. By the time you read this, jQuery Mobile will almost certainly have reached version 1.2.0. The library has been embraced by Microsoft, Adobe and other companies for mobile Web development. In August 2011, jQM had 32 percent market share compared with other mobile JavaScript frameworks such as iWebKit and jQTouch. This market share is impressive given that it started from zero little more than 12 months ago, and the 1.0 release is the first officially supported release.&lt;/p&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2162" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/jquery/default.aspx">jquery</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/jquery+mobile/default.aspx">jquery mobile</category></item><item><title>Location, Orientation, and Writing a Custom Control with Mono for Android, .NET, and C#</title><link>http://morewally.com/cs/blogs/wallym/archive/2012/10/19/location-orientation-and-writing-a-custom-control-with-mono-for-android-net-and-c.aspx</link><pubDate>Fri, 19 Oct 2012 11:04:00 GMT</pubDate><guid isPermaLink="false">29a72425-8e70-4836-ba80-85c822e0df2a:2160</guid><dc:creator>wallym</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://visualstudiomagazine.com/articles/2012/10/18/location-mono-for-android.aspx" target="_blank"&gt;Like real estate, mobile is about location, location,  location. That means that direction is an important item. And just as important  is how this information is presented to the user.&lt;/a&gt; In Nov. 2011, we talked about building a &lt;a href="http://bit.ly/slUDPZ" target="_blank"&gt;user interface&lt;/a&gt; in Mono For Android. In this article,  I&amp;#39;ll expand a little bit on that by creating a compass that displays north. We&amp;#39;ll  use Android&amp;#39;s built-in sensor support to determine the orientation of the  device, then use a custom control to display North. The output will look like&lt;/p&gt;&lt;table cellspacing="0" cellpadding="2" align="center"&gt;&lt;tr&gt;&lt;td align="middle"&gt;&lt;p&gt;&lt;b&gt;&lt;a href="http://visualstudiomagazine.com/articles/2012/10/18/~/media/ECG/visualstudiomagazine/Images/2012/10/wcMFACompassFig.ashx" target="_blank"&gt;&lt;img alt="" src="http://visualstudiomagazine.com/articles/2012/10/18/~/media/ECG/visualstudiomagazine/Images/2012/10/wcMFACompassFigs.ashx" width="200" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;img src="http://morewally.com/cs/aggbug.aspx?PostID=2160" width="1" height="1"&gt;</description><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono/default.aspx">mono</category><category domain="http://morewally.com/cs/blogs/wallym/archive/tags/mono+for+android/default.aspx">mono for android</category></item></channel></rss>