Take home test Assessment
- Quick summary
Take home test Assessment
Program to find the nearest customer(within 100kms) from the Intercomm Dublin Office
Using Great Circle Distance Formula(https://en.wikipedia.org/wiki/Great-circle_distance) finds the customer nearby the Intercom dublin office which is sorted by user ID Input file (Customers.txt) Output file (output.txt)
- Version 1.0
- Summary of set up
Import Project to Android Studio - Configuration
Android Studio 3.5
compileSdkVersion = 29
minSdkVersion = 21
targetSdkVersion = 29
buildtoolVersion = '29.0.2' - Dependencies
Kotlin
Android X - How to run tests
Junit - Deployment instructions Import Project into Android Studio and excute.
Import Project into Android Studio and excute. Added customer.txt in assets folder
Run Test in Android Stuido