Click here to Skip to main content
15,888,089 members
Articles / Mobile Apps / Android

How To Create Android Live Wallpaper

Rate me:
Please Sign up or sign in to vote.
4.82/5 (139 votes)
20 Mar 2012CPOL4 min read 884.3K   49.2K   144  
Step-by-step Android Live Wallpaper creation guide for absolute beginners
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package ca.jvsh.livewallpaper;

public final class R {
    public static final class array {
        public static final int barscolors=0x7f050003;
        public static final int ebucolors=0x7f050004;
        public static final int livewallpaper_testpattern_names=0x7f050000;
        public static final int livewallpaper_testpattern_prefix=0x7f050001;
        public static final int smptecolors=0x7f050002;
    }
    public static final class attr {
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class string {
        /**  Application name 
         */
        public static final int app_name=0x7f040000;
        public static final int livewallpaper_movement_summary=0x7f040005;
        public static final int livewallpaper_movement_title=0x7f040004;
        public static final int livewallpaper_settings=0x7f040001;
        public static final int livewallpaper_settings_summary=0x7f040003;
        public static final int livewallpaper_settings_title=0x7f040002;
    }
    public static final class xml {
        public static final int livewallpaper=0x7f030000;
        public static final int livewallpaper_settings=0x7f030001;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Darim Vision
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions