April 2019
Beginner to intermediate
698 pages
15h 15m
English
To follow along with this project, create a new Android Studio project, call it Kotlin Meet UI, and choose the Empty Activity template. You can find the code and the XML layout code in the Chapter12/Kotlin Meet UI folder.
First, let's build a simple UI by observing the following steps:
activity_main.xml and make sure you are on the Design tab.TextView, the one that reads "Hello world!".0, its id property to txtValue, and its textSize to 40sp. Pay careful attention to the case of the id value. It has an uppercase ...