<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://mobiforge.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Developers</title>
 <link>http://mobiforge.com/developers</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Mobile web content adaptation techniques</title>
 <link>http://mobiforge.com/starting/story/mobile-web-content-adaptation-techniques</link>
 <description>    &lt;h2&gt;Introduction&lt;/h2&gt;
    &lt;p&gt;This article will help you pick from amongst the many techniques for building a mobile website. It doesn&#039;t describe how to do it, rather it instead tries to help you to pick the right approach. Before we begin it&#039;s worth clarifying exactly what the goal of the exercise is. Generally speaking, people who are looking to build a mobile site fall into two categories. They&#039;re either:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/starting/story/mobile-web-content-adaptation-techniques&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/starting/story/mobile-web-content-adaptation-techniques#comments</comments>
 <category domain="http://mobiforge.com/Starting">Starting</category>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/best-practices">Best Practices</category>
 <category domain="http://mobiforge.com/deviceatlas">DeviceAtlas</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3628</wfw:commentRss>
 <pubDate>Tue, 01 Nov 2011 17:20:17 +0000</pubDate>
 <dc:creator>ronan</dc:creator>
 <guid isPermaLink="false">3628 at http://mobiforge.com</guid>
</item>
<item>
 <title>Displaying Status Bar Notifications in Android</title>
 <link>http://mobiforge.com/developing/story/displaying-status-bar-notifications-android</link>
 <description>&lt;p&gt;Developers of Android are no doubt familiar with the Toast class, which displays a little pop-up containing whatever message you want to display to the user. However, the Toast pop-up will automatically dismiss itself after a while, making it useful as a tool to provide timely feedback to the user (such as informing the user that a file has been saved successfully), but not a really good tool to use for some asynchronous action (such as telling the user that an incoming SMS message has arrived).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/displaying-status-bar-notifications-android&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/displaying-status-bar-notifications-android#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/android">Android</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3547</wfw:commentRss>
 <pubDate>Tue, 20 Sep 2011 13:59:05 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3547 at http://mobiforge.com</guid>
</item>
<item>
 <title>Importing &amp; Exporting Documents in iOS</title>
 <link>http://mobiforge.com/developing/story/importing-exporting-documents-ios</link>
 <description>&lt;p&gt;One of the common tasks that an iOS developer has to do is to import or export documents from his iOS application. For example, suppose you are developing a document reader and  you  want to allow the user to import documents into your application so that it can be read offline. Also, your reader might also support the exporting of documents so that other applications can make use of the document. &lt;/p&gt;
&lt;p&gt;In this article, I will walk you through the different techniques you can employ to allow documents to be imported or exported from your iOS application. &lt;/p&gt;
&lt;h2&gt;Creating the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/importing-exporting-documents-ios&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/importing-exporting-documents-ios#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/iphone">iPhone</category>
 <category domain="http://mobiforge.com/objective-c">Objective C</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3491</wfw:commentRss>
 <pubDate>Tue, 09 Aug 2011 12:13:57 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3491 at http://mobiforge.com</guid>
</item>
<item>
 <title>Preserving User Preferences in Android Applications</title>
 <link>http://mobiforge.com/developing/story/preserving-user-preferences-android-applications</link>
 <description>&lt;p&gt;Often you need to store personalized information for each user of your application. For example, your application may require users to logon to a secure server for authentication. In this case, the user needs to supply his credentials, such as a login name and a password. The first time the user uses your application this information will be entered by the user, but subsequently it would be useful for your application to “remember” this information somewhere so that it can save the user the trouble of entering the same information every time he uses your application.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/preserving-user-preferences-android-applications&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/preserving-user-preferences-android-applications#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/android">Android</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3467</wfw:commentRss>
 <pubDate>Mon, 25 Jul 2011 16:32:04 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3467 at http://mobiforge.com</guid>
</item>
<item>
 <title>Device Diversity</title>
 <link>http://mobiforge.com/developing/story/device-diversity</link>
 <description>&lt;p&gt;As dotMobi brings &lt;a href=&quot;http://www.DeviceAtlas.com&quot;&gt;DeviceAtlas&lt;/a&gt; to the cloud Ronan Cremin, Director of Engineering at dotMobi, charts the increasing complexity of the device landscape for developers in the first of two pieces looking at device fragmentation.&lt;/p&gt;
&lt;p&gt;In the beginning the web was a much simpler place. By the time the web was becoming a mainstream media in the late 1990’s there was only one device through which you accessed it: the humble desktop PC, running one of just a handful of browsers.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/device-diversity&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/device-diversity#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/analysts">Analysts</category>
 <category domain="http://mobiforge.com/content-adaptation">Content Adaptation</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3465</wfw:commentRss>
 <pubDate>Thu, 07 Jul 2011 11:08:36 +0000</pubDate>
 <dc:creator>ronan</dc:creator>
 <guid isPermaLink="false">3465 at http://mobiforge.com</guid>
</item>
<item>
 <title>Responding To Inbound SMS Messages</title>
 <link>http://mobiforge.com/developing/story/responding-to-inbound-sms-messages</link>
 <description>&lt;p&gt;In our &lt;a href=&quot;http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords&quot;&gt;last article&lt;/a&gt;, we created the basis of a messaging system, allowing us to receive inbound messages using keywords and shortcodes. We’ve also previously seen &lt;a href=&quot;http://mobiforge.com/developing/story/sending-sms-apps-and-webapps&quot;&gt;how we can send SMS messages&lt;/a&gt;. It’s time to bring everything together and create a simple messaging system that can process inbound SMS messages and send back responses to those messages.&lt;/p&gt;
&lt;h2&gt;The Current System&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/responding-to-inbound-sms-messages&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/responding-to-inbound-sms-messages#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/asp-net">ASP.NET</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3329</wfw:commentRss>
 <pubDate>Fri, 25 Feb 2011 09:50:52 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">3329 at http://mobiforge.com</guid>
</item>
<item>
 <title>Web Access in Windows Phone 7 Apps</title>
 <link>http://mobiforge.com/developing/story/web-access-windows-phone-7-apps</link>
 <description>&lt;p&gt;In previous articles, I have shown how easy it is to get started in Windows Phone 7 programming using Visual Studio 2010 and the Windows Phone Developer Tools. In this third installment of the series, I will continue the exploration of Windows Phone development. This time I will focus on one key development topic: Web access. Unless you are writing a Hello World application, chances are that your application will need to connect to the outside world.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/web-access-windows-phone-7-apps&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/web-access-windows-phone-7-apps#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/windows-phone-7">Windows Phone 7</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3266</wfw:commentRss>
 <pubDate>Fri, 07 Jan 2011 18:02:25 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3266 at http://mobiforge.com</guid>
</item>
<item>
 <title>Building Location Service Apps in Windows Phone 7</title>
 <link>http://mobiforge.com/designing/story/building-location-service-apps-windows-phone-7</link>
 <description>&lt;p&gt;In my previous article on Windows Phone 7 development, I showed how you can quickly get started using Visual Studio 2010 together with the Windows Phone Developer Tools. In this second article in the series, I will discuss a topic that is garnering a lot of interest in recent years -location services. Location services usually involve two key components - getting your location data and displaying your location on a map. Hence in this article, I will first show you how to display a map in your Windows Phone 7 application and then use the Location Service APIs to obtain your current position.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/story/building-location-service-apps-windows-phone-7&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/story/building-location-service-apps-windows-phone-7#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/windows-phone-7">Windows Phone 7</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3241</wfw:commentRss>
 <pubDate>Wed, 15 Dec 2010 09:39:33 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3241 at http://mobiforge.com</guid>
</item>
<item>
 <title>Receiving SMS Messages via Shortcodes &amp; Keywords</title>
 <link>http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords</link>
 <description>&lt;p&gt;Back around 1998, more and more billboards started to display some odd messages, along the lines of &quot;Visit us on the web at &lt;a href=&quot;http://www.companyname.com&quot;&gt;www.companyname.com&lt;/a&gt;&quot;. This was a major shift in advertising and gave marketers another avenue to explore. It was, of course, the beginning of the Internet&#039;s move from academia to the mainstream, and the proliferation of Web sites seemed to happen almost overnight.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3040</wfw:commentRss>
 <pubDate>Mon, 01 Nov 2010 14:31:14 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">3040 at http://mobiforge.com</guid>
</item>
<item>
 <title>Introduction to Windows Phone 7 Development</title>
 <link>http://mobiforge.com/developing/story/introduction-windows-phone-7-development</link>
 <description>&lt;p&gt;By now, you should already have heard of Microsoft&#039;s new Windows Phone 7 mobile OS. And while many developers are busy developing for Android and iPhone, Microsoft is hard at work, developing its killer mobile OS that could give the competitors a run for the money. Before you dismiss Microsoft as a serious contender in the mobile space, think again. The new OS is now a total rewrite of the older Windows Mobile platform, and sports many features that you have come to expect of a modern mobile operating system.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/introduction-windows-phone-7-development&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/introduction-windows-phone-7-development#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/android">Android</category>
 <category domain="http://mobiforge.com/iphone">iPhone</category>
 <category domain="http://mobiforge.com/windows-phone-7">Windows Phone 7</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3021</wfw:commentRss>
 <pubDate>Mon, 18 Oct 2010 08:49:50 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3021 at http://mobiforge.com</guid>
</item>
</channel>
</rss>

