Problemsdifficulties management » History » Version 11
« Previous -
Version 11/16
(diff) -
Next » -
Current version
Mariana Calado, 06/01/2023 19:47
Problems/difficulties management¶
Tasks:¶
Bluetooth connection
Perceber o como funcionava o Handler e o package do bio.lib.
Acquisition as a background thread
Real-Time Results Display
After the integration with the database, we had some difficulties in displaying the results in the graphs.
How did we step over this?¶
- Em relação ao bluetooth analisamos o código exemplo presente no SDK package android com a comunicação.
- While we were unable to establish the Bluetooth connection with the Vital Jacket, we developed another simple application with the aim of simulating the acquisition of a database with the cell phone's accelerometer in which whenever the user clicked on the button, the steps taken were saved in a listView displayed in another activity. This application can be found in the Redmine Repository folder under the name db_example, where it will be forwarded to a repository on Github.
Acquisition as a background thread+, primeiro a app estava em foreground