Lesson 1.2: Keeping text in a dedicated file (why and how to use strings.xml file in Android)
Our first app displays “I’m the best” on the screen. To achieve that goal we’ve used TextView tag and modified its android:text attribute. This attribute could keep a specific text (that we did in previous lesson) or reference to one of strings in a file dedicated for keeping all text.