komango / BSEmonitor

Android app for monitoring building services
0 stars 0 forks source link

About BSEmonitor

This is a small Android app for monitoring building services and consumption, i. e. water, electricity and well (including well). It is specifically developed for a DIY-man in Mwanza, Tanzania, but can (more or less) easily adjusted to your needs. Feel free to do so and publish your code here.

The app supports currently the following categories:

In each category, there are several numeric data entries. All the data is stored as per-day entry in an internal database, but export to csv is possible. There's also an internal statistics feature, which gives you see all entries as a list, development over time, totals and averages.

input sceen statistics screen

Development environment

This project is developed within the MIT App Inventor. This graphical programming interface is easy-to-use and doesn't need any local computing, since it's running on server – in your web browser. You just sign up with your Google account and are ready to code. You can also real-time preview your code on device or in an emulator. Instructions on installation are found on their Getting Started site. It's an open source project, you can find the source here on GitHub.

How to im- and export

For installing on Android devices, download the latest .apk from releases to your device. For editing the app, download the .aia and import it into the App Inventor (online). From there you can download the updated .aia and share it here.

Versioning

Versions are always named in the following scheme:

major.minor.patch-prerelease.patch

Where -prerelease.patch is - of course - optional.