This is a Login demo of MVP in Kotlin. We made this project for a Course Presentation. All the code is commented properly. There are also slides included in this very repository to help new learners. Any other suggestion would be appreciated.
- Clone the repo in an empty folder
- Start Android Studio
- Select option "Open an existing Android Studio Project". (A File Explorer Window will appear)
- Navigate to the folder where this project was cloned
- Select the folder "AndroidMVP_in_Kotlin" (It will be inside the folder where this repo was cloned)
- Select "OK" option.
- Copy the repo URL
- Start Android Studio
- Select option "Get from Version Control"
- Paste the copied URL inside the URL input field
- Specify the path in the "Directory" input field
- Select "Clone" option
- After the project is cloned, a dialog box will appear asking you whether you want to open this project or not.
- Select "Yes" to open right away