July 2018
Intermediate to advanced
400 pages
12h 14m
English
In programming, textual data is represented by strings – ordered sequences of characters. You have already used Kotlin’s strings, like the string you formatted and displayed in SimVillage:
"Welcome to SimVillage, Mayor! (copyright 2018)"
In this chapter you will see more of what strings can do, using a variety of functions for the String type from the Kotlin standard library. In the process, you will upgrade NyetHack’s tavern to allow customers to order from the menu, an essential feature of any tavern worth its salt.
Read now
Unlock full access