Skip to content

AnneJ17/employee-directory-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A sample app built for demonstration purpose following these instructions.

Instructions to download the zip file

(There are multiple ways to download this file. But I am going to show you the easiest way as we just need the zip file)

  • Click on the drop-down that says "Code" and select "Download ZIP" option as shown in the below screenshot. image
  • After downloading you will see the folder named "employee-directory-app-master" in your downloads folder. Open the folder and you will find another folder named "EmployeeDirectoryApp". From this directory ("EmployeeDirectoryApp") is where you will need to launch the android studio.
  • You can find the setup details below or in the "README.md" file that is inside this package.

Setup

Note: To compile, build, and run this app, I used Android Studio Dolphin | 2021.3.1 Canary 9 with Java 11.

  • Open your project in Android Studio and select File > Settings... > Build, Execution, Deployment > Build Tools > Gradle (Android Studio > Preferences... > Build, Execution, Deployment > Build Tools > Gradle on a Mac).
  • Under Gradle JDK, choose the Embedded JDK option or you could add a an existing jdk.
  • Supports any device with a minimum SDK of 23.
  • Tested and developed using Galaxy Nexus API 30 emulator.