First page Back Continue Last page Graphics
Our Strings Are Missing
The problem is that we hard-coded our strings
This is a big no-no from a localisation point of view
It means that any changes we make to the file here will be overridden by our code
All strings should be externalised into a string file – Android already provides one!