Simple Android app that uses Twilio to read out the current weather.
weathershout is hosted in the following web site
https://github.com/cpbaumer/weathershout
If you think the Android project weathershout listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of weathershout.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.MODIFY_AUDIO_SETTINGS android.permission.RECORD_AUDIO |
weathershout has the following Java source files.
com.craigbaumer.weathershout.CallInfo.java com.craigbaumer.weathershout.HttpHelper .java com.craigbaumer.weathershout.WeatherData.java com.craigbaumer.weathershout.WeatherShout.java com.craigbaumer.weathershout.makeTwilioCall.java