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

clockback, decrease, increase, ringer, screen, setting, string, templates, values, volume

The strings.xml Android example source code

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- VALUES -->

    <!-- Setting up the user interface vibration feedback service -->
    <string name="clockback_setup_title">ClockBack

    <!-- String value for announcing the increase hours buttons -->
    <string name="value_increase_hours">Increase hours

    <!-- String value for announcing the increase minutes buttons -->
    <string name="value_increase_minutes">Increase minutes

    <!-- String value for announcing the decrease hours buttons -->
    <string name="value_decrease_hours">Decrease hours

    <!-- String value for announcing the decrease minutes buttons -->
    <string name="value_decrease_minutes">Decrease minutes

    <!-- String value for announcing one hour input -->
    <string name="value_hour">hour

    <!-- String value for announcing the hours input -->
    <string name="value_hours">hours

    <!-- String value for announcing one minute input -->
    <string name="value_minute">minute

    <!-- String value for announcing the minutes input -->
    <string name="value_minutes">minutes

    <!-- String value for announcing audible ringer mode -->
    <string name="value_ringer_audible">Ringer audible

    <!-- String value for announcing vibrating ringer mode -->
    <string name="value_ringer_vibrate">Ringer vibrate

    <!-- String value for announcing silent ringer mode-->
    <string name="value_ringer_silent">Ringer silent

    <!-- TEMPLATES -->

    <!-- String template for announcing the screen on -->
    <string name="template_screen_on">Screen on. Volume %1$s percent.

    <!-- String template for announcing the screen off -->
    <string name="template_screen_off">Screen off. Volume %1$s percent.

</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.