My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
AndroidProjectCode3  
Updated Nov 14, 2013 by brapi...@g.uafs.edu

summary: Code to be added inside the R.Java located in 'Gen' folder.

R.Java

two thins to be added inside - project will ask you to add these too. public final class R {

public static final class array {
public static final int dropbox_arrays=0x7f060000; public static final int students_array=0x7f060001;
}

four thins to be added inside - project will ask you to add these anyways. public static final class id {

public static final int action_settings=0x7f090004; public static final int btnSubmit=0x7f090003; public static final int spinner1=0x7f090000; public static final int spinner2=0x7f090001; public static final int spinner3=0x7f090002;
}

I think you have to add stuff in this one as well - project will ask you to add these as well.

public static final class string {
public static final int action_settings=0x7f050001; public static final int app_name=0x7f050000; public static final int dropbox_prompt=0x7f050003; public static final int hello_world=0x7f050002; public static final int select2=0x7f050004; public static final int select3=0x7f050005; public static final int submit=0x7f050006;
}

End of Code

Powered by Google Project Hosting