I am new to Android development and I am working on building an app. I am currently stuck on the log-in screen because there are no up to date tutorials that can walk me step by step into creating and linking a database.
I would like to have a database so that when the register button is pressed, the information is stored into a database.
I currently only have activity_main.xml and MainActivity.kt, the basics of creating a blank activity.