alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Android example source code file (strings.xml)

This example Android source code file (strings.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Android by Example" TM.

Java - Android tags/keywords

choose, conquer, difficulty, divide, draw, exit, game, level, new, once, touch, vibration

The strings.xml Android example source code

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">Divide and Conquer!
    <string name="new_game">New game
    <string name="game_over">Game over
    <string name="instructions">Draw vertical and horizontal lines to partition
        the balls into smaller spaces.  Once the balls are contained, you get
        to move on to the next level.
    </string>
    <string name="quit">Exit

    <string name="percent_contained">%d%%
    <string name="level">Level %d

    <string name="one_life_left">1 life left
    <string name="lives_left">%d lives left

    <string name="unpause_instructions">Touch to unpause

    <string name="settings_vibrate">Vibration
    <string name="settings_vibrate_summary">vibrate when bad stuff happens

    <string name="settings_difficulty">Difficulty
    <string name="settings_difficulty_summary">Choose how many lives to start with

    <string name="settings_five_lives">5 lives
    <string name="settings_three_lives">3 lives
    <string name="settings_one_life">1 life

</resources>

Other Android examples (source code examples)

Here is a short list of links related to this Android strings.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.