Re: [android-developers] purpose of R.java file

2011-08-04 Thread pavan
Hi Satya, A project's R.java file is an index into all the resources defined in the file. You use this class in your source code as a sort of short-hand way to refer to resources you've included in your project. This is particularly powerful with the code-completion features of IDEs like Eclipse

Re: [android-developers] purpose of R.java file

2011-08-04 Thread TreKing
On Wed, Aug 3, 2011 at 3:30 PM, satya wrote: > Iam interested to know what is the purpose of R.java file.How the id's are > created.why the id's are created and what is the use of generating the id's. > > plz send the reply..thanks > plz read the documentation ...

[android-developers] purpose of R.java file

2011-08-04 Thread satya
h Iam interested to know what is the purpose of R.java file.How the id's are created.why the id's are created and what is the use of generating the id's. plz send the reply..thanks -- You received this message because you are subscribed to the Google

[android-developers] purpose of R.java file

2011-08-04 Thread satya
h Iam interested to know what is the purpose of R.java file.How the id's are created.why the id's are created and what is the use of generating the id's. plz send the reply..thanks -- You received this message because you are subscribed to the Google