Mobile ICP 4 - PavankumarManchala/CS5590_TEAM_12_ICP GitHub Wiki

Developing an Android Application with connecting to the different components of system and sensors

  1. Display location.
  2. Take a photo.
  3. Record voice.
  4. Store the data.
  5. Test the Sensor.

The Home page of the app is like this.

  1. Display Location: The present location of the user is found by getting the location coordinates.

The location of the user is shown in google maps. on tapping the above the location is displayed.

  1. Take a photo: Connecting the camera to the App is done here. The camera app captures the image and then it is displayed in image view.

  2. Record voice: https://github.com/PavankumarManchala/CS5590_TEAM_12_ICP/blob/master/MobileIcp4/Documentation/Screen_recorder%202018-11-11%20at%2015.26.17.mp4

  3. Store the Data:

  4. Test the Sensor: Here the Accelerometer is tested by making any movement the screen color should change. The color toggle between red and green.