Click here to Skip to main content
15,893,381 members
Articles / Mobile Apps / Android

An Adventure in Porting a Java Applet to Android with no Previous Experience with Android

Rate me:
Please Sign up or sign in to vote.
4.67/5 (16 votes)
17 Oct 2011CPOL10 min read 122.5K   5.2K   37  
Impact Physics walkthrough
/* 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 com.korsbergtools.ImpactPhysics;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int chrome=0x7f020000;
        public static final int icon=0x7f020001;
        public static final int notification_icon=0x7f020002;
    }
    public static final class id {
        public static final int LinearLayout1=0x7f060001;
        public static final int button2=0x7f060003;
        public static final int button4=0x7f060012;
        public static final int button5=0x7f060014;
        public static final int button6=0x7f060015;
        public static final int button7=0x7f060013;
        public static final int checkBox1=0x7f060019;
        public static final int checkBox2=0x7f060010;
        public static final int checkBox3=0x7f060018;
        public static final int checkBox4=0x7f060016;
        public static final int checkBox5=0x7f060011;
        public static final int checkBox6=0x7f060017;
        public static final int checkBox7=0x7f060002;
        public static final int main_view=0x7f060000;
        public static final int seekBar1=0x7f060005;
        public static final int seekBar2=0x7f060007;
        public static final int seekBar3=0x7f060009;
        public static final int seekBar4=0x7f06000b;
        public static final int seekBar5=0x7f06000d;
        public static final int seekBar6=0x7f06000f;
        public static final int textView1=0x7f060004;
        public static final int textView2=0x7f060006;
        public static final int textView3=0x7f060008;
        public static final int textView4=0x7f06000a;
        public static final int textView5=0x7f06000c;
        public static final int textView6=0x7f06000e;
        public static final int webviewhelp=0x7f06001a;
    }
    public static final class layout {
        public static final int main=0x7f030000;
        public static final int options=0x7f030001;
        public static final int webview=0x7f030002;
    }
    public static final class raw {
        public static final int bounce=0x7f040000;
        public static final int bubbles=0x7f040001;
        public static final int ping=0x7f040002;
        public static final int pop=0x7f040003;
        public static final int sprong=0x7f040004;
        public static final int zip=0x7f040005;
    }
    public static final class string {
        public static final int app_name=0x7f050001;
        public static final int hello=0x7f050000;
    }
}

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 (Senior)
United States United States
During working hours is a real time firmware developer for custom ASIC's in embedded systems. Writes C/C++/C# code in his sleep and is moderately proficient in Java, Python, hardware description languages and other obscure domain specific languages. Deals with nano/microsecond data propagation delay paths, cache line hit/miss ratios, multicore asic design, etc.
However for fun likes to dabble in the new technologies of the day and deals at higher level software engineering aspects.

Comments and Discussions