Challenge Overview
We need to build a desktop application for Windows, in Java; that connects to a users mobile phone (IOS & Android) and locks the screen when the mobile device's bluetooth signal is lost (i.e. they walked away from their computer).
In this PoC, the desktop application needs to demonstrate the core features:
* Display all the discoverable bluetooth mobile phones in a list
* User is able to pair and select specific mobile phones as the target
* After the target is specified, the app will lock the Windows screen when the target's bluetooth signal is lost
Note that we also want to verify the following case when bluetooth radio is off on the device (The desktop app should still be able to detect the device in such case):
* when the mobile phone is screen locked, the bluetooth signal maybe lost
There is no specific requirement on the UI, but please make it intuitive.
Final Submission Guidelines
Technology
* Java 1.6
Operation Systems to Test
* Win 7
Submission Deliverable
* Source Code
* Deployment Guide with verification steps (both Android Phone and iPhone should be verified)