java - Android Studio how does R.string... work (XMLReader) -


i'm working libgdx , app multilanguage xml files.

could explain me how auto-generate class files like:

public final class r {     public static final class attr {     }     public static final class drawable {         public static final int ic_launcher=0x7f020000;     }     public static final class string {         public static final int app_name=0x7f030000;     }     public static final class style {         public static final int gdxtheme=0x7f040000;     } } 

questions:

  1. for 0x7f040000?
  2. how xmlreader work?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -