I am new to android programming. I have installed the eclipse and android SDK. After doing all the settings. I have executed the HelloWorld program. The program, after execution is generating the correct strings.xml file also. But on execution of the code i am not getting anything on the emulator screen.
Is there any additional settings required for the code to execute..
Also in the line: setContentView(R.layout.main); that we use in most of our code what is R? We don't initialize it. then how do we use it?? is there any initialization for R? if yes then can any one tell me what it is??
Thanks in advance..