January 2014
Intermediate to advanced
736 pages
70h 43m
English
You created String resources in earlier chapters, so we show only a table (Fig. 5.9) of the String resource names and corresponding values here. Double click strings.xml in the res/values folder to display the resource editor for creating these String resources.
Fig. 5.9 | String resources used in the Flag Quiz app.
The results and question resources are format Strings that are used with String method format. When a String resource contains multiple format specifiers you must number the format specifiers for localization purposes. In the results resource, the ...
Read now
Unlock full access