dothackjhe
Newbie
Given the syntax setContentView (R.layout.main), we're calling on values stored from within the R.java right? But how do we call on "externalized" resources stored, for example, in the res/values/strings.xml, res/drawable, etc.?
I've been having trouble with this lately as this is the first time I actually delved into this language. What's worst is that Eclipse Juno IDE + Android Plugin randomly deletes the R.java from within the package which complicates things all the more.
Given these details:
Project Name: TriviaQuiz
Build Target: Android Google APIs 2.2
App Name: Been There, Done That!
Package Name: ph.edu.comteq.triviaquiz
Create Activity: QuizSplashActivity
Must the setContentView() really contain R.layout.main? I think I'm having trouble on this part as my external resources within the package are just fine.
I've been having trouble with this lately as this is the first time I actually delved into this language. What's worst is that Eclipse Juno IDE + Android Plugin randomly deletes the R.java from within the package which complicates things all the more.
Given these details:
Project Name: TriviaQuiz
Build Target: Android Google APIs 2.2
App Name: Been There, Done That!
Package Name: ph.edu.comteq.triviaquiz
Create Activity: QuizSplashActivity
Must the setContentView() really contain R.layout.main? I think I'm having trouble on this part as my external resources within the package are just fine.