Simple android weather app.
MWeather is hosted in the following web site
https://github.com/vertin/MWeather
If you think the Android project MWeather 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 MWeather.
Item | Value |
---|---|
Java File Count | 18 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
MWeather has the following Java source files.
com.stairway.vertin.mweather.AppDelegate.java com.stairway.vertin.mweather.ApplicationTest.java com.stairway.vertin.mweather.activity.MainActivity.java com.stairway.vertin.mweather.api.OpenWeatherService.java com.stairway.vertin.mweather.content.City.java com.stairway.vertin.mweather.content.Humidity.java com.stairway.vertin.mweather.content.Parsel.java com.stairway.vertin.mweather.content.Temperature.java com.stairway.vertin.mweather.content.Weather.java com.stairway.vertin.mweather.content.WindSpeed.java com.stairway.vertin.mweather.fragment.DetailsFragment.java com.stairway.vertin.mweather.fragment.ForecastFragment.java com.stairway.vertin.mweather.fragment.TodayFragment.java com.stairway.vertin.mweather.loader.CityLoader.java com.stairway.vertin.mweather.loader.WeatherLoader.java com.stairway.vertin.mweather.sqlite.SqLiteProvider.java com.stairway.vertin.mweather.sync.SyncService.java