Code Monkey home page Code Monkey logo

coen390-team-d's People

Watchers

 avatar  avatar  avatar

coen390-team-d's Issues

Add 'Send Alert' button

Add button to UI to send alert. Functionality is not yet necessary, a toast message will be enough for now.

Toolbar Back button & Main Activity OnResume()

When navigating back to the main activity using the Toolbar back button with the monitoring active, the UI of the Main Activity will reset to default values and nothing will update. Logcat shows that the monitoring is still happening in the background.

This also happens when the UI redraws on a screen rotation event

This does not happen when navigating back using the hardware back button.

Fix negative heart rate

Heart rate is reported as a single (unsigned) byte, which is interpreted as signed in the sample code. This ends up reporting the heart rate as negative when it goes over 127.

Implement profile edit & save in SettingsActivity

I think doing this with SharedPreferences would be ok. I've added my take on A2 in GoogleDrive\ELEC390 Shared Folder\Code_Ref if it can be useful. (N.B. my take is not perfect... but it worked ok)

Create outline of User Interface

UI needs to be designed and implemented. Functionality is not required yet (i.e. buttons etc. can be simple placeholders, no underlying code is needed).

Change "Connect" button text when it is clicked to indicate working

Currently there is no feedback when the user click "Connect."

In order to have it update itself, the work being done should be in a separate thread so that the main thread isn't blocked and can redraw the button. When the work thread returns, it can update the button.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.