Due - Thursday 2/23 - 4:35pm
The goal of Project 1 was to familiarize you with both the Android/iOS Development environment as well as the Trendulate API. The goal of Project 2 is to give you a bit more experience accessing the sensors available on your device.
For Project 2, you will augment your Project 1 solution to collect data on at least 5 additional metrics. You may choose five from the list below, or propose your own. If you propose your own, you are required to email me with your proposed metrics on or before Monday 2/13. If you fail to seek approval for metrics other than those described below, you may not receive full credit for your solution.
At least three of the metrics you choose must be integrated into your Project 1 application. This means you will create at least three new trends, and you are required to share these trends with me.
There are several sensors on your phone that may not produce data that can be easily collected from within a background application or that produce data that is not easily translated into a trend. For example, accessing the proximity sensor only at regular intervals and reporting whether there is something near the phone at that time is not particularly useful. For up to two of the five required metrics, you may choose implement a second version of your application that runs on demand and simply provides evidence that the two pieces of data are being collected. The goal of this alternative is to allow you to explore APIs that will allow you to access information that you may want to use for Project 4/5.
Submission Instructions