Simple Android app that shows current outdoor temperature in the system notification. Notification is optionally restricted to appear only when device is locked or unlocked. The weather data are retreived using OpenWeatherMap API.
android.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED
Register OpenWeatherMap account and get API key (APPID). Put the API key into apikey.gradle
file (see apikey.gradle.example
.) Install Android Platform 25+, Platform Tools 25+, Build Tools 25+, Support Repository, and build using Gradle or Android Studio.
Current Weather is free software. You can redistribute it and/or modify under the terms of Mozilla Public License v.2.0 or under the terms of any subsequent version of Mozilla Public License.