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

accept, also, back, could, eula, flickr, license, new, next, photo, radar, remove, settings, show

The strings.xml Android example source code

<?xml version="1.0" encoding="utf-8"?>
<!--
/* Copyright 2008, Google Inc.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<resources>
    <string name="application_name">Photostream
    <string name="activity_create_shortcut">Flickr photos
    <string name="activity_set_wallpaper">Flickr
    <string name="activity_preferences">Settings

    <string name="screen_login_prompt">Username
    <string name="screen_login_error">Unknown user or network error

    <string name="context_menu_delete_user">Remove
    <string name="context_menu_show_photostream">Show photos    

    <string name="screen_photostream_next">Next
    <string name="screen_photostream_separator">|
    <string name="screen_photostream_back">Back

    <string name="screen_photo_set">Set
    <string name="screen_photo_separator">|
    <string name="screen_photo_back">Back

    <string name="error_cannot_save_file">Photo cannot be set as a wallpaper.
    <string name="success_wallpaper_set">Photo set as wallpaper.

    <string name="menu_item_info_label">Information
    <string name="menu_item_settings_label">Settings
    <string name="menu_item_radar_label">Radar

    <string name="error_cannot_find_location">Could not find location.
    <string name="error_cannot_find_radar">Please install the Radar package.

    <string name="notification_title">New photos
    <string name="notification_new_photos">%s has new photos
    <string name="notification_contact_has_new_photos">%s has updated photos

    <string name="preferences_notifications">Notification settings
    <string name="preferences_notifications_enable">New photos notifications
    <string name="preferences_notifications_summary">Notify in status bar when new photos are available

    <string name="preferences_vibrate_enable">Vibrate
    <string name="preferences_vibrate_summary">Also vibrate when new photos are available

    <string name="preferences_ring_enable">Sound
    <string name="preferences_ring_summary">Also play ringtone when new photos are available

    <string name="preferences_ringtone">Select ringtone

    <!-- EULA -->
    <string name="eula_title">License agreement
    <string name="eula_accept">Accept
    <string name="eula_refuse">Don't accept

    <string name="disclaimer_title">Disclaimer    
    <string name="disclaimer_accept">Accept
</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.