-
Notifications
You must be signed in to change notification settings - Fork 1
MainActivity
stardust edited this page Feb 14, 2023
·
1 revision
The MainActivity
class is where the application starts. Specifically, it is within the onCreate()
method, which sort of acts as the main method.