Your First Kotlin Android App

Oct 1 2020 · Kotlin 1.4, Android 11, Android Studio 4

Part 2: The Basics

17. Challenge: Add a New String Resource

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 16. String Resources Next episode: 18. Conclusion

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 17. Challenge: Add a New String Resource

Hardcoded usually means you've written down values such as String values by hand, instead of referring to reusable and localizable resources. It can also be used when you write down a number or other value in code, instead of assigning it to variables, values or constants, which you'll learn about in the course.

This course was originally created in 2019. The content and student materials were reviewed and updated in October 2020.