This repository contains an Android application for LibraryOccupancyApp. The application was assigned during winter 2016 as a final project in CSE 455, Software Engineering.
The application shows the current occupancy of the library using a sensor device built in Android. Also, it provides a view histogram of total occupancy over the previous 7 days, which displays the total occupancy of each day and the highest and lowest occupancy of the week.
- Using MPAndroidChart library to display graphs.
- Created two layout files and two java classes for last seven days activity and history graph.
- Bug fixes
- Fixed the error message that server sends for occupancy when the device is not connected.
- Floor maps links updated.