gw-sd-2016 / ChillOut

Adam Gray Senior Design Project
0 stars 0 forks source link

Week 12: More comprehensive UI and calendar event details activity #2

Open agray123 opened 8 years ago

agray123 commented 8 years ago

@cctoombs @twood02

This past week I worked on making the information provided to the user about the change in noise level more understandable. Instead of giving numbers that exclusive made sense to me, the developer, the application displays when a change in noise is detected and how long it has been quieter or louder. I also implemented a new page that allows the user to view some details of a given calendar event. This is where the other components of event tracking (i.e stress, noise level, and physical activity) will be displayed - as to give the user a clearer picture of the readings that were taken over the course of the selected calendar event. Notable files include MainActivity.Java, CalendarEventsListFragment.java, and EventDetailsActivity.java.