1
edit
Changes
→Backlog
== Backlog ==
=== Investigation ===
==== iOS ====
* Bluetooth can work on simulators.
* Deploy to devices, requiring enrollment in the [https://developer.apple.com/programs/ios/ developer program].
* Understand Objective C.
* Understand iOS best practice development.
* Understand iOS PhoneGap plugin best practices.
==== Android ====
* Bluetooth does '''not''' work on the emulator.
* Understand ADK best practice development.
* Understand ADK PhoneGap plugin best practices.
=== PhoneGap API ===
* Design a unified API in JavaScript that will allow the NexJ application to interact with Bluetooth devices.
* Define a project architecture that facilitates multiple device compatibility.
=== Blood Pressure Device ===
==== iOS ====
* Create native Bluetooth adapter for this device.
==== Android ====
* Create native Bluetooth adapter for this device.
=== Glucose Level Device ===
==== iOS ====
* Extend native Bluetooth adapter for this device.
==== Android ====
* Extend native Bluetooth adapter for this device.
=== Weight Scale Device ===
==== iOS ====
* Extend native Bluetooth adapter for this device.
==== Android ====
* Extend native Bluetooth adapter for this device.