A simple implementation of CoreBluetooth
to connect to the Mi Body Composition Scale 2
and display weight and body fat percentage data.
Main Screen | Manual Entry | User Data |
---|---|---|
Conceptually, the idea is that when managing weight loss / gain one does not want to be discourgaged by fluctuations over the course of a week but does want an accurate estimation of weight. WeightTracker obfuscates individual points of data and only shows the user a rolling 7-day average of weight and body fat percentage.
- Unit Tests
- Error Handling
- Manage Units (kg vs lb)
- Manage lbm table (currently hard-coded)
- Scrollable trend view / range selection