Monday, April 27, 2009

Back to android development

Just wanna give some trick

The compiled R.java in Android framework work as a "universal resource" for the entire application. Unfortunately, all variables in R.java is "int". If one of yours String fields is declared in strings.xml, it cannot be refer and merge with String (since it is an "int")