EnergyTimes一个根据一天中的时间知道电价的Android应用程序
能源时报显示葡萄牙电力供应商(EDP和Endesa)的电力价格(根据当前小时)。尊重对计划的夏令时更改。
编译命令:
# Optional
ANDROID_HOME=/home/.../android/sdk;
export ANDROID_HOME
./gradlew assemble安装在设备上
# Make sure emulator is running or connected to real device
./gradlew installDebug活动测试
# Installs and runs the tests for Build 'debug' on connected devices.
./gradlew connectedAndroidTest
# Runs all the instrumentation test variations on all
下载地址
用户评论