Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.17 KB

File metadata and controls

49 lines (35 loc) · 1.17 KB

Intercom

Take home test Assessment

README

What is this repository for?

  • Quick summary
    Take home test Assessment

Program to find the nearest customer(within 100kms) from the Intercomm Dublin Office

Features

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

How do I get set up?

  • 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.

Code Run Guide

Import Project into Android Studio and excute. Added customer.txt in assets folder

Testing Guide

Run Test in Android Stuido