AndroidPracticalAssessment

DEMO

device-2023-03-22-192607.mp4

Going through this playlist by Phillip Lackner > https://www.youtube.com/playlist?list=PLQkwcJG4YTCSpJ2NLhDTHhi6XBNfk9WiC

Installation

Please follow these steps to set up AndroidAssessment on your local machine.

  1. Create a new, empty folder called androidassessmentamalitech/ within your home folder.
  2. Navigate to it (cd androidassessmentamalitech), then clone the AndroidPracticalAssessment repo.
  3. This will create a new folder named androidassessmentamalitech/AndroidPracticalAssessment.
  • Note: Please keep the folder name as androidassessmentamalitech.
  • Changing the project folder name might lead to future issues with running the pre-push checks on your machine.
  1. Run the setup script, which adds some development tools for AndroidPracticalAssessment (ktlint, checkstyle, etc.):
  1. Follow instruction on this https://stackoverflow.com/a/66133030/8277525 to change IntelliJ's import order for Kotlin to satisfy ktlint

  2. In Android Studio, select File > Open, navigate to androidassessmentamalitech/AndroidPracticalAssessment, and click OK to load the project.

  3. Click the elephant icon in the toolbar ("Sync Gradle") to ensure that all the correct dependencies are downloaded. (In general, you'll want to do this step any time you update your dependencies.)