Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.06 KB

AndroidMVP_in_Kotlin

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.

Steps to use this project

(By cloning the project)

  1. Clone the repo in an empty folder
  2. Start Android Studio
  3. Select option "Open an existing Android Studio Project". (A File Explorer Window will appear)
  4. Navigate to the folder where this project was cloned
  5. Select the folder "AndroidMVP_in_Kotlin" (It will be inside the folder where this repo was cloned)
  6. Select "OK" option.

(By directly downloading from git version control)

  1. Copy the repo URL
  2. Start Android Studio
  3. Select option "Get from Version Control"
  4. Paste the copied URL inside the URL input field
  5. Specify the path in the "Directory" input field
  6. Select "Clone" option
  7. After the project is cloned, a dialog box will appear asking you whether you want to open this project or not.
  8. Select "Yes" to open right away