<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Android on Lucas Pardue - Bits &amp;&amp; Pieces</title>
    <link>https://lucaspardue.com/categories/android/</link>
    <description>Recent content in Android on Lucas Pardue - Bits &amp;&amp; Pieces</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 19 May 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://lucaspardue.com/categories/android/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>UI Navigation - Android</title>
      <link>https://lucaspardue.com/2014/05/19/ui-navigation-android/</link>
      <pubDate>Mon, 19 May 2014 00:00:00 +0000</pubDate>
      <guid>https://lucaspardue.com/2014/05/19/ui-navigation-android/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://lucaspardue.com/2014/05/19/ui-navigation-android/images/1087251978-300x168.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Up vs. Back or in other terms hierarchy vs. chronology is one of the User&#xA;Experience aspects touched upon in my post &lt;a href=&#34;https://lucaspardue.com/2014/04/22/uml-modelling-user-interfaces-part-1-hierarchy-and-navigation/&#34; title=&#34;UML: Modelling User Interfaces Part 1 – Hierarchy and Navigation&#34;&gt;UML: Modelling User Interfaces Part&#xA;1 – Hierarchy&#xA;and&lt;/a&gt;&#xA;&lt;a href=&#34;https://lucaspardue.com/2014/04/22/uml-modelling-user-interfaces-part-1-hierarchy-and-navigation/&#34; title=&#34;UML: Modelling User Interfaces Part 1 – Hierarchy and Navigation&#34;&gt;Navigation&lt;/a&gt;. The Android&#xA;methodology for UI navigation has received some attention over the years and the&#xA;largest change to date was brought in with the introduction of the &lt;a href=&#34;http://developer.android.com/guide/topics/ui/actionbar.html&#34; title=&#34;Action Bar&#34;&gt;Action&#xA;Bar&lt;/a&gt;&#xA;as part of Android 3.0+.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Android Resource and the Eclipse switch Quick Fix</title>
      <link>https://lucaspardue.com/2014/05/05/android-resource-and-the-eclipse-switch-quick-fix-2/</link>
      <pubDate>Mon, 05 May 2014 00:00:00 +0000</pubDate>
      <guid>https://lucaspardue.com/2014/05/05/android-resource-and-the-eclipse-switch-quick-fix-2/</guid>
      <description>&lt;p&gt;In the process of updating and refactoring an old Android project I unwittingly&#xA;changed a Project configuration option (the &amp;ldquo;Is Library&amp;rdquo; option) that lead to my&#xA;resource file being generated differently. E.g&lt;/p&gt;&#xA;&lt;p&gt;Before&lt;/p&gt;&#xA;&lt;p&gt;[java] public final class R { public static final class id { public static final int button1=0x7f090001; public static final int button2=0x7f090002; public static final int button3=0x7f090003; } } [/java]&lt;/p&gt;&#xA;&lt;p&gt;After&lt;/p&gt;&#xA;&lt;p&gt;[java] public final class R { public static final class id { public static int button1=0x7f090001; public static int button2=0x7f090002; public static int button3=0x7f090003; } } [/java]&lt;/p&gt;&#xA;&lt;p&gt;A subtle change indeed but one that caused the following compiler error for each&#xA;line&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;case expressions must be constant expressions&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
    </item>
  </channel>
</rss>
