Kotlin

Building the log in interface

To be able to log in, you will need to add three elements to the screen:

  • A Button to log in Alice
  • A Button to log in Bob

Open MainActivity.kt and add it programmatically:

Build and Run

Run the project again to launch it in the simulator.

Login interface