Directory Structure of Android App
Directory Structure of Android App
R.java should not be modified since it contains unique IDs for application resources
Examples:
Button b = (Button)findViewById(R.id.button1)
Ex. getResources().getString(R.string.hello));
res/ directory tree.
Thank You
Questions