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

Android example source code file (arrays.xml)

This example Android source code file (arrays.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

high, low, medium, neighbor, very

The arrays.xml Android example source code

<?xml version="1.0" encoding="utf-8"?>
<resources>
 	<string-array name="complexity_labels">
 		<item>4x4 Very Very Low
        <item>8x8 Very Low
        <item>16x16 Low
		<item>24x24 Medium - Low
		<item>32x32 Medium
		<item>48x48 Medium - High
        <item>64x64 High
        <item>128x128 Very High
    </string-array>
    <string-array name="complexity_values">
        <item>4
        <item>8
        <item>16
		<item>24
		<item>32
		<item>48
        <item>64
        <item>128
    </string-array>
    
    <string-array name="texture_size_labels">
 		<item>8x8
 		<item>32x32
 		<item>64x64
 		<item>128x128
 		<item>256x256
 		<item>512x512
 		<item>1024x1024
 		<item>2048x2048
    </string-array>
    <string-array name="texture_size_values">
        <item>8
		<item>32
        <item>64
        <item>128
        <item>256
        <item>512
        <item>1024
        <item>2048
    </string-array>
    
    <string-array name="texture_filter_labels">
 		<item>Nearest Neighbor
 		<item>Bilinear
 		<item>Trilinear (mipmaps only)
    </string-array>
    
    <string-array name="texture_filter_values">
 		<item>nearest
 		<item>bilinear
 		<item>trilinear
    </string-array>
</resources>

Other Android examples (source code examples)

Here is a short list of links related to this Android arrays.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.