Android Open Source - Weather temperature WeatherBar






Project Summary

Bare bones Android weather bug that displays temperature permanently in notification bar..

Web Site / Source Repository

WeatherBar is hosted in the following web site
https://github.com/cjbarker/WeatherBar

If you think the Android project WeatherBar listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of WeatherBar.

ItemValue
Java File Count14
Minimum SDK Version10
Activity Count1
Test Case Count3
jar files usedandroid-support-v4.jar
quick-json-1.0.2.3.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET




License

The license information of WeatherBar is as follows:

MIT License

Java Source Files

com.cjbarker.wb.Main.java
com.cjbarker.wb.Notifier.java
com.cjbarker.wb.Prefs.java
com.cjbarker.wb.Util.java
com.cjbarker.wb.receiver.BatteryLevel.java
com.cjbarker.wb.receiver.Connection.java
com.cjbarker.wb.receiver.Screen.java
com.cjbarker.wb.ws.ClientRequestTest.java
com.cjbarker.wb.ws.ClientRequest.java
com.cjbarker.wb.ws.ClientResponse.java
com.cjbarker.wb.ws.OpenWeatherTest.java
com.cjbarker.wb.ws.OpenWeather.java
com.cjbarker.wb.ws.WeatherTest.java
com.cjbarker.wb.ws.Weather.java