Add Two Numbers in Kotlin (Using Linear Layout) - Android Studio
00:19 Changing Layout
00:38 Enter 1st number aka EditText
01:11 Oriententation
01:26 Enter 2nd number aka EditText
01:49 Add Button
02:11 Clear Button
02:26 Result aka TextView
02:51 Assinging the IDs
03:55 Changing the TextSize
04:13 Changing the Background Color
04:21 Changing the TextColor
05:21 Coding in Kotlin
05:29 Assinging value
07:29 Add Button Code
07:52 Converting User value into Int to perform arithmetic operations
09:31 Creating value to store the addition of numbers
09:48 Displaying output
10:35 Clear Button Code
11:28 Running the code
12:05 Entering wrong input
12:14 Changing the input type
12:45 Changing ToInt to ToDouble
13:00 Re running the code
#kotlin
#kotlintutorial
#linearlayout
#android
#androidstudio