Project 3

Mobile App with Sensor

Idea:
Our app idea is to create a leveler such as a surface level or spirit level
using the devices built in gyroscope and TYPE_ROTATION_VECTOR sensors.

Prototype:

We will also be including a tare button to recalibrate the device,
a type button to switch between a surface level and regular spirit level,
as well as a rotate button to rotate the level from 0°, 45°, and 90°.

Lab 12 Questions:
1. What kind of data will collect for sensors?
We will collect the angle of degree using TYPE_ORIENTATION.

2. What is the range of possible values?
The possible values are 0 to 359.

3. How will you test the sensors?
I will test the sensor using my own andorid device as well as the virtual sensors
available on the android emulator.

4. Push your project to github. How did you get it there?
I copied the link of my partners repository,
then opened Android Studio and opened a new project using version control.
Then pasted the link and choose my folder location. Once the repository
was cloned, I could then use Android Studios git buttons to commit and push.