Skip to content

Instantly share code, notes, and snippets.

@Garretthh07
Last active April 27, 2016 16:24
Show Gist options
  • Save Garretthh07/bb180c8e39e06afd582f1142ecdbd401 to your computer and use it in GitHub Desktop.
Save Garretthh07/bb180c8e39e06afd582f1142ecdbd401 to your computer and use it in GitHub Desktop.
JustJava: Define Only One Global Var
<resources>
<string name="app_name">Just Java</string>
<string name="quantity_of_coffee">2</string>
<string name="quantity_pre_coffee">5</string>
<string name="price_all_coffee">$10.00</string>
<string name="toppings">Toppings</string>
<string name="name">Name</string>
<string name="quantity">Quantity</string>
<string name="ordersummary">Order Summary</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment