binghe001 / Heart

Android app for tracking blood pressure

Home Page:http://daryldy.github.com/Heart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heart Observe

Heart Observe is an Android app designed to easily track a person's blood pressure and pulse over time. It has graphing capabilities using the achartengine library.

Dependancies

ActionBarSherlock

SimonVT's android-numberpicker

Build Instructions

This assumes that you have setup the Android development environment. The instructions are for ant builds. If you use eclipse, modify as needed.

  • Get the source:
git clone https://github.com/daryldy/Heart.git
  • Setup source for Android/Ant builds:
android update project --path Heart
  • Build and install on emulator or available device
    • Build assumes that the ActionBarSherlock and SimonVT's android-numberpicker are installed in the same directory as Heart. If they are not then edit project.properties as needed.
cd Heart
ant debug install

About

Android app for tracking blood pressure

http://daryldy.github.com/Heart

License:GNU General Public License v3.0


Languages

Language:Java 100.0%