<?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>XML</title>
 <link>http://mobiforge.com/xml</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<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>Understanding User Interface in Android - Part 3: More Views</title>
 <link>http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views</link>
 <description>&lt;p&gt;In the previous article, you saw the various basic views such as the TextView, EditText, Button, and how you can use them in your Android applications. In this article, we shall continue our exploration of another three categories of views - Picker views, List views, and Display views. The views discussed include:&lt;/p&gt;
&lt;ul&gt;
&lt;/li&gt;&lt;li&gt;TimePicker view&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;DatePicker view&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;ListView view&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Spinner view&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Gallery view&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;ImageView&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;ImageSwitcher view&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;GridView view&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/mobile-design">Mobile Design</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/2234</wfw:commentRss>
 <pubDate>Tue, 29 Sep 2009 11:59:23 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">2234 at http://mobiforge.com</guid>
</item>
<item>
 <title>Understanding User Interface in Android - Part 2: Views</title>
 <link>http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views</link>
 <description>&lt;p&gt;In the previous article on Android UI you saw the components that make up the UI of an Android application. The basic unit of the Android UI is the View. A View represents a widget that has an appearance on the screen. In this article (and the next two), you will learn about the various common views that you would likely use in your journey of Android development. In particular, I have categorized the views in this series into the following group:&lt;/p&gt;
&lt;ul&gt;
&lt;/li&gt;&lt;li&gt;Basic Views - commonly-used views such as TextView, EditText, and Button views&lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/designers">Designers</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/2218</wfw:commentRss>
 <pubDate>Wed, 19 Aug 2009 14:31:47 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">2218 at http://mobiforge.com</guid>
</item>
<item>
 <title>Understanding User Interface in Android - Part 1: Layouts</title>
 <link>http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts</link>
 <description>&lt;p&gt;So far in my previous few articles on Android I have focused on showing you how to get things done in Android without really spending too much time discussing the visual aspect of Android application development - User Interface design. In this article, and the next, I will walk you through the various elements that make up the UI of an Android application. In this first part of the article, I will discuss the various layouts available in Android to position the various widgets on your screen. &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts#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/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/2143</wfw:commentRss>
 <pubDate>Wed, 01 Jul 2009 14:13:47 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">2143 at http://mobiforge.com</guid>
</item>
<item>
 <title>Using Google Maps in Android</title>
 <link>http://mobiforge.com/developing/story/using-google-maps-android</link>
 <description>&lt;p&gt;Google Maps is one of the many applications bundled with the Android platform. In addition to simply using the Maps application, you can also embed it into your own applications and make it do some very cool things. In this article, I will show you how to use Google Maps in your Android applications and how to programmatically perform the following:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Change the views of Google Maps&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Obtain the latitude and longitude of locations in Google Maps&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Perform geocoding and reverse geocoding&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Add markers to Google Maps&lt;/li&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/using-google-maps-android&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/using-google-maps-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/location-based-services">Location Based Services</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/1988</wfw:commentRss>
 <pubDate>Mon, 06 Apr 2009 09:17:40 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">1988 at http://mobiforge.com</guid>
</item>
<item>
 <title>Getting Started with Android Development</title>
 <link>http://mobiforge.com/developing/story/getting-started-with-android-development</link>
 <description>&lt;p&gt;Unless you have been hiding in the caves for the past couple of months, by now you must have heard of the mobile platform from Google that everyone is talking about. Yes, that&#039;s right, I am talking about Android. Android is an open source mobile operating system that is based on the Linux kernel.  Using Android, device manufacturers can customize the OS to suit their particular hardware design, thereby allowing them to innovate without limitations.&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/getting-started-with-android-development&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/getting-started-with-android-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/emulators">Emulators</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/1903</wfw:commentRss>
 <pubDate>Thu, 19 Feb 2009 09:18:38 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">1903 at http://mobiforge.com</guid>
</item>
<item>
 <title>Developing Location Based Services: Introducing the Location API for J2ME</title>
 <link>http://mobiforge.com/developing/story/developing-location-based-services-introducing-location-api-j2me</link>
 <description>&lt;p&gt;Many mobile phones today support the Location API for J2ME under JSR-179. Using the location API, you can easily develop useful location based mobile Java applications. In this article, we demonstrate how to develop and test a mobile location based client server application using JSR-179, servlets and Google Maps.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/developing-location-based-services-introducing-location-api-j2me&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/developing-location-based-services-introducing-location-api-j2me#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/ajax">AJAX</category>
 <category domain="http://mobiforge.com/html">HTML</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/TrackMe.zip" length="438281" type="application/x-zip-compressed" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1815</wfw:commentRss>
 <pubDate>Fri, 19 Dec 2008 15:10:02 +0000</pubDate>
 <dc:creator>nicogoeminne</dc:creator>
 <guid isPermaLink="false">1815 at http://mobiforge.com</guid>
</item>
<item>
 <title>Email configuration via SMS</title>
 <link>http://mobiforge.com/developing/story/email-configuration-sms</link>
 <description>&lt;p&gt;
Many of you will have experienced how a call to a network operator has resulted in an SMS containing configuration settings being sent to your phone. In this article we will look at how to configure a mobile phone&#039;s email account settings via SMS. Many phones support POP3 and IMAP accounts; in this example we are going to configure a simple POP3 account.
&lt;/p&gt;
&lt;p&gt;
To check emails, an access point (APN) is also needed, so we will also configure an internet connection.
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/email-configuration-sms&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/email-configuration-sms#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/sms">SMS</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/kannel_pop3_ota_config.htm" length="6275" type="text/html" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/960</wfw:commentRss>
 <pubDate>Thu, 24 Apr 2008 09:21:46 +0000</pubDate>
 <dc:creator>Julien Buratto</dc:creator>
 <guid isPermaLink="false">960 at http://mobiforge.com</guid>
</item>
<item>
 <title>Introduction to WURFL</title>
 <link>http://mobiforge.com/developing/story/introduction-wurfl</link>
 <description>&lt;p&gt;Complying to standards is not always easy,  but it is  very important so that browsers will display your contents as you  envisioned them and that search engines can interpret your pages  correctly. The W3C  started the Mobile Web Initiative  in 2005. The  initiative wants, among the other things, to provide a set of best  practices to make sure that web developers can produce sites that are  mobile friendly.&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/introduction-wurfl&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/introduction-wurfl#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/content-adaptation">Content Adaptation</category>
 <category domain="http://mobiforge.com/php">PHP</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/18</wfw:commentRss>
 <pubDate>Thu, 10 Aug 2006 12:50:14 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">18 at http://mobiforge.com</guid>
</item>
</channel>
</rss>

