<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Android on richardleggett.com</title>
    <link>https://richardleggett.com/categories/android/</link>
    <description>Recent content in Android on richardleggett.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 15 Jan 2019 16:45:55 +0000</lastBuildDate><atom:link href="https://richardleggett.com/categories/android/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Android Ecosystem: 2008-2018</title>
      <link>https://richardleggett.com/2019/01/15/android-ecosystem-2008-2018/</link>
      <pubDate>Tue, 15 Jan 2019 16:45:55 +0000</pubDate>
      
      <guid>https://richardleggett.com/2019/01/15/android-ecosystem-2008-2018/</guid>
      <description>&lt;p&gt;Some time in 2018 I realised the Android ecosystem had been around over 10 years and there was more stuff coming out than it was possible to keep up with.&lt;/p&gt;
&lt;p&gt;So I thought it&amp;rsquo;d be fun to draw up a high level map of most things Android developers have come into contact with, in general, since the start. Links to large-sized files are at the end…&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2019/01/Android-Ecosystem.jpg&#34; alt=&#34;Android Ecosystem: 2008-2018&#34;  /&gt;
Roughly speaking as you move out from the centre you are moving forward in time, although to group some items by theme I bend the rules. The lines represent relationships, though not always direct, and the dotted boxes are things that may no longer be in active use. There are also some 3rd-party honourable mentions in there.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Value Objects in Java with AutoValue and Lombok</title>
      <link>https://richardleggett.com/2017/01/14/value-objects-in-java-with-autovalue-and-lombok/</link>
      <pubDate>Sat, 14 Jan 2017 21:31:13 +0000</pubDate>
      
      <guid>https://richardleggett.com/2017/01/14/value-objects-in-java-with-autovalue-and-lombok/</guid>
      <description>&lt;p&gt;In this post I want to discuss the subject of &lt;strong&gt;Value Objects&lt;/strong&gt;, their purpose and some ways of easily implementing them in Java, specifically, although not exclusively, within the context of Android development.&lt;/p&gt;
&lt;p&gt;I’ll cover a couple of popular libraries that I’ve tried, namely &lt;a href=&#34;https://projectlombok.org/&#34;&gt;Project Lombok&lt;/a&gt; and &lt;a href=&#34;https://github.com/google/auto/tree/master/value&#34;&gt;AutoValue&lt;/a&gt;, how they approach the problem of making value objects easier to create and maintain, plus a few pitfalls.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In computer science, a &lt;strong&gt;value object&lt;/strong&gt; is a small &lt;strong&gt;object&lt;/strong&gt; that represents a simple entity whose equality is not based on identity: i.e. two &lt;strong&gt;value objects&lt;/strong&gt; are equal when they have the same &lt;strong&gt;value&lt;/strong&gt;, not necessarily being the same &lt;strong&gt;object&lt;/strong&gt;. Examples of &lt;strong&gt;value objects&lt;/strong&gt; are &lt;strong&gt;objects&lt;/strong&gt; representing an amount of money or a date range.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Are You OK? App</title>
      <link>https://richardleggett.com/2015/02/05/are-you-ok-app/</link>
      <pubDate>Thu, 05 Feb 2015 09:19:06 +0000</pubDate>
      
      <guid>https://richardleggett.com/2015/02/05/are-you-ok-app/</guid>
      <description>&lt;p&gt;I’ve just published a companion site for my free app &lt;em&gt;&lt;a href=&#34;https://play.google.com/store/apps/details?id=com.areyouok&amp;amp;hl=en&#34; title=&#34;Are You OK? App on Google Play&#34;&gt;Are You OK?&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The app is aimed at people wishing to regularly check the status of family or friends who may for example live alone and are vulnerable to accidents like a fall in their home, unable to call for help. Something like the reverse of a panic button system; if they &lt;em&gt;don’t&lt;/em&gt; press a button every few hours, it sends an SMS message to selected contacts with a call to check in.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Fragments and Activities in Android Apps</title>
      <link>https://richardleggett.com/2014/09/18/fragments-and-activities-in-android-apps/</link>
      <pubDate>Thu, 18 Sep 2014 11:02:31 +0000</pubDate>
      
      <guid>https://richardleggett.com/2014/09/18/fragments-and-activities-in-android-apps/</guid>
      <description>&lt;p&gt;&lt;em&gt;UPDATE: 5 years later this post is pretty out of date. Some of it still holds, but it is now possible to better architect primarily “single Activity” apps, especially with the advent of the android Navigation component. For posterity the post below remains…&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When asking &lt;em&gt;“should I use a Fragment or Activity?”&lt;/em&gt; it’s not always immediately obvious on how you should architect an app.&lt;/p&gt;
&lt;p&gt;My advice is try to avoid a single “god” Activity (h/t Eric Burke) that manages navigation between tens of Fragments – it may seem to give you good control over transitions, but it gets messy quickly*.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Registering Your Android App for File Types and Email Attachments</title>
      <link>https://richardleggett.com/2013/01/26/registering_for_file_types_in_android/</link>
      <pubDate>Sat, 26 Jan 2013 20:40:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2013/01/26/registering_for_file_types_in_android/</guid>
      <description>&lt;p&gt;I’ve recently finished work on an app that registers itself as a handler for a given file extension, let’s call it “.mytype”, so if the user attempts to open a file named “file1.mytype” our app would launch and receive an Intent containing the information on the file’s location and its data can be imported. Specifically I wanted this to happen when the user opened an email attachment, as data is shared between users via email attachment for this app.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Seconds Pro for Android</title>
      <link>https://richardleggett.com/2013/01/17/seconds-pro-for-android-1/</link>
      <pubDate>Thu, 17 Jan 2013 19:31:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2013/01/17/seconds-pro-for-android-1/</guid>
      <description>&lt;p&gt;The latest Android app I’ve been working for &lt;a href=&#34;http://runloop.com&#34;&gt;Runloop&lt;/a&gt;, the hugely successful iOS interval timer Seconds Pro, is now live. Packed with the following features:&lt;/p&gt;
&lt;p&gt;• Quickly create timers for interval training, tabata, circuit training&lt;br&gt;
• Save your timers, as many as you need&lt;br&gt;
• Organize Timers into groups&lt;br&gt;
• Text to speech&lt;br&gt;
• Install timers from the timer repository&lt;br&gt;
• Send your timers to your friends&lt;br&gt;
• Full control over every interval&lt;br&gt;
• Assign music to intervals or timers&lt;br&gt;
• Large display&lt;br&gt;
• The choice of personal trainers up and down the country&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Getting Started with NFC on Android for .NET Magazine</title>
      <link>https://richardleggett.com/2012/05/11/getting-started-with-nfc-on/</link>
      <pubDate>Fri, 11 May 2012 14:23:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2012/05/11/getting-started-with-nfc-on/</guid>
      <description>&lt;p&gt;A tutorial I wrote for .NET Magazine is now &lt;a href=&#34;http://www.creativebloq.com/android/getting-started-nfc-android-5126313&#34;&gt;up on their site&lt;/a&gt;. This tutorial takes you through the basics of getting NFC working with Android 4.0+ with a “Top Trumps” like demo. It covers both reading and writing data to/from NFC tags, stickers or cards.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://richardleggett.com/wp-content/uploads/2012/05/nfc-netmag.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2012/05/nfc-netmag.jpg?resize=500%2C325&amp;amp;ssl=1&#34; alt=&#34;nfc-netmag&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Head over to &lt;a href=&#34;http://www.creativebloq.com/android/getting-started-nfc-android-5126313&#34;&gt;.NET Magazine to read the tutorial&lt;/a&gt;!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>FanChants for Android</title>
      <link>https://richardleggett.com/2012/03/13/fanchants-for-android/</link>
      <pubDate>Tue, 13 Mar 2012 11:29:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2012/03/13/fanchants-for-android/</guid>
      <description>&lt;p&gt;My latest Android project is now live. This app for FanChants.com provides access to the 20,000 real football chants as sung by fans all over the world. Chants include lyrics and through an in-app-purchase chants can be set as your phone’s ringtone.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://play.google.com/store/apps/details?id=com.fanchants&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/fanchants.png&#34; alt=&#34;FanChants&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://play.google.com/store/apps/details?id=com.fanchants&#34;&gt;View FanChants over at Google Play&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Snowball Fight for iOS and Android</title>
      <link>https://richardleggett.com/2011/12/10/snowball-fight-for-ios-and-android/</link>
      <pubDate>Sat, 10 Dec 2011 17:54:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/12/10/snowball-fight-for-ios-and-android/</guid>
      <description>&lt;p&gt;I’m pleased to announce a game we’ve been working on is now out. A collaboration between &lt;a href=&#34;http://creationagency.com&#34;&gt;The Creation Agency&lt;/a&gt; and &lt;a href=&#34;http://bitmodelabs.com&#34;&gt;Bitmode&lt;/a&gt; (my previous home), we bring you &lt;a href=&#34;http://thegreatsnowballfight.com&#34;&gt;The Great Snowball Fight&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://thegreatsnowballfight.com&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/snowballfight.png?resize=400%2C234&amp;amp;ssl=1&#34; alt=&#34;Snowball Fight&#34;  title=&#34;Snowball Fight&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The game is played over Google Maps, launching virtual snowballs at unsuspecting players in order to rank up, earn points and even win prizes from retailers you hit. You can also add buddies, connect via Facebook and receive special powerups.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>.NET Mag: User Interface Design for Android Apps</title>
      <link>https://richardleggett.com/2011/12/10/net-mag-user-interface-design-for-android-apps/</link>
      <pubDate>Sat, 10 Dec 2011 17:42:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/12/10/net-mag-user-interface-design-for-android-apps/</guid>
      <description>&lt;p&gt;I recently wrote a tutorial for &lt;a href=&#34;http://www.netmagazine.com/&#34;&gt;.NET Magazine&lt;/a&gt; covering styling and theming components in Android. This includes how to use resolution independent units so that your UI looks crisp across a wide range of devices and 9-patch images for smooth scaling.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.netmagazine.com/tutorials/user-interface-design-android-apps&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2011/12/netmag_android.jpg?resize=400%2C225&amp;amp;ssl=1&#34; alt=&#34;netmag_android&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here’s a &lt;a href=&#34;http://www.netmagazine.com/tutorials/user-interface-design-android-apps&#34;&gt;link to the article&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Are You OK Made The Finals of The Vodafone Smart Accessibility Awards 2011</title>
      <link>https://richardleggett.com/2011/12/03/are-you-ok-vodafone-smart-access-2011/</link>
      <pubDate>Sat, 03 Dec 2011 21:33:27 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/12/03/are-you-ok-vodafone-smart-access-2011/</guid>
      <description>&lt;p&gt;I was absolutely delighted to hear that the app I put together for the &lt;a href=&#34;http://developer.vodafone.com/smartaccess2011/&#34;&gt;Vodafone Smart Accessibility Awards&lt;/a&gt; has been made a finalist. The app, “Are You OK” falls under the wellbeing category. If you’re not familar with the awards, the idea is to improve the lives of the elderly or disabled through technology.&lt;/p&gt;
&lt;p&gt;Are You OK is a simple app that was inspired by the panic button pendants many elderly use in their homes. The button communicates with a base-station plugged into the phone which contacts an emergency call center and and a voice can be heard over the speakerphone. The problem is these buttons are often left lying around out of reach, and many hours, or at worst days can go by before they get help after something like a fall. On top of this there’s a monthly fee for the service.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Android Workshop at TechHub London 24-25th November 2011</title>
      <link>https://richardleggett.com/2011/10/12/android-workshop-at-techhub-london-24-25th-november-2011/</link>
      <pubDate>Wed, 12 Oct 2011 19:49:07 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/10/12/android-workshop-at-techhub-london-24-25th-november-2011/</guid>
      <description>&lt;p&gt;The Android Workshop is coming to &lt;a href=&#34;http://www.techhub.com/&#34;&gt;TechHub&lt;/a&gt; in London, &lt;a href=&#34;http://theandroidworkshop.com&#34;&gt;tickets are now available&lt;/a&gt; for Thursday 24th and Friday 25th of November this year. It’s a full 2 day introduction covering a wide range of topics from layouts and widgets to styling and database access, for more info please head over to the &lt;a href=&#34;http://theandroidworkshop.com&#34;&gt;site&lt;/a&gt;. Sign up fast to guarantee your Early Bird price, or add yourself to the mailing list for future events.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://theandroidworkshop.com&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/android_workshop_2.jpg?resize=400%2C286&amp;amp;ssl=1&#34; alt=&#34;&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Book Review: Android Wireless Application Development</title>
      <link>https://richardleggett.com/2011/08/13/book-review-android-wireless-application-development/</link>
      <pubDate>Sat, 13 Aug 2011 17:16:40 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/08/13/book-review-android-wireless-application-development/</guid>
      <description>&lt;p&gt;I’ve just finished reading through a copy of &lt;a href=&#34;http://www.informit.com/store/product.aspx?isbn=0321743016&#34;&gt;Android Wireless Application Development&lt;/a&gt; (Addison Wesley Developer’s Library, 2010 by Lauren Darcey &amp;amp; Shane Condor). Having read a few books on Android development over the last couple of years, it’s always interesting to see how a book tackles this big, constantly evolving platform. The book covers Android up to version 2.2 and includes access to the online Safari edition which hopefully means they can add a few post-print updates where necessary.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Android Workshop September 2011 at UpdateConf in Brighton</title>
      <link>https://richardleggett.com/2011/07/31/android-workshop-september-2011-at-updateconf-in-brighton/</link>
      <pubDate>Sun, 31 Jul 2011 20:53:05 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/07/31/android-workshop-september-2011-at-updateconf-in-brighton/</guid>
      <description>&lt;p&gt;I’ll be running a 2 day &lt;a href=&#34;http://theandroidworkshop.com/&#34;&gt;introduction to Android development workshop&lt;/a&gt; at &lt;a href=&#34;http://updateconf.com&#34;&gt;UpdateConf&lt;/a&gt; in Brighton this September. If you’re looking to get into Android development, this will get you up and running lickety-split. Sign up for updates over at &lt;a href=&#34;http://theandroidworkshop.com/&#34;&gt;the website&lt;/a&gt; and follow the Twitter account &lt;a href=&#34;http://twitter.com/androidws&#34;&gt;@androidws&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://richardleggett.com/wp-content/uploads/2011/07/android_workshop_2.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2011/07/android_workshop_2.png?resize=400%2C241&amp;amp;ssl=1&#34; alt=&#34;android_workshop_2&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you have any questions about the content anything else, please drop me a comment or tweet.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Jamie Oliver’s 20 Minute Meals for Android is Out Now</title>
      <link>https://richardleggett.com/2011/04/23/jamie-olivers-20-minute-meals-for-android-is-out-now/</link>
      <pubDate>Sat, 23 Apr 2011 12:17:30 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/04/23/jamie-olivers-20-minute-meals-for-android-is-out-now/</guid>
      <description>&lt;p&gt;Just a quick post to say &lt;a href=&#34;http://www.zolmo.com&#34;&gt;Zolmo’s&lt;/a&gt; latest application is now on the Android Market, and for a limited time at an introductory price. It was a genuine pleasure to work on this, I hope you have a lot of fun cooking great meals with it.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2011/04/20mm1.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2011/04/20mm2.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://market.android.com/details?id=com.zolmo.twentymm&#34;&gt;Download Jamie Oliver’s 20 Minute Meals&lt;/a&gt; from the Android Market.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Android UX Patterns</title>
      <link>https://richardleggett.com/2011/02/07/android-ux-patterns/</link>
      <pubDate>Mon, 07 Feb 2011 15:10:18 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/02/07/android-ux-patterns/</guid>
      <description>&lt;p&gt;I just stumbled across this truly excellent collection of Android UX Pattern wireframes and examples. This is certainly essential reading for anyone starting Android development as the official documentation is somewhat lacking here.&lt;br&gt;
&lt;a href=&#34;http://www.androidpatterns.com&#34;&gt;http://www.androidpatterns.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.androidpatterns.com&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/2011/02/androidpatterns_com.png&#34; alt=&#34;Android Patterns&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Using ProGuard with Android</title>
      <link>https://richardleggett.com/2011/01/09/using-proguard-with-android/</link>
      <pubDate>Sun, 09 Jan 2011 15:14:22 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/01/09/using-proguard-with-android/</guid>
      <description>&lt;p&gt;ProGuard obfuscates and shrinks .apk files, providing some added protection for your app, but you may encounter some problems using it right now, at least with ADT 9 preview 3.&lt;/p&gt;
&lt;p&gt;By default ADT creates a proguard.cfg file with every new project, so if you have an existing project just copy it over from a new dummy project. The next step is to enable ProGuard, you do this by adding the following to your default.properties file:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Applications of NFC Chips</title>
      <link>https://richardleggett.com/2010/12/10/nfc/</link>
      <pubDate>Fri, 10 Dec 2010 16:00:09 +0000</pubDate>
      
      <guid>https://richardleggett.com/2010/12/10/nfc/</guid>
      <description>&lt;p&gt;Google recently announced the &lt;a href=&#34;http://www.google.co.uk/nexus/&#34;&gt;Nexus S&lt;/a&gt; phone, created in partnership with Samsung. This is the latest in the developer phone range, aimed at providing a reference device for the next wave of consumer Android devices running Android OS 2.3 (Gingerbread) and higher.&lt;/p&gt;
&lt;p&gt;One of the features of this phone is an NFC chip, which is capable of transmitting and reading data at a distance of up to 10cm. It is compatible with existing systems such as RFID tags: tiny, incredibly cheap slithers of componentry able to store information and be embedded in anything from food packaging to stickers.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Speaking: An Introduction to Android</title>
      <link>https://richardleggett.com/2010/05/17/speaking-an-introduction-to-android/</link>
      <pubDate>Mon, 17 May 2010 17:01:23 +0000</pubDate>
      
      <guid>https://richardleggett.com/2010/05/17/speaking-an-introduction-to-android/</guid>
      <description>&lt;p&gt;I’ll be speaking at this month’s London Flash Platform User Group meeting (27th May) on the subject of native Android application development.&lt;/p&gt;
&lt;p&gt;The presentation will get you up and running from installing the tools to building and skinning applications.&lt;/p&gt;
&lt;p&gt;You can sign up to attend and find out more details &lt;a href=&#34;http://www.lfpug.com/27th-may-2010-27052010/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: Recording &lt;a href=&#34;http://www.lfpug.com/an-introduction-to-android/&#34;&gt;here&lt;/a&gt;. (Volume is very low, so without external speakers you may have trouble hearing).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Nexus One Review</title>
      <link>https://richardleggett.com/2010/01/10/nexus-one-review-1/</link>
      <pubDate>Sun, 10 Jan 2010 16:53:04 +0000</pubDate>
      
      <guid>https://richardleggett.com/2010/01/10/nexus-one-review-1/</guid>
      <description>&lt;p&gt;I was lucky enough to receive one of the first waves of Nexus One’s (N1) from Google’s direct online shop. Before I go on, the shopping experience was a little too slick IMHO. I signed in with my Gmail account, clicked buy, clicked confirm and it was shipping, if you’ve used Google Checkout before they will likely have your card details and address. You do have 15 mins to cancel the order though. When you see Google’s ever growing list of properties getting together you can see why they are so immensely disruptive.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
