Overview and technologies - RFox95/Pressure-Advisor GitHub Wiki
Welcome to the Pressure-Advisor wiki!
Pressure Advisor is and Android mobile application that allows an authenticated user to save the values of his blood pressure measurements on the device and receive immediate feedback on how much this pressure is more or less good from time to time based on the values entered. Thanks to the presence of an account the measurements are saved permanently not locally, but on a remote server so that the user can keep track of the trend of his pressure through a list of measurements made viewable on multiple devices. Furthermore, if a pressure value is too high and hence the feedback is negative, the application is able to suggest which pharmacies are available nearby with the help of Google Maps.
For the signup and login Firebase Authentication is used. Login interface was developed using Firebase UI. As Pressure values history DB a Firebase Realtime Database was used. Google Maps and Google Places API are used for to indicate to the user the nearest pharmacies.