energy-meter-scanner
energy-meter-scanner copied to clipboard
Android app that helps to monitor energy meter stats
Energy Meter Scanner
The easy way to collect gas/electric/water/etc meter stats
Powered by Anyline OCR SDK
Quick Start
- Setup your Firebase account (DB, Storage, Email Authentication and Remote Config are required). Fortunately Android Studio is able to do it for you.
- Register Anyline API token here https://www.anyline.io/
- Save token in the Firebase Remote Config under
anyline_api_key
key
That's it!
Technologies used in this project:
- Kotlin 1.2
- Anyline OCR engine
- Firebase
- MVVM (sort of)
- Architecture Components
- Databindings (from bindingtools)
- Kodein DI
- OpenWeatherMap API
- Kotlin Coroutines