It is an example project to demostrate work with a network and parsing a json format in the android system..
BestWeather is hosted in the following web site
https://github.com/lordmegamax/BestWeather
If you think the Android project BestWeather 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 BestWeather.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 19 |
Activity Count | 2 |
jar files used | gson-2.2.4-javadoc.jar gson-2.2.4.jar |
Required Permissions | android.permission.INTERNET |
BestWeather has the following Java source files.
com.lmmx.BestWeather.DBHelper.java com.lmmx.BestWeather.UpdateWeatherTask.java com.lmmx.BestWeather.WeatherInfoListAdapter.java com.lmmx.BestWeather.WeatherInfoListCursorAdapter.java com.lmmx.BestWeather.activity.SplashScreenActivity.java com.lmmx.BestWeather.activity.WeatherActivity.java com.lmmx.BestWeather.dao.City.java com.lmmx.BestWeather.dao.Coord.java com.lmmx.BestWeather.dao.List.java com.lmmx.BestWeather.dao.Temp.java com.lmmx.BestWeather.dao.Weather.java com.lmmx.BestWeather.dao.Weather_.java